githubnemo
githubnemo
``` package main import "fmt" func main() { fmt.Println(string(27) + "[31mColored."); fmt.Print(string(27) + "[0m"); } ``` Is this your test case?
Sorry, I cannot reproduce this as is. Can you provide more detail? What are the directory contents? Is this inside a container? A mounted FS? What's the OS?
> I ran into this same issue (macOS Big Sur 11.2.1). I'm not sure exactly what the cause is, but I traced it down to a function called `register()` in...
> > If I had to guess it is either a weird file type or has something to do with the underlying filesystem. Any info in this direction? > >...
Thank you so much for the debugging effort, this is quality information! It might of course be that there is something special going on for that directory (or your file...
Sorry I cannot reproduce this as I don't have access to Mac OS X. What you could try is killing the process before making a change and see if the...
Nevermind, can you try using the command with the `-command` flag instead of `go run`? For example: ``` CompileDaemon -command=./myserver ```
> This is still an issue. > > > Nevermind, can you try using the command with the `-command` flag instead of `go run`? For example: > > ``` >...
This conflicts with #16 so something else is going on here. Do you have a minimal example to reproduce the behaviour?
What do you mean with "an infinite loop"? It builds continuously? I think in general it would be best to have the generate and build step in one pass as...