Jason Gray

Results 424 comments of Jason Gray

Honestly for me without knowing anything about native async callbacks make more sense to me, not in they're better, because I don't know but I understand callbacks. Like I said...

> They are functionally identical it is only a syntax difference. I get that,lol. I just don't understand the syntax yet because I haven't read up on it. ;P

So is await kinda like yield in a generator? The function just picks back up when that async thing is done?

Ok, easy enough. I'm reading up on it now.

@TingPing quick question though. Can we use this in Pithos? I mean it uses the asyncio event loop. My understanding was that you don't want to use multiple event loops...

This old and nothing is really being done with it. It can probably be closed since the icons in the overlay were changed a while back to be more DE...

> The pandora error messages frankly suck, maybe we should add our own, bit out of scope for this PR... In the event of a connection issue those errors more...

> * Since this is no longer modal we need to hide the infobar when the error is bypassed. I guess we effectively need to track a "connected" state. We...

Off the top of my head: These errors should not be retried and should pretty much be considered fatal at least temporarily: `MAINTENANCE_MODE` `INSUFFICIENT_CONNECTIVITY` `READ_ONLY_MODE` `PARTNER_NOT_AUTHORIZED` `DEVICE_MODEL_INVALID` These errors should...

> If you want to see this work through that would be great, I'm not sure I'll find the time. Sure, I'll see what I can come up with next...