Kenny
Kenny
@ocombe Yeah I was figuring it should have a way for the service call to return what was passed to it if no translation file is provided since that's kind...
@ocombe I wish I could work on this more, I just got moved to work on something else so at the moment I won't be able to create a PR....
This is something we've found is also affecting us and our workflow. We use `npm` and after `yalc remove` the linked directory stays there. If we try to do an...
@pharshdev Do you happen to have an example of this? I've been hitting my head against a wall to get 4k60fps video working in Flutter ([StackOverflow issue](https://stackoverflow.com/questions/71213037/flutter-4k60fps-video-performance-on-androidtv?noredirect=1#comment125880211_71213037)) This might be...
What errors were you seeing? I was getting errors on a Figma file with 400 icons with an ECONNRESET. I found a fix but wanted to see if you're having...
Anyone know of a workaround for this? I find it incredible that `argTables` is considered a first-class citizen but there's no support for it on subcomponents.
How should one go about doing it with a `ng-container` and a `*ngFor` that is looping over several children elements? The `ngProjectAs` is set on the `ng-container` level and there's...
@pkozlowski-opensource Thanks for addressing my open issue. You mentioned that it was something that is a limitation and one that would be good to address. Do you have any general...
Is there anyway we can discuss options? It might allow the community to move ahead with creating a solution that is more likely to be accepted in PR.
My issue seems to be resolved with the new control flow syntax: https://stackblitz.com/edit/stackblitz-starters-v4xhwv?file=src%2Fmain.ts @djabif You might want to try with the new control flow as I think it might resolve...