Jan Cizmar

Results 102 comments of Jan Cizmar

Hi, To improve the workaround... If you don't want to duplicate all the logic in the `RedissonAutoConfiguration` just extend it with `@ConditionalOnProperty` or `@ConditionalOnExpression`. ``` @Configuration @ConditionalOnClass(Redisson::class, RedisOperations::class) @AutoConfigureBefore(RedisAutoConfiguration::class) @EnableConfigurationProperties(RedissonProperties::class,...

Interesting Idea! Will look to implementation option of such feature. But it would probably be doable!

Hi @cyyynthia! Again, you're right. The largest part of the @tolgee/core is the ICU formatter. Stepan already started working on refactored / smaller, @tolgee/core.

@stepan662 is working on new @tolgee/core implementation, where we will support natively only simple parameters like `Hello I am {param}`. ICU formatter would be added as separate module, so user's...

Enable automatic translation of attributes prefixed by "i18n-" ``` ```

It still doesn't export the data and it's not published in npm, so I wouldn't close it yet. :)

Hi there! Actually, there is a Repo for that, which is already prepared for further work! If you would like to dig in, I can create some issues there. https://github.com/tolgee/tolgee-cli

Comment there, and I can assign some to you. https://github.com/tolgee/tolgee-cli/issues

Is there any easy solution on this? It broken my application :(