Guillaume Hain
Guillaume Hain
## What Happened I tried to subscribe to the RSS feed I found from the `` tag: ``` ``` but it failed. Going to the https://releases.elementary.io/feed.xml URL shows a 404...
Since the 31h of May, 2019, the sous-chef team completely broke the nginx cookbook since they have deleted the recipies folder ... Then this cookbook, which depends on the nginx...
### Cookbook version 3.6.2 ### Chef-client version 15.8.23 ### Platform Details Debian Buster ### Scenario: Deploying this cookbook fails with the following errors: ``` Feb 20 10:37:42 west-1 systemd[1]: Starting...
Using this gem in a Rails project, I wrote the following: ```ruby class EnqueueMessagingJob include Interactor include Interactor::Contracts expects do required(:conversation).schema do required(:type).filled(included_in?: %w[email sms]) # ... end end def...
I'd like to ensure my Interator fills in an Array with a size based on an attribute from the `context`: ```ruby promises do required(:users).filled(min_size?: context.user_ids.size) end ``` But that's not...
**Describe the bug** Since the commit [1c5117](https://github.com/aasm/aasm/commit/1c5117720c4115789f52bac3768b6e9ec7d9fc44), and starting with AASM version 5.0.5, AASM is no more compatible with Mongoid aliased fields. You can find a code example from #535...
Bootstrap 4 is almost here, would be great to have a bootstrap 4 version of this really nice little thing :)
We are currently maintaining a fork of the `devise_google_authenticator`, but that fork is not in a very good shape and after finding this `devise-otp` gem, we would like to migrate...
### Issue When I change the `format` prop of `DatePicker`, following the MomentJS doc, it results in an Invalid Date. The Moment documentation says we can use `l` or `L`...
On the left of the action icon, showing the actor avatar (using `actor.avatar_url`) would be awesome.