Nick Koronka
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
Nick Koronka created a post, How to stop datagrip asking me to input variables when I mean to select items from json instead?
I'm using databricks sql which enables me to write this: SELECT item:id FROM table The intended result is to select the id field from as json string, but I can't get it to run as DataGrip interpret... -
Nick Koronka commented, -
-
Nick Koronka created a post, What is the setting for indentation behaviour for new lines?
When I hit return the cursor is double indented from where the preceding line finished, I want the cursor to be aligned with where the previous line started with no additional indentation. What is ... -
-
Nick Koronka created a post, AnsweredHow to stop PyCharm and WebStorm settings from interfering with each other?
Hi I've found PyCharm quite useful for a while now, I've been using it for Django development amongst other things. Recently I've also started using WebStorm and have found that very useful too. Th... -
-
-
Nick Koronka created a post, Wish debugger to show variables as set immediately before Exception
When PyCharm runs a python script and an exception is present it shows a stack trace in the console, but no variables are present in the variables window. I'm wondering if when a fatal exception oc...