Rob Norris

Results 294 comments of Rob Norris

@AttilaFueloep thanks for those pointers. I dug the rest of the way, and there's more bonkers than that! tl;dr GCC and Clang treat `{0}` differently when initialising a union (as...

Alright, I've done the read, and I think robn/zfs@4b4495d "fixes" this by changing all the places where `{0}` (or equivalent) is used to initialize something on the stack that has...

Test suite passed, which is a pleasing indicator of something.

Confirmed in 6.9.0, not that there was a doubt.

Last push removes the timing stats. ``` # cat /proc/spl/kstat/taskq/summary 3 0 0x01 1 0 640838657 117862991354 | threads | tasks on queue taskq name | tot [act idl] max...

The masked email API is currently in beta: https://beta.fastmail.com/developer/maskedemail/ I'm not sure if that includes sending via masked identities; I'll try to find out more.

Fastmail now has [EventSource push](https://datatracker.ietf.org/doc/html/rfc8620#section-7.3) in beta, usable when authenticating with a bearer token (#39).

I have thought a lot about this over the last few days, and I will do my best to keep this succinct. The specific thing I _actually_ want: totally distinct...

Hi! Long time! Thanks for the review, I've finally got some clear air to work on this. rustfmt, good tip. Never used in anger, and while I'm not sure I...

I pushed a new commit on top that ensures all "configured" paths are absolute. (By "configured" I mean whatever is in the `Config` struct, not necessarily what's listed in the...