ORBAT

Results 8 comments of ORBAT

I'd definitely find immutable edges useful, and it feels funny that you can make fields immutable but not edges

Any ideas on where this might be coming from? @MasonProtter, how did you arrive at the conclusion that it's the conflict resolution?

Turns out there's a lot more wrong with the SQS package than just a few pointer inconsistencies (requests&responses not being up to spec, V2/V4 signature craziness), so this issue is...

I also ran into problems `sudo-touchid` and Sonoma, but turns out [it's not necessary on Sonoma anymore](https://sixcolors.com/post/2023/08/in-macos-sonoma-touch-id-for-sudo-can-survive-updates/) and Touch ID for `sudo` can be made to survive OS updates like...

`to(UTC)Format`'s formatting patterns could be more like what other languages use for specifying date formats; the current patterns are a tad surprising at times (like having `HH24` for 24h padded...

Yeah, you only need to apply the correction if you're dealing with a sample out of a larger population _and_ you don't know the mean. One of the caveats is...

This is the workaround I've been using to run doctests in a `@testitem`. It temporarily adds the standard environment `"@v#.#"` to the load path so that my package doesn't have...

Looks like you can also do this with [`atreplinit`](https://docs.julialang.org/en/v1/stdlib/REPL/#Base.atreplinit), which I guess is a bit less hacky as it hooks directly in to REPL initialisation and guarantees VSCode's REPL stuff...