Brian Heylin

Results 6 issues of Brian Heylin

I've been writing a few xtasks recently and I want to statically include cargo-outdated in my xtasks binary. Are there any reasons why cargo outdated should not have a `lib.rs`...

At the moment the `Database` is quite a complex data structure. I would like to make a single static database, but I'm not sure if that fit's with the design...

enhancement

I removed the periodic outdated deps action that would fail the build, as this was too strict and got in the way of development sometimes. I would like to add...

Relates to #143 @alexpovel I've added a proof of concept to this PR. The most logical place to add the file check and read is to the `struct CustomRustQuery`. If...

I would like to be able to read a tree-sitter query from file so I can develop the query in a text editor and optionally save the for a longer...

I mentioned the proc-macro based JSON processor I'm using in PR #1221. This processor ultimately converts the JSON to a Deserializable Rust struct. While converting, it has specialized null handling...