Wayne Werner

Results 168 comments of Wayne Werner

@thatch45 may be able to weigh in on the historic reasons that arrays were chosen over dict. It may have had something to do with order, but I'm not sure....

FWIW it could be sensible for calcurse to check either a dedicated file location e.g. `$XDG_CONFIG_HOME/calcurse/tzmap` or something to lookup tznames and/or allow an external application to map the tznames.

Fixed by https://github.com/saltstack/salt/pull/63382 @cmacnevin we're nearly to RC1 for 3006, I don't know if we have a firm date for when we're going to release RC1, but 3006 is planned...

For those interested/able, in `salt/minion.py`, in `_send_req_async` try changing ``` with salt.utils.event.get_event( "minion", opts=self.opts, listen=False ) as event: ret = yield event.fire_event_async( load, "__master_req_channel_payload", timeout=timeout ) ``` to ``` with...

#63257 should sort this out :+1:

Fixed by https://github.com/saltstack/salt/pull/63382

FWIW, this is something that I like to do when I `sudo -s`. It happens fairly often that I'll step away from my computer and then 5 hours later I'll...

Thanks for the report! Is this a documentation change that you would feel comfortable submitting a PR for?

If there's broken behavior we need to get a test to exhibit the broken behavior, and then fix that - but if it's just an incorrect documentation of behavior then...

That's probably fair enough. I don't actually even know attrs or dataclass that well, unfortunately.