Results 349 comments of Aria Desires

Presumably they got this from https://blog.pauby.com/post/force-powershell-to-use-tls-1-2/ (i've seen it in azure docs too tho)

development note: we've mostly refactored the code in preparation for this, the last thing that needs to be done is changing the release.yml template to support the various dirs it...

Hmm I am realizing that now that we [have a dist-workspace.toml](https://opensource.axo.dev/cargo-dist/book/quickstart/javascript.html#adding-dist-workspacetoml) which you can drop in the root and point at other subdirs, we don't necessarily need to natively support...

So the problem here is actually a bit different. I specifically *didn't* want to have this kind of tag ambiguity, so cargo-dist's tag parser actually passes in a list of...

Yes unfortunately this is if I recall correctly a flaw/limitation with rustup/rust-toolchain.toml. There's no way to say "latest stable" -- the "stable" identifier just means "some stable, literally any will...

`yml = "yaml"` would be very funny to make someone write

[installers] could be [build.installers]... they're so central that they feel like they should be top-level but *shrug*

if you set `[publish] prereleases=true` it will get "inherited" to all the `[publish.xyz]` entries. similarly for `[installers]` and `[ci]` and `[host]` we can support a sugar of `host = ["github",...

A subtle virtue of the `[installer.homebrew]` form is that i can just tell you > paste this into your config > ```toml > [installers.homebrew] > tap = "axodotdev/homebrew-tap" > ```...

notes about some capricious changes made here: * allow-dirty has been smashed up from an array to a series of allow-dirty=true flags nested under the relevant sections * `publish-jobs =...