iacore

Results 421 comments of iacore

same problem here ``` main : '{IO, Exception} () main _ = let use Text ++ printLine "Hello world" args = !getArgs List.foldLeft (i arg -> let printLine (toText i...

> Maybe it should be changed to use it for all formats. I see this behavior implemented now.

wow this is such a hack

~~Can this be solved with execv?~~ No because of pipeline. I looked at the code, and, easiest way is to have a global variable acting as pub/sub for signals. Passing...

If the rewrite can happen in a day, would it happen earlier? What's blocking it from happening now? Just looked at the source code. There are 146 invocations of `anyhow!`....

> - a new error enum variant with a `#[from]` annotation or This is the way to go. So the immediate plan looks like this: ``` #[derive(Debug, thiserror::Error)] pub enum...

I can write a tool to fetch from https://github.com/QubesOS/qubes-secpack/ and auto update if possible. We can include machine-readable code (for upgrade) and text in QSB for the tool to use.

Is `struct` a strong keyword in Zig 0.14.0-dev.1457+7e3180487? i.e. Do you need to `@"struct"` quote it?

I think the program will fail to write to stderr/stdout and crash. I found this weird problem here: https://github.com/monero-project/monero/issues/9964

> [@johndeighan](https://github.com/johndeighan) > > You should be able to use: > > ``` > { > "parseOptions": { > "deno": true > } > } > ``` > > In...