vlascik

Results 46 comments of vlascik

@NullVoxPopuli you know the point of this PR was to turn the code into Typescript, not v2 addon though, right? As far as I can tell the addon is still...

I also already converted this addon to native classes (typescript, really) in https://github.com/adopted-ember-addons/ember-cli-flash/pull/390. There's a problem there, with either lint or tests failing, but maybe someone could take a look...

I did https://github.com/ember-bootstrap/ember-bootstrap/pull/1861 a year ago, most of the typing for glint should already be done. It needs someone to pick it up for couple of hours and get it...

In my experience rewriting into TS is not as easy as it looks - once you start typing you'll realize you also want to use glimmer components and things like...

> We have already done all that work as far as I'm aware. @SanderKnauff done an amazing job in November and December addressing the remaining cases. Please let me know...

@simonihmig In the end, typing a component = typing a component signature + class function parameters/return types. I did the signatures, and end users get no value from internal function...

@jelhan thanks for the comments, but I think the best way, instead of discussing these types going back and forth for possibly a really long time, would be just you...

> Could do so. But I fear neither @simonihmig nor me having much time currently to work on it. So that may delay shipping it quite a bit. I think...

Great idea, JSON:API needs this. IMO though, for a query language to be really useful it should also contain comparison operators, such as: ``` eq (equals) neq (not equals) gt...

> is it "[email protected]"? yes > if we have legacy build error -> we don't have legacy output, this is the root for issue. yep, seems that `dummyBuilder` doesn't create...