Randolph Voorhies
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 4
-
Created Jinja2 templates in SQL/JSON injected into YAML
I have a bunch of YAML files that include both JSON and SQL as text string blocks in PyCharm 2023.1, for example: # language=jsonparams: | {# language=json #} { "end_date": { "title": "En... -
Created I created a Unicode table data extractor
AnsweredHi All, I just created a new Unicode table data extractor: https://github.com/randvoorhies/datagrip-pretty-unicode-extractor It's basically just a rip of the included table extractor, with some... -
Edited Help writing PyCharm plugin for plpython3u
AnsweredI've been writing some PostgreSQL functions in Python recently at work through Postgres' excellent plpython3u extension. Unfortunately PyCharm's handling of this is pretty terrible (see https://you... -
Edited Console tab names in Datagrip now unreadable in 2020.2
AnsweredI just upgraded my copy of DataGrip to 2020.2, and it appears as if the behavior for console tab names has changed. Previously, the tab would show me the full database@server name however now it's...