Dmitry Beransky

- Total activity 145
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 59
-
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. -
Dmitry Beransky created a post, Injected Fragments in JavaScript
It seems that when PyCharm is finding injected fragments in JavaScript strings, it interprets them as Django Template fragments. Though, this would be a correct behavior for .html files, in JavaSc...