Dmitrii Bocharov
Dmitrii Bocharov
it looks like `flutter_local_notifications` plugin has the ability to create periodic notifications in iOS: https://pub.dev/packages/flutter_local_notifications#periodically-show-a-notification-with-a-specified-interval. Also a short example of it [here](https://stackoverflow.com/questions/61905143/how-to-create-alarm-app-in-flutter-for-ios). Why can't it be done the same here...
according to maven docs https://maven.apache.org/guides/mini/guide-configuring-plugins.html#mapping-collection-types it must be like this: ```xml application.properties ``` however it doesn't work for me too. I'm reading `application.properties` with `getResourceAsStream`, so java-agent was able to...
I have finally found it. It is not described anywhere, but is present in the samples in this repo: https://github.com/graalvm/native-build-tools/blob/master/samples/java-application-with-resources/pom.xml#L102 So you need to execute the `generateResourceConfig` goal before the...
@micsjo do you still experience the same problem? Did you try to use the latest version 0.2.1?
hello, is there any estimation about this bug?
@JanCizmar i remember a saw it some time ago too, and managed to replicate it now locally with 2 instances running and turned OFF websockets over redis: ```properties tolgee.cache.useRedis=true tolgee.cache.enabled=true...
thanks @JanCizmar. I'll give it another try. Or smth is with the websocket
just to keep track of the work done, here is the list of changes, which were applied to fix the problems with batch processing 1. minor change, small optimization for...
@ajeans one more comment for discussion here. Jan has already written these concerns about multiple jobs per projects: > When implementing this I wanted to prevent some unexpected situations. For...
@ajeans thank you for the clarification. As far as i remember, the main problem you were trying to solve is that the batch translation of a huge number of keys...