Patrick Lindsay

Results 13 issues of Patrick Lindsay

I've also posted this [here](https://github.com/DavyJonesLocker/client_side_validations/issues/656) as I wasn't sure if it was a [CSV](https://github.com/DavyJonesLocker/client_side_validations) or uglifier problem. I have an issue when running uglifer JS compression over pages which contain...

Has anyone managed to implement reusable blocks? I'm attempting to do this on a fork but came across a strange issue https://github.com/getdave/standalone-block-editor/compare/master...patricklindsay:reusable-blocks?expand=1 I've updated the packages to a release that...

Thanks for the tutorial @getdave ! With no react XP I've used this to create an editor outside of the WP env and it's working great. Could you give any...

Awesome gem! Any chance we can get a new version release? The current version `0.4.2` was released in August 2015. It would be nice to get support for `Carrierwave 1.0.0`...

* Added config `work_off_timeout` to control run_at check rate * Removed max_attempts setting as this was not having any effect * Updated docs

Since upgrading to `2.2.0` I've been receiving the following error when a job is created in Heroku. ``` Excon::Error::NotFound: Expected([200, 201, 202, 204, 206, 304]) Actual(404 Not Found) File "/app/vendor/bundle/ruby/2.4.0/gems/excon-0.59.0/lib/excon/middlewares/expects.rb",...

Firstly thanks for the awesome gem. How can I direct the output of the jobs to console? I have tried ``` Delayed::Worker.logger = Logger.new(STDOUT) ``` However this does not work....

The toastr version on this gem is over 3 years old. Could we update to the latest? @tylergannon I can look at doing this if you're still up for maintaining...

Currently Integral uses a (very out of date) version of Toastr to provide an API for developers to display toast notifications. This should be abstracted behind a `Integral.Toast` namespace and...

feature-request
good first issue

It's time to switch to Bootstrap for both the backend and frontend. Bootstrap v5 removes jQuery dependancy & is much more popular compared to Foundation CSS. https://getbootstrap.com/docs/5.0 What is dead...

feature-request