Gibson Fahnestock
Gibson Fahnestock
Yeah we started with javaparser because we weren't sure how much we'd need to parse, and figured that was likely to be more accurate than a tree-sitter implementation. But if...
> This would be really nice for CI purposes We've found curling the binaries down from the latest github release to be quite straightforward for CI. What's the use-case where...
>Hmmmm... What if instead of outright removing it, we could check for the Deref lang item? Could we remove the special-case first, and then continue this PR to add it...
I tried a few more things, and as far as I can tell: A spantrace is mostly useful if you have `#[instrument]` calls in all your functions. Setting this up...
I found this PR (eventually) because clippy now has a pedantic lint against lazy_static: https://rust-lang.github.io/rust-clippy/master/index.html#non_std_lazy_statics Would be nice to get this landed so it's easy for folks who see that...
Ahh okay, I guess trying to simplify the output didn't fully repro, how about this one? ```console ❯ GH_REPO=gibfahn/brew GH_HOST=github.com gh pr list --state=open --limit=1 no open pull requests in...
The reasoning behind each of these decisions does make sense (thank you for sharing it!), but overall it leads to quite a confusing debugging experience, where my script fails because...
> While that scenario is highly unlikely, special cases tend to cause problems like this down the line Fair >I'm surprised that they decided to use txt as the format...
>With the [BCR MCP server](https://github.com/bazelbuild/bazel-central-registry/blob/main/docs/mcp.md), this is very easy with coding agents. This is true, but how do you verify that it pulled in the correct versions for everything? I...
There are lots of more complicated things that could be done, like not creating the `[text]: url` link definition if it already exists, or using a custom name like: ```markdown...