jmaargh
jmaargh
I have this issue with my integration tests. I have tests in the top level `tests/` directory which run sqlx `query!`s. I can't currently prepare an offline `sqlx-data.json` which covers...
Hmm, so to summarise your suggestion is just to get rid of the shader functions `srgb_to_linear` and `linear_to_srgb` in all cases and be done with it? FWIW there's [a lot...
I feel like there's value in keeping this issue different from #1397 for a couple of reasons: 1. The main point of #1397 is to disable a certain behaviour, this...
I'm easy about the syntax. `rustup toolchain ensure [path]` works for me. I was thinking re-using `rustup toolchain install`, so: - `rustup toolchain install [toolchain]` works as currently - `rustup...
Given [someone has actually started trying to implement this functionality](https://github.com/rust-lang/rustup/pull/2751), should we agree on syntax? Based on the above, people seem to be keen for a new verb and have...
> I don't see anything obviously wrong with your example code. Great, thanks so much for looking over it. > I agree that it's annoying that you need to `select()`...
To help anybody else who comes across this, simply update the `libs/cglm` submodule to the `v0.8.4` tag and it should build fine.
I agree that accidentally publishing is probably a niche issue, but I don't see how yours are arguments _against_ this proposal, so much as they are arguments that in your...
@LucianBuzzo The point that people might accidentally (or lazily) have secrets in code they don't intend to publish is a good point I hadn't thought of. Personally, I find the...
So, this conversation fizzled out. Having reviewed the above discussion, my argument is that: Priors: 1. Publishing (to wherever, but especially to crates.io) is "unsafe" and almost certainly irreversible 2....