Jake Shadle

Results 189 comments of Jake Shadle

Ahh ok, that's indeed unfortunate. I would accept a PR that adds either a check for if the terminal is powershell and raise an error if stdout is being redirected...

No, musl does not have any default preprocessor definitions for detection, so yes the easiest would just be to add a `musl` preprocessor definition if targeting it.

Yes, currently all operations are done in RGB space, though I think you might be able to get what you want using the repeat transform feature? https://github.com/EmbarkStudios/texture-synthesis#api---08_repeat_transform

So, replacing the system allocator with jemalloc basically returns musl performance to glibc, but this doesn't seem right as a "fix" as it would be sweeping a problem under the...

Good question, I haven't checked in a long time, thanks for the heads up!

Thanks for reporting this, will need to add some guards to ensure that parameter stays in a proper range based on inputs.

More details in this issue https://github.com/EmbarkStudios/cargo-deny/issues/380

Not sure if this issue means what I think it means, but here is an example of linking an icon into a Rust Windows executable https://github.com/klutzy/rust-windows/tree/master/examples

In regards to that Handmade video, today I got really annoyed with one of the things he pointed out, which is that you can't switch between "configs" quickly in VS,...

- [x] [`nalgebra:` Fix HTTP -> HTTPS links in documentation](https://github.com/rustsim/nalgebra/pull/608)