Thayne McCombs

Results 592 comments of Thayne McCombs

> generally I don't think users would use more than 5/6 search paths Assuming that's true, it would still need to check that none of those paths are descendants of...

What text do you think would be more clear?

That looks to me like the nix crate doesn't support AIX. And yes, it isn't listed as a supported target on their [readme](https://github.com/nix-rust/nix?tab=readme-ov-file#supported-platforms)

I'm not really sure what the purpose of this issue is. Do you think there is something from your cose that could be applied to fd to make it faster?

Well, it isn't exactly a glob either. It's a gitignore pattern.

Ah! that explains why I was seeing the operation name as "client.request" instead of "internal". For context, I tried migrating some code from the OpenTracing API to the OpenTelemetry API,...

I agree that it would be nice to have the other direction as well, but I would find it very surprising if `derive(From)` created an impl for a struct other...

A couple of other alternatives: 1. Add a `const` method to `str` that returns a `String` with indentation stripped. Main downside is that it requires allocation, and you can't get...

There are several limitations to the code snippet in https://github.com/neovim/neovim/issues/30415#issuecomment-2368519968 1. the terminal mode has a hard limit of 100K lines. That is usually more than enough. But it is...