-
The simple example in the README doesn't work with Windows 10 Pro x64 (Version 10.0.19042 Build 19042).
Adding `Poll: true`, insted, works:
```go
t, err := tail.TailFile(fpath, tail.Config{Follow…
-
go get github.com/bitly/oauth2_proxy
**package gopkg.in/fsnotify.v1: unrecognized import path "gopkg.in/fsnotify.v1" (parse https://gopkg.in/fsnotify.v1?go-get=1: no go-import meta tags (meta tag go…
-
What we'd like to do is accept up to N minutes of loss (i.e. much less than the retention window of our queues) and run XXL single node CH instances with sharding / merging externally managed, since C…
-
### Discussed in https://github.com/CycloneDX/cdxgen/discussions/290
Originally posted by **minato7** April 11, 2023
Hi @prabhu, thank you for providing a great tool which supports generating …
-
I should document integration with Hobbes/FSNotify, and perhaps provide a restart-aware function that kills existing builds and restarts them if something changes.
-
## Describe the feature
configor should reload config when the file changes and not poll it every once in a while.
## Motivation
Currently, it does polling, if I do it too aggressively it…
-
Came across this similar s/w (also available in docker hub) that seems to have the same name (guess that could cause confusion
- maybe could ask them to change the name used [think it's related to …
-
Related to https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/205.
We generally recommend people use Workload Identity Federation to avoid long-lived SA keys, but in some cases, people h…
-
I've had users report the following crashes happen occasionally in a scenario where we're using fsnotify to watch the disk for file changes:
```
lamdera.exe: toEnum{Action}: tag (-1) is outside o…
-
# Describe the bug
go_app.go source:
... ...
import (
... ...
"github.com/fsnotify/fsnotify"
)
... ...
watcher, err := fsnotify.NewWatcher()
if err != nil {
log.Error("Failed to star…