Cyril Duchon-Doris

Results 96 issues of Cyril Duchon-Doris

To make code exploration and review easier, would it be possible to replicate metabase file and folder hierarchy when generating exposures ? Like reusing the slug /metabase-exposures/question/42-my-awesome-question.yml /metabase-exposures/dashboard/84-my-super-dashboard Or maybe...

enhancement
help wanted

I have tried following the various tutorials that used ``` forwardAuth: address: http://traefik-forward-auth:4181 ``` But after struggling for a long time, and this syntax was not working, I figured out...

I cannot figure out how to use properly danger on circleci 2.0 with workflows Support I have a linear workflow where I bundle my app / install libraries (`build` job)...

The current_queue variable will only reflect changes added in an initializer after the sidekiq startup hook fixes https://github.com/arturictus/sidekiq_alive/issues/42

Either I'm wrong and version 1.2.0 is not released yet/forgotten to bump version, or it was meant to be 1.1.0

Slack performs encoding of special characters `&` ``. Those should be unencoded by the app but currently aren't. So when in slack I type `@myBot find students of MSc &...

new feature

Hello I am a bit confused regarding your MVC + Command definition. I haven seen a forum/irc so I hope it's Ok to discuss in an issue. Maybe I am...

question

I cannot seem to use the file_validators gem with carrierwave-aws. It systematically cause model crashes when saving without uploaded file. Apparently the file validations always trigger, even when there is...

Same PR as https://github.com/gonzalo-bulnes/simple_token_authentication/pull/333 but more recent Do not use a blank implementation for hooks that would override exiistng ones if they were declared before the acts_as_token_authentication_handler_for method (eg. via...

enhancement

Would it be possible to make make a matcher to ensure that a given request is a [covered query](https://docs.mongodb.com/manual/core/query-optimization/#covered-query) ? We could take advantage of mongodb's explain feature to check...

new feature