Yarrow
Yarrow
I'd be interested in trying this. Some questions: * We can only use `aha` via the MPL 1.1 license or LGPL 2 or later, so it can't be part of...
I'll look into both. (Unless @sharkdp is eager to do the `syntect::html` implementation, in which case I'll just look into ansi-to-html. ^_^)
I'm going to work on using `syntect` for HTML. This is a bit complicated, because `bat` wrote it's header, footer, and line numbers using ANSI codes directly. To use `syntect`...
I'm still working on this — I got distracted by things like preventing line breaks in the middle of Unicode graphemes. I still intend to do those things, but *after*...
Yes, this is an error. Fixed in 2.0 (which isn't out yet — and is only 2.0 because fixing the error will result in changed behavior!)
Thanks! I've checked, and Flowistry does work if I create a `.cargo/config.toml` file in a project where I want to use it, with: ``` [build] target = "x86_64-apple-darwin" ``` (overriding...
Flowistry works in Rosetta mode if I compile my project for x86 and use x86-compiled Flowistry with the x86-compiled rustc. (I usually use the x86 rustc in Rosetta mode with...
The regex looks fine. I suspect that`kernel_patch_tests` isn't being executed, since `Runner.elm.js` also doesn't have `console.log` changed to `console.elmlog` after a crash. I was lucky enough to see a crash...