Andrew Timberlake

Results 7 issues of Andrew Timberlake

This ensures the token is only generated once and used across all workers This fixes #226

I’m getting an error `response: :too_many_provider_token_updates` The code here shows that token is refreshed every minute instead of “no more than once every 20 minutes” as the [APNS documentation](https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/handling_notification_responses_from_apns) requires....

See http://requirejs.org/docs/api.html#errors

This change updates UIEvent.detail (https://developer.mozilla.org/en-US/docs/Web/API/UIEvent/detail) on `click` and `dblclick` events.

I don’t know if this is Glint or Ember related. When creating a function to handle a custom event, Glint complains that the signature doesn’t match. The signature expects an...

The Ember Typescript docs suggest enabling TypeScript’s strictest support by adding `@tsconfig/strictest` before the ember config at https://guides.emberjs.com/release/typescript/additional-resources/faq/#toc_strictness This breaks Glint as seen in #662

I was trying to migrate from bigint ids to TypeID I came across a few problems because I need to have TypeID working during interim steps. 1. You can’t use...