Josemar Luedke
Josemar Luedke
@pzuraq This is great! Yeah, I'm familiar with that feature. But what I would like to see is a way to extract that section from the API page and embed...
Looking forward to having TypeScript support for traits!
I was surprised to see traits were not part of the TypeScript types. Any chance to get this moving?
@offirgolan I have created a reproduction for this bug: https://github.com/josemarluedke/--ember-cp-validations-repro. One interesting thing I discovered is that if I add an action to the component, then I don't have this...
I created a template only glimmer component which removes some of the perf problems of a regular component. Here is what that component looks like: ```hbs {{#if (eq @column.formatter 'date')}}...
Yes, I'm still having this issue. It's weird you were not able to see in that PR. The entire site is rendered twice. I can post a screenshot when I...
Here is an image showing that the HTML generated in FastBoot was not removed when the client version executed, the client version just prepended the content, leaving the HTML from...
I believe that the TS removing the imports also prevents template imports to work in ember with TS. So, fixing support for TS would be the best approach instead of...
Anyone?
Any news on this?