TATSUNO “Taz” Yasuhiro

Results 152 comments of TATSUNO “Taz” Yasuhiro

I started using a vue-i18n recently and opening Pull Requests for new features, optimizations and bug fixes. Kazupon, the creator of this awesome OSS, reviewed and merged the recent PRs...

This sounds like a duplication of https://github.com/kazupon/vue-i18n/issues/710 🤔 @snowchenlei I think custom separator support requires huge efforts. How about escaping, like `message\\.hello` or such, as suggested in #710 ?

Some special characters are used for features in vue-i18n. Maybe escaping is good to have. Could you tell what is a motivation to use such special chars with escaping, instead...

This is because `$tc`'s second argument is supposed to be a index to choose message from `case of 0 | 1 | 2 and more`, so it must be `int`...

I think `$tc` should warn if it received a non-int value (float, string, array or whatever). Warning like `$tc's second argument should be int but ... given. If you want...

I can imagine that it could be painful if one need to pass same argument to so many messages. Could you give more specific use case ? I think it...

I am also waiting for a new release. Because I am hitting a dependency version incompatibility with the latest [pronto-undercover](https://github.com/grodowski/pronto-undercover) 0.2.0, which added branch coverage support. My workaround: use `git:`...

This is similar to https://github.com/Semantic-Org/Semantic-UI/issues/2332

I resigned myself from this issue since I am not familiar with `counter`-things in CSS. (I will try to create a PR, but may take a long time). I wonder...