Ryan Kelly
Ryan Kelly
According to recently-added FxA server metrics, "devicesNotify" is the cause of more than half of all push notifications sent to clients:  These pushes correspond to clients calling the `/accont/devices/notify`...
In https://github.com/mozilla/uniffi-rs/pull/381 we added support for enums with associated data, but it doesn't properly support *recursive* enums, like the classic "tree" example where the enum variants are `Tree::Leaf` and `Tree::Branch(left:...
It would be nice if the job could send back asynchronous progress or logging messages as it goes about its job. Idea: `enqueue` could return an EventEmitter specific to that...
I attempted to apply a voucher code to a user using the staff "amend invoice" view, but got the following traceback: ``` ERROR 2017-07-17 19:59:08,208 base 19647 139739945805568 Internal Server...
Over in the application-services repo we have some notes on how to get your apks signed via autograph: https://github.com/mozilla/application-services/blob/91a10d8/docs/howtos/signing-android-applications.md This is very specific to building an android app, and feels...