jms72

Results 6 issues of jms72

Adding a new airport did not work well: Searching in the form gave always NaN even when selecting "Ourairports" as source which demonstrably does have the airport I was trying...

`SayUnixTime(1709043413,,HMS)` fails in language German with: ` -- Playing 'minutes.slin16' (language 'de')` `WARNING[3336698][C-00000057]: file.c:824 ast_openstream_full: File digits/and does not exist in any format` The code in main/say.c, for example line...

bug
support-level-core

Different issues on that page: * In the text that follows after "unless you purposely want to fall through to a less specific match." the text that should be monospace...

Currently, when comparing two binary files, the files are nicely shown side-by-side with the differences highlighted, and the list of comparison results on the right shows the relevant offsets. However,...

``` logger.warn( "Some text: ${proposalResponse.statusCode}", proposalResponse.exception, ) ``` causes stack overflow: ``` at ch.qos.logback.classic.spi.ThrowableProxy.(ThrowableProxy.java:78) … at ch.qos.logback.classic.spi.ThrowableProxy.(ThrowableProxy.java:78) at ch.qos.logback.classic.spi.ThrowableProxy.(ThrowableProxy.java:51) at ch.qos.logback.classic.spi.LoggingEvent.(LoggingEvent.java:145) at ch.qos.logback.classic.Logger.buildLoggingEventAndAppend(Logger.java:424) at ch.qos.logback.classic.Logger.filterAndLog_0_Or3Plus(Logger.java:386) at ch.qos.logback.classic.Logger.warn(Logger.java:697) ``` It seems...

### Expected behavior When using ``` dslContext .select(selectFields) .distinctOn(distinctOnFields) .from(tableExpression) ``` all is fine on PostgreSQL, but for MariaDB/MySQL, jooq emulates the lack of DISTINCT ON by producing a window...

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