mujo-hash

Results 8 comments of mujo-hash

I'm unable to duplicate. `vis v0.7 +curses +lua +acl` `st 0.8.4` I copied solarized.lua to test.lua, changed the background color to `#501b2a`, ran `set theme test` and the background was...

Minimal theme test case: `local lexers = vis.lexers` `lexers.STYLE_DEFAULT = 'back:#501b2a'` Put it in `~/.config/vis/themes/test.lua` and run `:set theme test` in vis. If the bg color is dark red, then...

From my experimentation, it appears kakoune has the same behavior in st as well.

If vis is built without curses, then it looks like the colors are exact.

This appears to still be relevant.

Thanks @JoePater for reporting this issue and your fix!

Probably similar to installing from mac intel devices https://github.com/EFForg/rayhunter/wiki/Install-Rayhunter-on-Mac-Intel-devices, I think you'll need to build the `serial` program for your machine. Clone the project, run `cargo build --release --bin='serial'`, then...

I think so yes. I've built `serial` with a `x86_64-unknown-linux-musl` target and it is a static binary so it should avoid this issue. Maybe whoever builds the releases can chime...