Erik Pragt

Results 17 issues of Erik Pragt

Hi guys, I was checking some of the previous commit, I'm not sure what happened, but the code and the commits are gone. For example, take a look at this...

Question

At the moment, the quality of some generated phone numbers is quite poor. To demonstrate this, there's a test called `PhoneNumberValidityFinderTest.testAllPhoneNumbers`, which generates the following output: ``` en_NZ=53 fr_CH=57 lv_LV=60...

Find out if it's possible to convert Markdown or HTML to AsciiDoc on paste.

enhancement

Hi all, I'm having an issue with pagination + projections + orm.xml + native queries. I've described the issue in full detail here: https://stackoverflow.com/questions/72859385/hibernate-pagination-not-working-when-using-native-queries-named-query-exists-b, and I've created a fully reproducible...

status: feedback-provided

I have a native query with 3 parameters: ``` @Query(nativeQuery = true) fun findNearbyDiveSpotsBySealifeContaining(@Param("latitude") lat: Double, @Param("longitude") lon: Double, @Param("objectId") objectId: String, pageable: Pageable): Page ``` In my `orm.xml`, I've...

type: bug

*Description of changes:* Not having virtualenv installed revealed the error message had a small issue due to missing commas. I fixed this, and fixed another small text issue too. By...

I'm trying to mock out a Kotlin service which acts as a collaborator for another service. This is failing, resulting in the following error: ``` groovy.lang.GroovyRuntimeException: Could not find matching...

Hi all, I'm upgrading from exposed 0.12.1 to 0.17.7, and suddenly my tests are failing. This is because of the casing of the columns. I've reverted back to our old...

bug
waiting for reply
postgresql

Hi all, I'm currently affected by this issue: https://github.com/spring-projects/spring-boot/issues/33452 I also have this problem with Spring Boot 3 and Greenmail, but I'm using Greenmail Alpha 3, and the only dependency...

## Observed vs. expected behavior When I do a `./gradlew test`, 3 tests are failing. One of the failing tests is `testShouldRenderVega`, where the expectation is: `https://kroki.io/vega/png/eNqVV...` , but the...

bug