realize
realize copied to clipboard
Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.
Hi, When I run `go get -u github.com/oxequa/realize` I got the following error ``` build github.com/oxequa/realize: cannot load gopkg.in/urfave/cli.v2: cannot find module providing package gopkg.in/urfave/cli.v2 ``` # My Dockerfile ```...
 =========================== ➜ go go get github.com/oxequa/realize go: github.com/oxequa/realize upgrade => v2.0.2+incompatible go: finding module for package github.com/oxequa/interact go: finding module for package gopkg.in/urfave/cli.v2 go: finding module for package gopkg.in/yaml.v2...
ive a project based on go module, and on a new machine with latest realize, it somehow returns: Watching 154 file/s 36 folder/s [11:55:29][....] : Install started [11:55:29][....] : Install...
Hey maintainers, First and foremost - many thanks for all the work contributed to this project. I've yet to find another project runner that works as well as Realize does....
example: 
[ERROR] listen tcp :8083: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted
In particular, this removes the line: ``` github.com/urfave/cli v1.22.4 h1:u7tSpNPPswAFymm8IehJhy4uJMlUuU/GmqSkvJ1InXA= ``` which was causing problems when you do a `go get`
It shows the following error during installation C:\gowork\medium>go get github.com/tockins/realize # github.com/tockins/realize/realize ....\github.com\tockins\realize\realize\app.go:71: undefined: syscall.Rlimit ....\github.com\tockins\realize\realize\app.go:74: undefined: syscall.Setrlimit ....\github.com\tockins\realize\realize\app.go:74: undefined: syscall.RLIMIT_NOFILE
It would be nice if Go modules were supported, now that `1.11` has been released. This would basically deprecate the use of `dep` in favour of native `go mod`. A...
Hi! TLDR; tests won't run again anymore :( Thanks for your awesome work! Sadly I bring thee a regression (previous -> https://github.com/oxequa/realize/issues/144, https://github.com/oxequa/realize/issues/149, https://github.com/oxequa/realize/issues/70, https://github.com/oxequa/realize/issues/154, https://github.com/oxequa/realize/issues/57). As seen in the...