Kevin Kucharczyk

Results 15 comments of Kevin Kucharczyk

We've just open sourced some of our internal recent experiments with an Ember context API, this can be found at: https://github.com/customerio/ember-provide-consume-context. Hopefully seeing that version of a context API in...

@runspired I'm really glad to see there is support for this proposal! Please let me know if there's anything I can do to help move it along, I'd be more...

One of the things we'll need to reach a consensus on is how context is provided/injected in the first place. That is, do we use the proposed decorators and string...

@atomiks that did work! https://codesandbox.io/p/sandbox/romantic-glitter-ll2gm3?file=%2Fsrc%2FApp.tsx%3A143%2C31 In my app, however, that still didn't fix it. I found that it's due to me using `FloatingList`, which I recreated in this example: https://codesandbox.io/p/sandbox/trusting-sunset-wgvtfc?file=%2Fsrc%2FApp.tsx%3A178%2C23...

@ef4 has there been progress on this? We have assets referenced in templates like @mydea's example: ``` ``` and those aren't being picked up being picked up in an Embroider...