dudicoco
dudicoco
@sisp seems like Questionary is much more limited in it's functionality when compared to Gum. I've tested the autocomplete question type and it's lacking as it does not show you...
@milesj can you please elaborate on why this is the intended behavior of moon ci? I believe most use cases require downstream dependents to run when a task changes, otherwise...
@milesj if my dep task produces an artifact which the next task needs to use as input for its build then this is neccessary. If you look at how bazel...
@milesj i'll try to illustrate what I believe is the problem: ``` # app1 tasks: build: command: echo output1>>file.txt inputs: - file.txt outputs: - out/file.txt ``` ``` # app2 tasks:...
So this was resolved in v1.30, but it introduced another undesired behavior, see https://github.com/moonrepo/moon/issues/1736
@Lagoja I've just tested devbox 0.8.3 and the issue is still there. devbox hangs but seems to be for a shorter time than before, and still no console output on...
@savil can you please elaborate? it's hanging after the DL prompt is finished - `[33.2 MiB DL]`
Hi @savil, any updates?
Thanks for the reply @savil. I've tested the installation of a few packages with the latest devbox version and all of them hung: ``` "ripgrep@latest", "fd@latest", "bat@latest", "glow@latest", "eza@latest" ```...
@savil I've uninstalled devbox and nix and reinstalled devbox `0.10.1` and nix `2.21.2`. Seems like the issue has been resolved, thanks!