Bruno Fantauzzi
Bruno Fantauzzi
> This is consistent with how transover popup behaves in general (when you click/point to work). So this must be annoying in all cases then? I don't have experience with...
I have the same error on GitLab CI. Doesn't happen locally.
Kotlin/Java isn't my strong language so I am afraid I can't help much. But, you should be able to reproduce it by using OP's repo: https://github.com/optimism-java/hildr/pull/167/commits. Note that he fixed...
Further info: I am using gradle 8.10, and I found out this when I went to the definitions of the isXYZ: Maybe it didn't fail locally as I am using...
I have updated mine to be ``` def brotliVersion = "1.17.0" def operatingSystem = DefaultNativePlatform.getCurrentOperatingSystem() def currentArchitecture = DefaultNativePlatform.getCurrentArchitecture() repositories { mavenCentral() } dependencies { implementation "com.aayushatharva.brotli4j:brotli4j:$brotliVersion" runtimeOnly("""com.aayushatharva.brotli4j:native-${ if (operatingSystem.isWindows())...
@markflorkowski, would you recommend a simple cloud DB with a similar very easy setup for this info?
This is unacceptable. [`untun`](https://www.npmjs.com/package/untun) seems to be a better alternative at the moment.
> In short, `concurrently` is known to be sending signals multiple times, on an Alpine image, to kill processes. The thinking goes, with the heuristic behaviour Sam explains above, that...
Thank you, @tipsy!
Hey @tipsy! So, according to the code, the `.precompress` is `false` by default, right? Checking my browser's network tab, some files are already gzip'ed. So Javalin, by default, gzips the...