Darrell Sandstrom
Darrell Sandstrom
I use mariadb locally, mysql on staging/production. I've been having trouble debugging this problem for quite awhile because it's not consistent. However, while trying to upgrade Ruby to 2.5 and...
`TextEditor.prototype.displayBuffer` has always been private, but now it is gone. Reading the `displayBuffer` property now returns a reference to the containing `TextEditor`, which now provides _some_ of the API of...
I only added support for erb and I didn't add any tests. Let me know if you want me to go further.
Can you provide an example on how to raise `Bunny::ConnectionClosedError` and `Bunny::TCPConnectionFailed` errors. I'm having trouble getting these to fire. Maybe something like: ``` rb it 'should route messages from...
Reproduce: 1. Add a new app 2. Click Slack Notification Service 3. Click Save ``` app/controllers/apps_controller.rb:101→ initialize_subclassed_notification_service app/controllers/apps_controller.rb:52→ create ``` ``` { "action" => "create", "app" => { "asset_host" =>...
Here is what I have so far, but there is probably a better way: ``` coffeescript afterShow: (elem) -> oDTP = this $picker = $('#post_published_at_picker') $picker.find('.dtpicker-value') .after('change to now') $picker.find('.dtpicker-buttonNow').on...