Michael Murphy

Results 361 comments of Michael Murphy

I think we should be able to supply a `&'static [&'static str]` that specifies specific keywords to highlight, along with the color code to use with those keywords, then throw...

Only question then would be how we could selectively highlight certain words based on context, as the Fish shell does when you enter an invalid command. But regexp-based highlighting does...

Not by a key combination, but by setting a variable.

Interestingly, it only happens when running Ion via `cargo run`.

Found that this also happens when using `perf stat/record`.

Ion has this working perfectly without any changes to Liner, but I was unable to do this without the usage of `unsafe`, so we might want to have a better...

I think the name's fine, personally.

I've already gone ahead and switched the calculate crate to using `d128`, instead of `f64`, and it is more accurate. 0.1 * 0.1 actually equals 0.01, and not 0.010000000000000002. The...

I'd propose checking for the Pipewire version and giving a known compatible stream if the version is the one found in Ubuntu.

It's possible to do this, if someone would like to volunteer to do so. We'd have to change the name of the project though.