Matthias Nösner

Results 32 issues of Matthias Nösner

Sometimes it's not obvious which changes a build task does in a directory. It would be handy to visualize that. `bob inspect diff taskname directory` should do the following: 1....

Do not call `compose down` when restarting on a run command. Its enough to just call `compose up` again.. will figure out by itself which containers changed and restarts them...

enhancement
run

The tui spawned by `bob run` allows to restart the whole environment (hard-restart) using `ctrl+r`. This will trigger a rebuild and a shutdown of the whole environment + rampup. In...

enhancement
run

When running a local environment with multiple frontends it is tedious to start them by hand in multiple shells. This issue is about adding support for development with hot reload...

enhancement
run