SkiX

Results 11 comments of SkiX

i also encountered this error. Minimal code: ```ts const { result } = useQuery(someQuery); const data = useResult(result);

Hi, any planned updates in implementing subscriptions?

Hi, I'd appreciate these new icons: - a tree - a speaker - Spotify logo Thanks in advance!

Possibility to pick specific fields would be awesome!

Please use [Angular i18n](https://angular.io/guide/i18n) instead.

Perfect, thanks! Btw. have you considered open-sourcing the code so the community could help building this library? I know that some users might volatile the license but maybe there is...

Yeah, I got it. Perhaps open-sourcing just the plugins, while keeping the core on your side. Just an idea, you're doing great job!

Would be great to have it merged!

Niestety warunek `choice % 100 < 10 || choice % 100 >= 20` jest niepoprawny zgodnie z https://unicode-org.github.io/cldr-staging/charts/37/supplemental/language_plural_rules.html#pl Modulo 100 musi być różne niż 12, 13 i 14. A więc:...