sobvan
sobvan
My approach to the long-running process traces issue right now is that the span the starts a new trace should indeed be finished shortly after created. New spans for tasks...
Hallo @phal0r, Sorry for the slow response. Yes, I am happy to help, I hope I can. I am not that familiar with cassandra, I am more into elastic. Let...
I think AoT is essential with Angular 2. The 2+ sec parse time (which seems to be 10 sec on a tablet) just really not lives up to the promise...
Best news today so far :)
@dcoblentz, this is really awesome what you did. I do not get the whole process, however. How do you generate output.ts? Can this be applied to vaadin polymer elements, too?
> The work in progress, you can check [rdbc-poc](https://github.com/JetBrains/Exposed/tree/rdbc-poc) branch and try to build it localy. > R2DBC connecion will require also jdbc connection for operations with Schemas as R2DBC...
To make it more clear. My app uses a `ForgroundService` to be able to constantly run in the backgorund. It is called `ForegroundService` because there is an ongoing notification displayed...
@lazaa32 sorry, I did not see the notification about your comment. Actually, after a lot of trie, I asked chatGPT to help with the settings, and I played around hours,...
Just my 2 cents: you can also put the locale environment variables in your gradle build file like this: ``` test { useJUnitPlatform() environment "LC_CTYPE", "en_US.UTF-8" environment "LC_ALL", "en_US.UTF-8" }...