Róbert Mihály
Róbert Mihály
The style is broken when the site is not deployed to the root path. Reproducer: ``` hugo new site compose-example cd compose-example git init git submodule add --force https://github.com/onweru/compose/ themes/compose...
This fixes loading images and other assets in javascripts, when the site is not deployed to the root folder, but into a sub-folder. The fix replaces the server host based...
The `Job` class constructor created a MetricRegistry if none exists yet and stores it as a final field. The `JobsBundle` constructor takes the list of `Job` instances, so the jobs...
###### Which version and edition of Flyway are you using? works up to v9.0.4, breaks starting from v9.1.2 until v9.1.6 (latest) ###### If this is not the latest version, can...
Hi, I upgraded from Jetty 11 to 12 and now I have to use `InstrumentedEE10Handler` for recording request metrics. I'm running into a problem with this setup where the active...
### Your question After upgrading from jOOQ 3.18.6 to 3.19.2 I get the following warnings in the logs: ``` 2024-01-16 19:51:32.063 [WARN] (ForkJoinPool-1-worker-1) : getDataType - Static type registry :...
### Steps to reproduce Go to https://gitlab.com/users/sign_in ### Expected behaviour The page loads ### Actual behaviour  When I click on "More information" it crashes...  And also just going...
TestNG version 7.3.0 Dependent methods might not always execute in the correct order with `parallel=instances`, below is a reproducer, which quite often fails (not 100% reliable as sometimes does succeed...
Hi @lukaseder I see https://github.com/jOOQ/jOOQ/issues/16090 is closed for some time and I just got around to upgrade jOOQ on my project from 3.18 to 3.19.8 (with a Spring Boot 3.3...
###### Which version and edition of Flyway are you using? Latest 10.17.0 ###### If this is not the latest version, can you reproduce the issue with the latest one as...