shea martin
- 活动总数 36
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 10
-
-
shea martin 创建了一个帖子, How can I align curly brackets to current indent level?
I like my typescript formatted ANSI style (not the default K&R). I set all Braces placement settings to be Next Line. But anonymous functions are handled in an odd way now. I would like Webstorm ... -
shea martin 创建了一个帖子, Substring in a template
How can I get a substring of a variable in a template? This seems like a pretty common thing to want to do. ie., A table named Cats, with a pkey of CatdId, Dogs/DogId, etc. ``select x.$key$, x... -
-
-
shea martin 创建了一个帖子, Continually prompting for Git password after update
Since installing the latest update (2016.3.2), Webstorm keeps prompting for my Bitbucket password, usually twice in succession. I tried setting up an App Password as it sugests, but that made no d... -
-
-
shea martin 创建了一个帖子, CSV Import is clunky then Silently fails
I am trying to import CSV data into a table. First problem is usability. My CSV has only three columns I care about: ItemName, ItemCode, Quantity. The Table has Id, CreatedOnDate, IsPurchase, et... -
shea martin 创建了一个帖子, Postgres: Showing Timestamp With Timezone in UTC
When I select from a table with a TIMEZONE WITH TIMESTAMP column, all the dates in that column are displayed in my local timezone. pgAdmin shows the times in utc. I have tried going to the connecti...