Markus Laire

Results 60 comments of Markus Laire

I don't think this is a bug as you might want color codes when stdout is not terminal, e.g. to save to file which you then open in editor which...

Note also that commas in `dword, ptr,` should not be there.

I answered about corrupt HTTP response in that issue #223.

I've just realized that this function needs to return in `NoChange` case both of the "equal" values. So returned item needs to be something like type Change a = Added...

If you understand Rust code, I've implemented a Rust-library based on Leopard-RS which implements both high rate and low rate encoding/decoding: https://crates.io/crates/reed-solomon-16 I've also started short documentation of algorithm here...

While that is true, note that encodeH and encodeL are generally not compatible with each other. What I mean is, that if you have "original_count = 10" and "recovery_count =...

Also keyboard shortcuts seems to be documented only online: https://zealdocs.org/usage.html

Today I noticed that if I add feed using URL `https://zealusercontributions.now.sh/api/docsets/Elm` it's saved without name as `.docset`, but if I use URL `https://zealusercontributions.now.sh/api/docsets/Elm.xml` it's saved correctly as `Elm.docset`.

Yes, this doesn't seem to be documented anywhere. https://docs.rs/dioxus-desktop/latest/dioxus_desktop/ says > To configure the webview, menubar, and other important desktop-specific features, checkout out some of the launch configuration in the...

> Do the three backticks format nicely on package.elm-lang.org ? It formats normally with `elm-doc-preview`. I'm not sure what you mean about newlines? The problem seems to be that the...