Lucien Greathouse

Results 349 comments of Lucien Greathouse

The method that might prove most effective is bundling the sources like the `libsqlte3-sys` crate does when given the `bundled` option. This makes distribution and building on platforms like Windows...

That build file is probably cleaner than most large CMake files I've seen :/

This is a good question. I wonder if we can get away with just `aftman uninstall foo` or `aftman remove foo` that removes a tool from your nearest manifest and......

I think we could start with just `aftman uninstall x` and `aftman uninstall x/y` as a first pass for this feature. If given a tool alias, we'll uninstall that tool...

> Note that the CI failed due to warning: add_token not being implmented yet, let me know what course of action you'd like me to take (leaving it as deadcode...

I did the port for Rojo recently and it was super easy. Should be able to do this whenever.

I think that adding authentication will help. I think we should also make `aftman install` try to install your other tools even if one of them fails, though. Right now,...

Crevice doesn't insert padding directly into your struct mostly because the generated padding members make initialization pretty bad. The user's best option becomes... ```rust #[derive(Std140)] struct Foo { a: f32,...

Hey, I ended up rewriting a huge chunk of the library. We might be able to rework a lot of this, but will likely have to start over. I'm sorry...

I'm not sure that we want to error or even emit a warning in this case. Users might not always control the order of fields in uniforms, or they might...