realize icon indicating copy to clipboard operation
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.

Results 72 realize issues
Sort by recently updated
recently updated
newest added

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 ```...

![image](https://user-images.githubusercontent.com/4531363/85960078-4419c900-b9d3-11ea-8bf0-6f1fa30bfb26.png) =========================== ➜ 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: ![image](https://user-images.githubusercontent.com/9820142/89663146-b43b3900-d907-11ea-9848-2aa66451b94b.png)

[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

status: testing
Help wanted

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...