Andrew Timberlake
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...
- Is your input CSV [RFC 4180](https://tools.ietf.org/html/rfc4180) compliant? no - Are you interested in helping with a PR? yes, but had a look and wouldn’t know were to start This...
RFC 2047 specifically states that decoding encoded words before parsing a header may not work [RFC 2047§6.2](https://www.rfc-editor.org/rfc/rfc2047.html#section-6.2) > NOTE: Decoding and display of encoded-words occurs *after* a structured field body...
Fixes address validation to handle nil addresses Applies validation to Mail.put_? functions as well Fixes #211