maralorn

Results 191 comments of maralorn

@srid pointed me to this list. And yes I see the pipetables in there. https://github.com/srid/neuron/blob/a70a532f06d54fdc13510a711a110c3fe41f9e02/neuron/src/lib/Neuron/Reader/Markdown.hs#L107-L125

Okay, do I understand correctly, that you think this should be done by an external program? I actually have some working bash code which runs xdotool in a loop to...

I assume that you are using the latest release of nix-output-monitor? I think the current version on main does what you want. Sadly, I am not prepared to do a...

@piegamesde do you remember if the clock kept running after the error?

I wouldn‘t be surprised if this issue does not happen with the new json based parsing, but we should keep an eye out for it.

Ah, a part of this issue has already been filed under #34.

What do you think about a different but easier to implement idea: Display the job’s system architecture whenever there are two jobs with different architecture?

If someone who has more experience with nix-build can tell me a smart way to detect if a download is still in progress or already done, I will implement this...

* We can at least at the total now that we use internal-json. * We can also consider matching individual progress reports to specific downloads. That might require upstream intervention...

I need to do more research to modify the nixpkgs expression to "just do the right thing". Until then in zsh you can put `compdef nom-build=nix-build` in your zshrc.