-
Using HA 2024.8.3 , I can't get this to return any attributes.
In "Developer Tools", calling this:
```
action: fetch_latest_file.fetch
data:
FileName: conf
Directory: /config
```
yie…
-
Your example reads like this:
```
watcher.watch("C:\\myDir", function(err, watcher) {
if(err) {
console.log("ERROR: " + err);
} else {
console.log("DONE");
}
});
```
When…
-
**Describe the problem**
The processing workflow and bundle activity use conditional branches to manage differences between the filesystem watcher and minio watcher implementations. The branching l…
-
Since a `hook` takes a string as an argument for the watch directory and the library doesn't expose many internals, I am wondering how to watch multiple directories and how to watch recursively.
Sh…
-
Hi! There seems to be a missing import in `t5x/checkpoints.py`. Inserting the proposed import (based on [this](https://github.com/tensorflow/tensorboard/blob/master/tensorboard/uploader/logdir_loader.…
-
When using `watcher` (and typically the `hotreloader` package), processes never seem to be killed whilst watch events are being listened too. A minimal setup of this looks like:
```dart
Process pr…
-
### Feature Request
Add support for `${command:}` in c_cpp_properties.json.
The rationale is that the CMake extension exposes a command like `${command:cmake.buildDirectory}`. This can later be used…
-
https://github.com/edx/xqueue-watcher/blob/2a17af2bd66ee0f4ffae3147585118ac3cb868d7/conf.d/600.json#L11
Hi, I'm working on a course where we've created a custom `grade.py` file which we'd like to u…
-
Expected behavior:
The jmwalletd and ob-watcher services should start successfully without terminating.
Actual behavior:
The jmwalletd and ob-watcher services repeatedly fail with exit code 1.
…
-
Hi, just playing around with hawk, learning clojure, etc.
I noticed that if I add a directory, the watcher previously set no longer watches the new directory
For example, if I do:
```
(hawk/watch…