Anastasios Papalyras
Anastasios Papalyras
@meowgorithm I see. Thank you for considering adding it as a feature in bubbletea. Looking forward to it.
I suggest using the Atom's native portable mode, since this project seems to no longer be maintained. [Atom Flight Manual - Portable Mode](https://flight-manual.atom.io/getting-started/sections/installing-atom/#portable-mode)
@zuzuleinen if nix-pkgs is not explicitly specified, the latest stable commit hash should be used, and embedded into the artifacts that are built, as if it was declared in the...
We should also consider handling 'stable' or 'unstable' (latest-stable / latest-unstable maybe?) value for nixpkgs to always use the latest variant. Finding the commit hash is manual work and the...
@zuzuleinen if nixpkgs version is added as input to artifacts, then it is okay if future builds will use a more recent nixpkgs. Old artifacts will become stale and eventually...
A usecase for a post script could be to clean up some files that could have been generated during the run time of an interactive task, e.g. logfiles.
@Equanox @zuzuleinen `bob build --push` sounds good to me, and I agree, pull should be enabled by default (maybe also consider a flag `--no-pull` if the user doesn't want to...
Hi, I tried the feature and, although I like it, I would like to share some feedback: - I believe the recording should also capture the time between keystrokes and...
@nickconway > dynamic-macros.md: a macro will play back at the speed it was recorded Wow I totally missed that part on the description 😃 Regarding `no-output`, in retrospect I believe...
@nickconway some additional notes: - The no-op suggestion was about hitting play while the *playback* of a macro is ongoing (not the recording). The one implemented indeed seems like a...