johanrd

Results 73 issues of johanrd

After long nights of debugging memory leaks, I found an issue with the `and` and `or` helpers from ember-truth-helpers, after they were converted to class based helpers. E.g. when using...

Hi. I experience janky menu closing transitions whenever I'm entering a route that kicks off heavy rendering calculations. (the menu stops halfway until the entered route is finished with its...

Should possibly close #52 after merge

When building an app with embroider with ember-artisans, I get the following error: ```console Build Error (OneShot) Unexpected character '' (Note that you need plugins to import files that are...

* Firebase UI version: 4.8.0 * Firebase SDK version: 0.900.19 [Firebase SDK 9 is now released in beta](https://firebase.google.com/docs/web/learn-more#modular-version). When testing with Firebase UI 4.8.0, it becomes clear that Firebase UI...

v9-migration

Hi. Thanks for the fun and useful https://tutorial.glimdown.com. When looking at the [remote-data](https://tutorial.glimdown.com/11-requesting-data/1-using-remote-data) and [keeping latest](https://tutorial.glimdown.com/12-loading-patterns/1-keeping-latest) examples I get exited about the simplicity and composability. However, I struggled to wrap...

```TypeError: Cannot read properties of undefined (reading 'inaccessibleByURL')``` https://github.com/tildeio/router.js/blob/9320c7b1c1e887e73afd3700cd0093b9f34c9e6b/lib/router/router.ts#L669-L675 Stack trace from sentry:

1. Clone https://github.com/johanrd/ember-mabox-gl-pnpm-repro or create a fresh ember app with pnpm: ``` ember new ember-mabox-gl-pnpm-repro --skip-npm cd ember-mabox-gl-pnpm-repro pnpm install pnpm add ember-mapbox-gl mapbox-gl ``` 2. Run `pnpm start` and...