Dima Korobskiy
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
-
Dima Korobskiy created a post, AnsweredResin Plugin broke in IDEA 2020.2
Resin plug-in 1.9.1 worked fine up to 2020.1. In 2020.2 it blows up on start with an exception similar to the one posted in the review here: https://plugins.jetbrains.com/plugin/215-resin-plugin/ `... -
-
Dima Korobskiy commented, -
Dima Korobskiy created a post, CompletedTwo-Factor Authentication (2FA) Support in SSH tunnels
I need to have DataGrip working with our Postgres server using Google 2FA. Several tickets in a bug tracker asked to implement/fix 2FA support in SSH tunnels, but they are all marked as duplicates ... -
Dima Korobskiy commented, -
Dima Korobskiy created a post, What do different column icons mean on DB diagrams?
I noticed at least 5 different glyph icons used for different columns on DB diagrams. Do they have any meaning or are they assigned randomly? I understand PK and indexed columns are highlighted wit... -
Dima Korobskiy created a post, (Mac) Diagram Export to File requires typing an extension
I had a trouble trying to figure out why Export to File produces zero-bytes files. Finally, I figured that I have to type `.png` extension, which is not offered by default. It is an annoyance: look... -
Dima Korobskiy created a post, CompletedGenerated DDL for Postgres indexes is missing index methods
Postgres supports different indexing methods (https://www.postgresql.org/docs/9.6/static/sql-createindex.html): methodThe name of the index method to be used. Choices are btree, hash, gist, spgist,... -
Dima Korobskiy created a post, Generated DDL for Postgres is missing tablespaces
I could not find a way to include non-default tablespaces in generated DDL for Postgres. This is important for our project because we deal with 8 tablespaces in the same schema. This might be a fea...