PJ Carly

Results 18 comments of PJ Carly

I'd be interested as well @DingoEatingFuzz

After some more tinkering, I managed to relate it to the `@renderInPlace={{true}}` attribute - This does not seem to be related to the `searchMessageComponent`, without it, I have the same...

Alright. Narrowed it down completely. If you apply the CSS styling `top: 0` on the `ember-basic-dropdown-content` element (in order for the input element to cover the trigger completely). The issue...

I have no idea, only thing I can say is that I upgraded from v2.2.2, and there it is working with `top: 0`. For now I have disabled the `top:...

I just removed it in my css stylesheet `¯\_(ツ)_/¯`

I'm up for bumping to `v3.0.0-alpha.1`, but how do import paths need to be updated? Currently having imports like this: ``` import { Request, Response } from "miragejs"; import {...

v3 isn't working for me. Can't even get ember-cli to build. ``` Build Error (broccoli-persistent-filter:Babel > [Babel: @embroider/macros]) in @embroider/macros/runtime.js /@embroider/macros/runtime.js: @babel/template placeholder "APP": Expected string substitution ``` stack: ```...

using `ember-auto-import` v2 in my dependencies however there is still a v1 present in my lock file (from `ember-intl`).

`ember-auto-import` v1 is resolved to v1.12.1. (coming from dependency `ember-intl` v6.0.0-beta.3) After further investigation it seems that there are still `@embroider/*` dependencies under v1 (coming from `ember-power-select` and `ember-basic-dropdown`. However...

Honestly. I don't understand anything about `embroider/macros` and how it is causing the issues. I have many years of Ember experience, but this is a complete mystery to me. Is...