Hawken Rives

Results 151 comments of Hawken Rives

@drewvolz This is what we have for the import plugin: ```js 'import/extensions': ['error', { js: 'never', jsx: 'never', json: 'always', ts: 'never', tsx: 'never' }], 'import/named': 'error', 'import/no-cycle': 'off', 'import/no-namespace':...

I know that we're not using the default time zone because we decided that only some views should use Central time; others should use the device time. We could revisit...

Every item in the checklist in the OP still needs to be updated to use the helper introduced in #3459.

I want to double-check that this is complete now

I don't think there's an equivalent api for android, and I don't especially like the typical solution of pushing the user out to the store.

I'll just note that I'm very bothered by prompts that kick me to the App Store, since it takes so long to load, but I'll happily rate apps that give...

I saw someone that requests push notification permissions on the 7th load of the app; we could ask for a review on the … 21st load or something

You would be prompted again after 21 uses. SKReviewController won't re-prompt if you're on the same version, and it won't prompt more than three times a year.