-
Updated
Jun 11, 2020 - JavaScript
watcher
Here are 284 public repositories matching this topic...
In .air.conf, if you set the tmp to ".", your entire current working directory will be wiped. This can be very bad especially if you haven't committed to git in a while. Can we have a warning if it is set to "." or atleast some documentation around that please?
My .air.conf that caused this:
# Working directory
# . or absolute path, please note that the directories following must be und
ES - v6.5.4
Kibana - v6.5.4
Search guard - v6.5.4
sentinl plugin - v6.5.4
Configure sentinl with some test watcher and action , but when i deleted the watcher from kibana GUI , but still alarm get fired at the regular interval , as i already given required permission at search guard , subsequent index get created at elastic search , manually deleted watcher index but it will auto recr
System details
- OS/Platform name and version:
Linux 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux - Rust version (if building from source):
rustc 1.41.0 (5e1a79984 2020-01-27) - Notify version (or commit hash if building from git):
commit eed64ac9088ec1aab5c4710ef7232f0fbee49e0a
Date: Fri Feb 7 19:40:35 2020 +0100
isHidden_windows.go was throwing the error: "The system cannot find the path specified."
I discovered this was due to syscall.UTF16PtrFromString(pointer) not working with file paths longer than 260 characters.*
I fixed it by changing syscall.UTF16PtrFromString(path) to syscall.UTF16PtrFromString(fixLongPath(path)), and adding an extra file containing this:
https://golang.org/src/os/pa
-
Updated
Apr 28, 2020 - HTML
-
Updated
Dec 23, 2019 - Vue
In the README the assets? task definition is a bit wrong.
p.Task("assets?", nil, func(c *do.Context) {
// The "?" tells Godo to run this task ONLY ONCE regardless of
// how many tasks depend on it. In this case watchify watches
// on its own.
c.Run("watchify public/js/index.js d -o dist/js/app.bundle.js")
}).Src("public/**/*.{css,js,html}")
-
Updated
Jan 10, 2020 - Go
-
Updated
Sep 23, 2019 - PHP
Why?
See here jakedeichert/svelvet#83
Below is a quick guide to help you migrate to rollup.
npm uninstall svelvet
npm install rollup
npm install @rollup/plugin-node-resolve
npm install rollup-plugin-svelte
npm install rollup-plugin-terserrollup.config.js
import fs from "fs";
import path from "path";
import resolve frFinal status table should resemble status-progress table and helm final table with all resources with pods listed. Do not print child resources (too verbose).
-
Updated
May 7, 2020 - JavaScript
Would be nice to have some "real" examples. For example for a js/ruby/python/rust project. So we should create an examples folder with a bunch of them
-
Updated
May 15, 2019 - Go
-
Updated
Aug 6, 2019 - Go
-
Updated
Jan 18, 2019 - Swift
-
Updated
May 20, 2020 - Vala
-
Updated
Aug 29, 2019 - JavaScript
-
Updated
Nov 2, 2019 - JavaScript
Improve this page
Add a description, image, and links to the watcher topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the watcher topic, visit your repo's landing page and select "manage topics."


In the Readme, the documentation has "ignore_paths" in the YAML example, while it seems Realize is actually looking for "ignored_paths" as the key (per the JSON parsing annotations in https://github.com/oxequa/realize/blob/bcf8507c0bd7d33f54a8223c9e8fa1fd3e4a4555/realize/projects.go#L34).