Alexander Hanhikoski
Alexander Hanhikoski
Hey @pbechu, Thanks a lot for the tip! Considering Rails reuses connections inside the same process (see http://stackoverflow.com/a/32303585/377920), what would happen after the instance that used `Octopus.using(:slave)` would get another...
+1 Using AngularJS and Jade. Here's what seems to crash ST2 when pasting: ``` jade .holding(style="position: relative;") .sidetip(style="position: absolute; left: 310px; margin-top: 5px; width: 250px;") span.help-block.tip(ng-show="orderForm.firstName.$error.tip || orderForm.lastName.$error.tip && !(orderForm.firstName.$error.required...
I've been able to get it down to ``` jade span.help-inline foo. ``` Causes a momentary hangup. Can someone confirm? The dot at the end along with the dots in...
I found the breaking commit https://github.com/davidrios/jade-tmbundle/commit/8d928377fb043bb40c659fd8d8d30af49ee2c4b4
The aws-s3 is missing the .gemspec file. I ran into this issue myself, forked the repo and added a gemfile. You can try ``` ruby gem 'aws-s3', :git => 'git://github.com/alexhanh/aws-s3.git'...