Julien Palmas

Results 20 issues of Julien Palmas

Changing the version of the guides triggers the following deprecations - [implicit-injections](https://deprecations.emberjs.com/v3.x#toc_implicit-injections) - [routing.transition-methods](https://deprecations.emberjs.com/v3.x#toc_routing-transition-methods) This is caused by [the guidemaker version controller](https://github.com/empress/guidemaker/blob/main/addon/controllers/version.js) Corresponding Guidemaker issue: https://github.com/empress/guidemaker/issues/95

This PR is here to illustrate this issue of `discoverEmberDataModels` with ShimModelClass Run `pnpm --filter="basic-app" start && open http://localhost:4200` to see the error in the console You can also [![Open...

Our app uses `ember-cli-less`, `ember-css-modules` and an in-repo addon `my-ir-addon`. `ember-css-modules` is configured in `my-ir-addon` with: ```js options: { cssModules: { intermediateOutputPath: "my-ir-addon-modules.less", extension: "less" }, } ``` The file...

The bug is perfecly described in https://github.com/emberjs/ember.js/issues/19401 The issue belongs to `ember-cli-htmlbars` though and I believe we need an issue in this repo as well to help things move forward....

See @rwjblue's comment https://github.com/ember-cli/ember-cli-qunit/issues/203#issuecomment-479919635 as to why this would be useful

When the data passed to `HeadlessForm` is a POJO, the field's `@name` is required to be a key of this POJO. But when the data is an EmberChangeset, `@name` only...

When building our app with embroider, many tests fail because the serializer is not properly loaded by mirage and ember-data errors telling us that the response does not contain the...

Yarn does not seem to understand the NPM tag volar-2.4 I have tried both yarn 3 and 4… Would it be possible to use the version number instead?

See discord thread here: https://discord.com/channels/480462759797063690/1334122360831475772 Demo repo here: https://github.com/bartocc/glint-double-hint TL;DR If working with a VSCode workspace containing the following `folders` key ```"folders": [{ "path": "." }, { "path": "web" }],```...