acheronfail
acheronfail
@lukash I managed to obtain a Thor300 with blown mosfets, so I setup a nice little desktop rig I can use to easily test colours. I've tweaked the rainbow values...
Okay, I'm done updating it now π found a couple things I could optimise and lift out of loops, etc. Let's try to get these effects in. π
Itβs so hard to take pictures of these effects, whenever I do it looks totally different from reality! Your implementation also looks good on my setup, so Iβm happy for...
> alright, the branch is merged, you can rebase the PR. Done > Note I realized my version of the OKLCH in the pictures was actually modified and had the...
Not sure if the "re-request review" button notifies or not, but I applied your comments. π
Can you build this from source and reproduce with debug logs? Let me know if you need guidance doing that. But just using the debug version should make the panic...
Oh.. I thought we might get some more information from that π apparently not. It's failing here: https://github.com/acheronfail/repgrep/blob/master/src/ui/tui.rs#L45 Which, is after `rg` has run, and also after we've parsed all...
Not much more info to be gleaned from `crossterm` either: https://github.com/crossterm-rs/crossterm/blob/2c18768d2cee5b4c68a31c1ab23194030a6b7e7d/src/event/read.rs#L57
What's your `stdin` here? looking at `crossterms`'s intialisation code there are a few branches around that. Are you running this in a terminal or spawning it or something else? (I'm...
Just adding a potential use-case: I added some functionality where I wanted to inject some dynamic HTML into the page, so I ended up created a pre-processor which injected a...