shea martin

- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 10
-
-
shea martin created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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...