modd icon indicating copy to clipboard operation
modd copied to clipboard

A flexible developer tool that runs processes and responds to filesystem changes

Results 52 modd issues
Sort by recently updated
recently updated
newest added

I am using `modd` to rebuild and run a binary when `.go` files have changed. All works well when I run `modd` on my host OS, but when I run...

- Added instructions to use `go install` (for Go v1.17+ users) ([ref](https://go.dev/doc/go-get-install-deprecation)) - Also removed the `$` char from code samples so it can be copy & pasted.

Hi @cortesi, thanks for modd and devd. Both are fantastic productivity tools in my opinion. I am having trouble with a workflow in modd and I'm not totally sure that...

This is a more general solution to the one described in #113. In short, if the line emitted from the command run by `modd`, it would get split. So instead...

The default bufio.Reader buffer size of 4K is too small in some contexts. Use a buffer size of 64K instead.

api/api/*.api { prep: god api go -api api/api/dempdata.api -dir api/dempdata/ } 11:26:54: prep: god api go -api api/api/dempdata.api -dir api/dempdata/ api/dempdata/etc/dempdata-api.yaml 已存在,忽略生成 api/dempdata/internal/config/config.go 已存在,忽略生成 api/dempdata/dempdata.go 已存在,忽略生成 api/dempdata/internal/svc/service_context.go 已存在,忽略生成 type: RankReq,...

This tool is installable via brew. To maintain support with go1.17 when it comes out and to make brew maintenance easier please release a new version of the tool which...

We should let the daemon gracefully exit instead of killing it on ctrl+c. If the user really wants it to die immediately they can hit ctrl+\ or send a SIGKILL...