Kyle J Strand

Results 209 comments of Kyle J Strand

@samueltardieu Is Clippy's release schedule like Rust's, where a merge to the trunk is first released to beta and only stabilized 6 weeks later, or should I expect that this...

Until this is implemented, is there any workaround to force Cargo to use a prerelease version of a crate that is required (using a non-prerelease string) by a dependency? I.e.:...

It might help to understand exactly how VSCode is invoking `wsl.exe`; given the discrepancy between the command-line behavior and the error message, it looks like VSCode isn't giving us all...

It looks like the `--system` flag for `wsl.exe` ensures that a "system" shell is used rather than the configured login shell. This seems like the appropriate behavior for running scripts...

I would submit a patch if I could find the file that's actually making the `wsl.exe` invocation...

For now, I've put this in my `~/.profile`, and it seems to work as a way to treat nushell "as if" it were the default shell, but only in interactive...

`nushell` has been modified so that it now behaves the way VSCode expects. That said, I still think this should be fixed on the VSCode side as well: currently it's...

For `log` especially, this behavior was very confusing to me, coming from Git. The only way I'm aware of in Git to filter commits by which paths they've touched is...

> return Result from all increments just because some types might have negative increments and expect users to handle this in all callsites For a new type of metric, what...