Ryan Kelly

Results 25 issues of Ryan Kelly

According to recently-added FxA server metrics, "devicesNotify" is the cause of more than half of all push notifications sent to clients: ![Capture](https://user-images.githubusercontent.com/34695/84461776-a1faa100-acb0-11ea-8a48-67f21167a4c7.PNG) These pushes correspond to clients calling the `/accont/devices/notify`...

discuss
important-not-urgent

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...