Anton Lazarev
Anton Lazarev
> `XInput2 support not found on display Trace/breakpoint trap` I believe this is a GDK4-specific error. I haven't found much information about it online but I've noticed it occurring on...
I believe this can be closed as it's already addressed by https://github.com/FreeCAD/FreeCAD/pull/7562?
@martgil as per https://github.com/brave/brave-browser/issues/12791, this appears to be an intentional privacy enhancement. That being said, have you attempted the suggestions in https://github.com/brave/brave-browser/issues/12791#issuecomment-734059788? > probably the best thing we can do...
Same issue here too. `query` parser is installed; `ft` is `query`. Is there any other information that would be helpful for diagnosing the issue?
Much like https://github.com/nvim-treesitter/playground/issues/51#issuecomment-915715794, the issue just magically resolved itself for me as well. I did poke some related config slightly, but I wasn't specifcally attempting to fix the issue. In...
@harshdevl if you'd like to give this a try you can check the [network filter parsing code](https://github.com/brave/adblock-rust/blob/master/src/filters/network.rs#L314). You could test this by writing some parsing unit tests similar to the...
I'd strongly recommend unit testing at the network filter level; the `Engine` tests may be too high-level to confirm that the parsing is correct.
@jaredforth I've run into this through Zola as well, I've extracted it into the following MRE in case it's useful: ```rust use image::{imageops::FilterType, EncodableLayout}; use std::fs::File; use std::io::Write; fn main()...
I dug into this a little bit further. Prior to [image-rs/image#1624](https://github.com/image-rs/image/pull/1624/files) (merged recently but still unreleased), the [Supported Image Formats](https://github.com/image-rs/image/blob/master/README.md#supported-image-formats) section on the `image` README was as follows: | Format...
@DesertBear with Aggressive mode enabled, it should be fixed in Beta - can you try 1.50.x?