-
```
package main
import (
// "bytes"
"fmt"
"github.com/howeyc/fsnotify"
"log"
//"os/exec"
//"strings"
)
func main() {
watcher, err := fsnotify.NewWatcher()
if err != …
-
Hi.
I'm trying to install using ```make install```, but when I run it I receive an error:
```
pkger -include /assets
make: pkger: Command not found
```
if I commented out this part in Makefi…
-
I tried `nix profile install github:cachix/cachix/latest`:
```
works with a new directory
Reason:
Got wrong events: []
expectationFailure called at test/FSNotify/Test/EventTests.hs…
-
goqt + go 1.9 + os.exec + fsnotify on Linux 64bit
Call to exec.Command(...).Run() fails on process.wait() with messages:
```
signal 17 received but handler not on signal stack
fatal error: non-Go …
-
even for a simple example like:
``` Go
t, err := tail.TailFile("/var/log/nginx.log", tail.Config{Follow: true})
for line := range t.Lines {
fmt.Println(line.Text)
}
```
after reading the file to…
-
### Preflight Checklist
- [X] I have searched the [issue tracker](https://www.github.com/spf13/viper/issues) for an issue that matches the one I want to file, without success.
- [X] I am not looki…
-
For example,
```
$ dh-make-golang search golang.org/x/text
golang-x-text-dev: golang.org/x/text
```
It should be golang-golang-x-text-dev instead.
Go through the meta source, following imp…
zhsj updated
7 months ago
-
**What would you like to be added**:
Add a new CRD for managing the nfd-worker configuration. We could/would support the fs based configuration file as a fallback option.
**Why is this neede…
-
In glide 0.12.3 and 0.12.2 (downloaded binaries from GIT) on an amd64 machine, Glide stops fetching after the first 16 items.
Any help/tips/suggestions are greatly appreciated.
Example output of…
-
### Describe the bug
I got a crash when using otel auto instrumentation docker container with the main container has kafka service.
### Environment
- OS: [ubuntun k8s for go]
- Go Version:…