Cyril Duchon-Doris

Results 96 issues of Cyril Duchon-Doris

I try to run the generator as explained in the readme with ``` datanon generate_mongo_dsl \ --database=my_db \ --host=localhost ``` I run into > /usr/local/rvm/gems/ruby-2.3.0/gems/data-anonymization-0.8.0/bin/datanon:45:in `generate_mongo_dsl': uninitialized constant DataAnon::ThorHelpers::MongoDBDSLGenerator (NameError)

Inspired from Capistrano Passenger Also, it is sad that this repo is a fork and not just a brand new repo. First, because it is definitely not the same thing,...

Hello, it is not clear if this project works/should work with Google Analytics 4 projects. Google Analytics 3 is deprecated and the new GA4 has a different API based only...

I am using Capistrano 3 and I am linking the .env file between releases ``` set :linked_files, fetch(:linked_files, []).push('.env',...) ``` Then in my deploy files I am using the gem...

Several years later. Is this project still alive ? If you are not maintaining it but someone else is, please mention that in the readme.

Any hope to see some adaptation for shoryuken ? Or even better, for ActiveJob ? (and if it's supposed to be working already, I can fill out a better bug...

feature

It would be nice to have an integration with Rollbar, which is becoming popular to catch errors both from frontend & backend, and that also lets you merge those errors...

feature

Consider the following : I have two roles in capistrano, `:worker`, and `:scheduler` My `:scheduler` role was meant for the machine whose crontab will be updated with whenever. My `:worker`...

Allows to set table_name for ActiveJob jobs that are sent to DynamoDB tables By default, it will be the same name as the queue name for Shoryuken Can be overriden...

Bump shoryuken later gemspecs to use shoryuken 3.x, remove shoryuken v1 code causing crashes in tests fixes #16