Matt Fellenz

Results 138 comments of Matt Fellenz

Based on , HDMI video support is WIP. I have not figured out where the development of this can be tracked, though.

Cannot reproduce in VS Code using the redhat extension (the LS is broken in VS Code for a different reason but the LS at least starts properly). For a minimal...

@kylechui > I've also been getting the same error with Neovim v0.9, and can't use JDTLS because of it. It also occurs with the minimal project that mattfbacon provided (empty...

Well if you are using NixOS then it should be reproducible??

~~Interesting, that makes sense. Does the directory have to be unique per project?~~ Nevermind, obviously not because that config is global.

I agree that making the fields public would be the best option if possible. I thought they were private for backwards-compatibility or something. I don't think it makes a huge...

OK if making the fields public is acceptable then I will make a PR doing that soon.

Were these structs generated automatically somehow?

OK, I will look into it

I'm looking at the RrsigsByAlgorithms iterator implementation, specifically this part: https://github.com/bluejekyll/trust-dns/blob/249fb266089b6205e461dfff05d7fc40e92d22bb/crates/proto/src/rr/rr_set.rs#L560-L576 What is this meant to do? As far as I can tell it will yield one item at most.