Dmitry Beransky

- Total activity 147
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 60
-
Dmitry Beransky created a post, querying json
Is there an IDE plugin for querying json? Something based on xQuery or xPath, perhaps. It seems in the past there was a plugin called JSON Utils that offered that features, but it's no longer sup... -
Dmitry Beransky commented, -
Dmitry Beransky commented, -
-
Dmitry Beransky created a post, -
Dmitry Beransky created a post, Using .zips when defining a new driver
I'm defining a new driver to work with AWS Athena. For most work, just the Athena JDBC driver jar provided by AWS is enough. But for some advanced scenarios, a class from the aws jdk is needed. ... -
Dmitry Beransky created a post, -
Dmitry Beransky created a post, connecting to RDS
Has anyone been able to successfully set up a connection to Amazon RDS using a SHH tunnel? I'm not having much luck. -
Dmitry Beransky created a post, multiple githubs
The company I work for has its own internal instance of GitHub and I have configured PyCharm to connect to that instance. But I also want to be able to connect to projects on the public GitHub. I... -
Dmitry Beransky created a post, Running a FileWatcher manually
Is there a way to manually run a file watcher? In this case, I want to force-run (manually, just this once) UglifyJS on a JavaScript file with syntax errors.