laniakea64

Results 12 comments of laniakea64

> Maybe you could just update the Firefox version requirements on addons.mozilla.org for your addon versions 4.0+, > You are right, I have to do that. Thank you. Hi, same...

> assuming it's not an issue for webext. I can reproduce this issue with uBO/webext 1.14.9b0 on Firefox 57.0a1 (2017-09-11). Are you saying you tried the steps-to-reproduce with uBO/webext and...

Thanks dandavison for looking into this :slightly_smiling_face: > Here's a proof-of-concept branch that reimplements `line_has_style_other_than()`: https://github.com/dandavison/delta/compare/1590-ws-error-highlight-workaround > > with the result that `git show --ws-error-highlight=all` does work on that branch:...

The option that looks the best to me is [`yaml-peg`](https://crates.io/crates/yaml-peg) with its `serde` support feature. I tried it in a VM and got it working with a minor code change....

Yeah this probably isn't urgent since this only happened on 24/25 March, not even 2 weeks ago, and our code still works fine with the old version of `serde_yaml` we're...

Another candidate exists now - https://crates.io/crates/serde_yaml2

Needed a serde YAML crate for something I was experimenting with, so decided to revisit this while at it. Let's switch to `serde_yaml2`: - For us it is a drop-in...

> `cargo audit` doesn't take issue with this There is now movement on filing an advisory about `serde_yaml`, so removing the "on hold" tag. If no objections to using `serde_yaml2`,...

> Dies setting `GTK_THEME=Adwaita:dark` still work with libadwaida? In a way, but not well. Trying this with Flatseal, it does result in a dark theme, but breaks a lot of...

> Try `ADW_DEBUG_COLOR_SCHEME=prefer-dark` Nice, thank you @80501 that works!