Alexander Kass
Alexander Kass
There were several reports about broken redirection with token from browser, looks like we've managed to find the answer HSTS `localhost` is added to HTST by something running on localhost....
Hi! I have an exception: ``` java.sql.SQLException: Column not found: value at net.snowflake.client.jdbc.SnowflakeBaseResultSet.findColumn(SnowflakeBaseResultSet.java:295) at net.snowflake.client.jdbc.SnowflakeBaseResultSet.getString(SnowflakeBaseResultSet.java:141) at net.snowflake.client.jdbc.SnowflakeDatabaseMetaData.getProcedureColumns(SnowflakeDatabaseMetaData.java:1137) ``` Looks like the problem is here: https://github.com/snowflakedb/snowflake-jdbc/blob/152dd60f0a8bba65c4887c6a7a3232a576c7d532/src/main/java/net/snowflake/client/jdbc/SnowflakeDatabaseMetaData.java#L1159 There is no check for...
Freezes
**Describe the bug** Saw your plugin in user freeze reports ```paste below at com.musictime.intellij.plugin.fs.FileManager.getNumericItem(FileManager.java:390) at com.musictime.intellij.plugin.managers.SessionDataManager.getTimeBetweenLastPayload(SessionDataManager.java:82) at com.musictime.intellij.plugin.KeystrokeCount.processKeystrokes(KeystrokeCount.java:260) at com.musictime.intellij.plugin.SoftwareCoEventManager.lambda$checkFocusState$1(SoftwareCoEventManager.java:59) at com.musictime.intellij.plugin.SoftwareCoEventManager$$Lambda$2982/0x0000000801a90440.run(Unknown Source) at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:201) at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:802) at com.intellij.openapi.application.impl.ApplicationImpl.lambda$invokeLater$4(ApplicationImpl.java:322) at...