Pavel Lishin
Pavel Lishin
I finally got around to googling what was causing this, and just uninstalled it since I don't use Sublime for Elixir dev anymore :(
Commenting here - I'm the person who left the comment on the forum. I'm not concerned about losing scroll position - most of the time, if I'm marking a story...
Where does the helmet config live? I've had a similar issue open for over a year (#1069) and I have no idea where to make this modification. I have no...
> Like get rid of all inline scripts/styles/fonts/images and use whitelisted domain only or locally served files. I'm only tangentially familiar with this particular issue, but why not use inline...
Seconding this; our deploy process (obviously, I hope) relies on tests that sometimes take awhile to run, and it would be nice to not have to remember to tab back...
fwiw, in my code I have the following column defined: ``` @Column({ name: 'created_at', type: 'datetime', precision: 6, default: () => 'CURRENT_TIMESTAMP(6)' }) public createdAt: string; ``` And it is...
I don't think that's related to this issue, @hussainwali74 - but I'd check what the column type is. Are you sure it's `datetime` in the database, and not `timestamp`? https://stackoverflow.com/questions/19843203/how-to-store-a-datetime-in-mysql-with-timezone-info#:~:text=MySQL%20converts%20TIMESTAMP%20values%20from,local%20time%20to%20begin%20with....
I'd like to bump this request - our CI system also requires that branch names only be so long. What we _don't_ require is that our branch names be semantically...
I'd love to have this, so our JSON can use `camelCase` keys, and our elixir can stay in `snake_case`
I didn't try to install psyco, but I tried the 32-bit mode trick - it changed the error message, but the game still won't run. ``` defaults write com.apple.versioner.python Prefer-32-Bit...