Kamil Trusiak

Results 6 comments of Kamil Trusiak

I am not using forge anymore. Maybe someone could jump in and fix this?

@klazuka could you release fixed version, please?

+1 i am looking for solution too, maybe implement callback in push.js by default?

I am following 2 users, and this counter shows `1`. I tested it by unfollowing, and as expected, when I had 1 user, it showed `0` and after unfollowing last...

This would be very useful. Any chances for making it work?

@gilbsgilbs `i18next` allows to pass multiple default values, eg ```ts function totalItems(count: number) { return t('total_count', { count, defaultValue_one: 'Total {{count}} item', defaultValue_other: 'Total {{count}} items', }); } ``` and...