Dirk Luijk
Dirk Luijk
Looking forward to see type guard support in language-service as well! My simple use case: ```typescript interface Animal { type: 'fish' | 'bird'; } interface Fish extends Animal { type:...
Will this be solved in Ivy?
I was investigating to use Radash for one of my projects, but I am also missing the possibility to do easy type-safe chaining. I created this working proof-of-concept: https://stackblitz.com/edit/typescript-fgyues?file=index.ts it...
Thanks for the suggestion! I will take a look tomorrow to have this improved in the lib!
Sorry, I didn't do a lot of frontend over the past months so I kinda forgot to take a look at your issue. > The FormControl can represents represents primitives...
Sorry, I didn't do a lot of frontend over the past months, so I kind of forgot to update the dependencies. I just released `1.1.1` which should be compatible with...
Radical idea: what if you can switch runtimes on StackBlitz? E.g. switch from Node to Deno, and also accept JSR as custom NPM registry. I think that would really boost...
Surprised that this is not (yet?) supported. I suppose it would be quite easy to serve packages directly to browsers, and seems like a missed opportunity. 😉
Having the same issue here. I think there is a mistake somewhere, but I'm still unable to figure out what. To see this issue in action: https://stackblitz.com/edit/stackblitz-starters-u8a5t1 (execute `npm run...
Not sure if this is any help, but I've been working on [a new dependency injection library](https://needle-di.io/) for JavaScript that does not rely on `experimentalDecorators` or `emitDecoratorMetadata`, but solely uses...