Chris Hough
Chris Hough
Thank you @Kauperwood, I am using your fork. It not only fixes the Sidekiq 7 issue but addresses the darkmode issues. Any word on when we can merge this in?
Could this be linked to https://github.com/scottdejonge/map-icons/issues/39 ?
bump, I am tracking this too. I am trying to test job retries right now and can not seem to get around this :(
@kyrylo are you referring to this :: ``` When /the (\w+) queue runs/ do |queue_name| ResqueSpec.perform_all(queue_name) end ``` in that gem? do also use `Resque.inline = true` or keep that...
`gem 'middleman-sitemap', git: 'https://github.com/matsu911/middleman-sitemap'` worked for me too @matsu911 @powelleric
This fixed it for me too, thank you
I just got this to work in my setup, here is my webpack config... ``` "use strict"; const path = require("path"); const webpack = require("webpack"); const ExtractTextPlugin = require("extract-text-webpack-plugin"); const...
I just tried this as a fix : ``` config.serve_static_files = true config.static_cache_control = 'public, max-age=3600' ``` with no luck as that tosses a 404 via NGINX and trying this:...
This is how I fixed this.. but there has to be a better way... ... and it still does not capture everything... ``` I, [2016-08-31T19:36:31.466663 #19541] INFO -- : method=GET...
awesome, I will let you know if I crack it sooner. I have been reworking it to work tonight.... at least hacking on it.