Jason Mitchell

Results 84 comments of Jason Mitchell

Seems reasonable, I'd happily review/accept a PR for this.

To avoid us having to try and replicate your project's setup and/or go through the motions of setting up firebase, can you share with us the project or create a...

It seems there are many layers involved. zone.js (required by angular) is [extending the original, native, XHR object](https://github.com/angular/zone.js/blob/22b993718c3d9fb1bea9f9088066d76329e86fdb/lib/browser/browser.ts#L78) and this is done before Polly replaces the global XHR object. After...

@k3nsei thanks for creating an issue for tracking. We 100% agree and have been experimenting and discussing.

@yuri-semenenko same place they were: https://ember-intl.github.io/ember-intl/versions/v4.4.0/

@MrChocolatine here are the options `formatTime`/`formatDate` supports: https://github.com/ember-intl/ember-intl/blob/master/addon/-private/formatters/format-date.js#L9-L24 You can read about each option: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/resolvedOptions#Description Contributions to the docs are greatly appreciated as much (if not more) than code changes...

@buschtoens I do like our document format, know of any ways to integrate TypeDoc into it some how? My thinking is, TypeDoc would be used for covering the interfaces for...

What would the output look like? The result of the translation look ups concatted together with/without a separator? Translations that take arguments would be difficult to express then.

@Turbo87 I see this as a feature that would be opted into. So if your project decided to adopt arrays as a translation value it would then possibly break tooling...

Embroider isn't officially supported. Someone would need to port the addon's use of [`treeForAddon`](https://github.com/ember-intl/ember-intl/blob/main/index.js#L93) to `treeForApp` and change how the translations are [loaded into the app](https://github.com/ember-intl/ember-intl/blob/main/addon/-private/utils/hydrate.ts#L1) to read from the...