Anastasios Papalyras
Anastasios Papalyras
I tried using either WithMouseCellMotion or WithMouseAllMotion and they both seem to allow for scrolling a viewport with the mouse wheel but disable text selection/highlighting completely. Tried passing different flags...
Suggestion: Include a beta branch that will include the latest atom beta package Many of us are living on the edge just by using Atom (lots of issues with git...
This fixes issues with subsequent builds needing a re-build, even if no source code was modified.
bob currently prints 2 lines relevant to building nix dependencies, even if the deps are already satisfied. It should probably indicate that the build was cached, or even include the...
If we declare a run task with a relative `path` on a child bobfile, and call the run task from the parent bobfile, the path won't be properly resolved. Tested...
See title Also we should probably investigate output-piping-related FIXMEs to fix any bugs that may be present.
By default `bob clean` should only clean artifacts & build info related to the current bobfile's scope. (Now it clears from all projects). # Todo - [x] Add project name...
This could be useful for long-running builds, where the user has went on to do something else while waiting for a build and doesn't have context of the current terminal...
A user should be able to define a run task that does not run a command/binary or set up a compose environment. This can be useful when grouping tasks together...
bob should additionally search for a bobfile in parent directories. This would allow bob commands to be run without going back to the project root.