Loïc Guitaut
Loïc Guitaut
So when a reboot occurs, containers are started automatically.
Remove dependency to the link plugin
MEMCACHE_SCHEME was exported but it was useless. Exporting MEMCACHE_SERVERS with correct informations allows to mimic the behavior found on Heroku.
Hi! I’m trying Spacemacs a second time, trying to use it instead of my neovim config and I have a hard time making things work as I want them regarding...
Sickbeard starts now properly by not invoking `daemon` directly as the main command. Shutdown is also fixed, the `?pid=${pid}` part in the shutdown URL was missing.
Download of local files was broken as `#download!` was explicitly called on the uploader. Use of `#cache_stored_file!` should work for any backend. Signature of `CarrierWave::SecureFile::Downloader.call()` has changed. It now accepts...
:warning: :warning: **DO NOT MERGE. We need to wait for the next stable release to be out before doing this** :warning: :warning: This PR introduces a cookies rotator as indicated...
This is the first PR of many to replace our custom enums in Ruby by the ones provided by `ActiveRecord`.
As we where changing the lib we were using for outputting JSON to use the `Oj` gem, the schema suddenly failed to load. It seems the reason is that it...