sergeykad

Results 63 comments of sergeykad

With the latest Java LTS being 21 I am guessing most of the projects are on Java 11+ by now. Unfortunately, I do not have experience in Kotlin or writing...

I have the following build configuration: ```groovy plugins { id 'java' id "cz.habarta.typescript-generator" version "3.0.1157" } sourceSets { main { java { resources { srcDir 'build/typescript-generator' } } } }...

In the v3.2.1263 of the plugin, one of the issues was resolved. This is the updated report. - Task `:module1:generateTypeScript` of type `cz.habarta.typescript.generator.gradle.GenerateTask`: cannot deserialize object of type 'org.gradle.api.Task' as...

Thanks @llirrikk . I searched how to do it [here](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html), but there is no mention of it.

I see. Will not ability to exclude classes from this constants substitution solve the issue? Maybe it is not a perfect solution, but it should work in vast majority of...

I believe this feature is essential for making Bake HCL more readable and maintainable. As you can see [here](https://github.com/docker/buildx/issues/1203#issue-1298276931), the lack of this feature makes the configuration file twice as...

@psyklopz Unfortunately this approach does not work correctly with all databases. On Microsoft SQL Server for example you will get local time instead of UTC.

I got a similar error on Windows 11 with Jellyfin version: "10.8.9". The error did not occur previously while I ran Jellyfin in Docker. ``` 2023-01-27 00:53:09.289 +02:00] [INF] [58]...

Installing from the repository does not work anymore due to security issues. The only way it worked for me was by using [these](https://github.com/bcicen/ctop?tab=readme-ov-file#linux-generic) instructions. ``` E: The repository 'http://packages.azlux.fr/debian jammy...

Thanks for the detailed explanation. I used three different servers for the speedtest-cli tests above. The higher speed from the Ookla client is what I am usually getting on my...