Róbert Mihály

Results 21 issues of 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...

bug

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...

t: bug
m: Maven

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...

bug

### 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 :...

T: Defect
C: Functionality
P: High
E: All Editions

### Steps to reproduce Go to https://gitlab.com/users/sign_in ### Expected behaviour The page loads ### Actual behaviour ![image](https://github.com/fanglingsu/vimb/assets/26523902/6fb4a08b-6775-42ea-a846-f8a3903a4936) When I click on "More information" it crashes... ![image](https://github.com/fanglingsu/vimb/assets/26523902/2d0f5d25-c894-4bfb-ac01-a8438151a6d7) 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...

Feature: parallel
Feature: dependsOn

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...

T: Defect
C: Functionality
P: Medium
E: All Editions

###### 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...