Brooks Rady

Results 85 comments of Brooks Rady
trafficstars

We might want to start with something simpler, but if we're eventually interested in some decently state-of-the-art stuff, then there is some great information about the sort algorithms that replaced...

Thanks for taking a look! Just to check, is the backend still a blocking issue even if it's essentially just constructing a `-n` argument that has its spaces removed? For...

I'm thinking just adding that `slugify` code to normalise things here: https://github.com/flox/flox/blob/84a33517e6b3e446e663bba678f043f1c96b6fe6/cli/flox/src/commands/init/mod.rs#L116-L123 Just running it on the string before constructing the `EnvironmentName`? EDIT: I'm happy to make a PR if...

Removing `syn` from the dependency tree does indeed lead to improvements in compilation times — see #435 for what's possible when the `derive` feature is turned off!

@zkat That's super exciting! Okay, I'll leave you to it and am happy to provide feedback if you're ever wanting anyone to kick the tires! In the meantime I'll focus...