Randolph Voorhies
- 活动总数 24
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 4
-
创建于 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... -
创建于 I created a Unicode table data extractor
已回答Hi 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... -
已编辑于 Help writing PyCharm plugin for plpython3u
已回答I'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... -
已编辑于 Console tab names in Datagrip now unreadable in 2020.2
已回答I 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...