Jean-Sébastien Tremblay

Results 7 comments of Jean-Sébastien Tremblay

I suppose you want to use something similar to named routes in rails ? barista doesn't support that out of the box, but you could easily make a wrapper around...

I've changed employer and don't have access to those changes anymore unfortunately @mmillsAtREPAY If I recall correctly (having re-read https://github.com/gsscoder/commandline/issues/310), I came up with a small fix by debugging locally....

We had the same issue with an `enum` column and I suspect this would do to this as well for our columns using `store_model`. Our workaround was to use the...

There's good chances it is 😉

@abellusc have a look at the network of forks. I had initially ported this project from nodejs 0.2-3ish to 0.4/0.6/0.8. Long time ago in nodejs land! I've seen a few...

You can have however many providers you'd like (we have 3). In `config/initializers/devise.rb` : ```rb config.omniauth( :openid_connect, name: :your_provider_name, issuer: YOUR_PROVIDER_ISSUER_URL, discovery: true, # other options you may need client_options:...

Hi @0pcom ! Would you have a golang CMS to recommend?