Georg Echterling

Results 8 comments of Georg Echterling

The fix in #1725 only works partially. Setting the level via `child.level = "debug"` works, but providing it as an option in `root.child()` does not: ```ts const root = pino({...

The plugin does actually recommend the latest release as well as the latest RC: ``` The Gradle version used in this project is not up to date. To update from...

The arrow is also only one character wide in IntelliJ IDEA: (Using its default font "JetBrains Mono".) ![image](https://github.com/Splitties/refreshVersions/assets/61650099/b034f141-eb19-42c7-92e2-b23b763cb1e0) It's worse in VS Code with "Droid Sans Mono", since it no...

@LouisCAD Fedora Linux 38 (GNOME, Wayland) I think IntelliJ IDEA automatically scales down wide characters, since changing the font to Droid Sans Mono doesn't increase the character's width. Or maybe...

The failing test was "BundledDependenciesTest > Version keys should be up to date() FAILED". It passes locally, I don't know why it fails in CI.

I think this is caused by this part of `DbSchedulerAutoConfiguration`, which was added in #357: ```java // Use custom JdbcCustomizer if provided. builder.jdbcCustomization( customizer .jdbcCustomization() .orElse(new AutodetectJdbcCustomization(transactionalDataSource))); ``` The default...

Rebased on 6.3.0.Final.

This was fixed in #719. (Version 2.8.0)