scott-avery
scott-avery
@KevinVandy I am afraid that issue still exists after rollback. Scroll more and you will find some rows flickering. Both from online storybook and my local clone storybook. My browser...
@KevinVandy it's about the vibrations. It might be some calculation edge case in that library.
good job. I will also investigate how to improve it later.
@cherniavskii yes, I have to wrap the `GridPagination` to add a page select, allowing user to go to specific page quickly. Currently that function is not available in official library.
@spencergibb any update?
any update for this? We encounter a problem that the registered ssh private key is not used by the plugin.
As one of the licensed users, we also found this issue recently.
@tamslinn is there any PR now?
I can confirm that this is a bug!!! see https://github.com/pgjdbc/pgjdbc/blob/4e710d559e3c737f976239adfb09a6316ee793c5/pgjdbc/src/main/java/org/postgresql/jdbc/TypeInfoCache.java#L106 The `timestamptz` column type(aka *timestamp with time zone*) incorrectly mapped to `Types.TIMESTAMP` from `java.sql`, instead of `Types.TIMESTAMP_WITH_TIMEZONE`. I believe many...