JP95Git

Results 9 issues of JP95Git

### Details Concated columns show wrong values, after another column is sorted. ### Steps to reproduce Create a sample table with these data: ``` -- -- File generated with SQLiteStudio...

bug

Hi, the original problem with sample code, sample data and screenshots is posted in this discussion: https://github.com/jfree/jfreechart/discussions/283 ![157058790-c3f58b0e-e399-4289-9fdd-3e9167e4980d](https://user-images.githubusercontent.com/78929417/157892113-36bd01f5-520a-41fb-a519-bfd4d4806342.png) Left chart = jFreeChart ; Right chart = Excel ; Same data...

Hi, I use JFreeChart 1.5.2 to display various things. One of my testers discovered that if he sets the lower limit (setLowerBound) of the LogAxis to zero, a blank chart...

Hi, while reading your source code, I noticed that the help page for "color" is incomplete. help color (UEFI): https://github.com/chenall/grub4dos/blob/efi/stage2/builtins.c#L2021 help color (normal, no UEFI): https://github.com/chenall/grub4dos/blob/master/stage2/builtins.c#L3339 Based on the help...

I had to install PostgreSQL and repmgr to a custom location: /path/to/postgresql/. This works fine: ``` /path/to/postgresql/repmgr --config-file=/path/to/repmgr.conf cluster matrix --pg_bindir=/path/to/postgresql/ INFO: connecting to database Name | ID | 1...

I use pgloader to migrate a huge database from MariaDB to PostgreSQL. Based on the summary page, the migration takes too long, so I tried to adjust the parameters. Then...

Hi, I am using PostgreSQL 16.1 and Barman 3.10. Backup works fine, but PITR does not work very well, as described here: https://github.com/EnterpriseDB/barman/issues/881 So I tried to use a different...

I have a library in my build.gradle with this configuration: ``` repositories { mavenCentral() maven { url "https://jitpack.io" } } dependencies { implementation("com.github.Bombe:jFCPlib:v0.1.6") } ``` This library is the recent...

I had JUnit in my build.gradle with this configuration: ``` testImplementation(platform("org.junit:junit-bom:5.10.0")) testImplementation("org.junit.jupiter:junit-jupiter") testRuntimeOnly("org.junit.platform:junit-platform-launcher" ``` But libyear did not noticed that JUnit is outdated. The most recent version is 5.10.12.