Paul Mesnilgrente

Results 22 issues of Paul Mesnilgrente

The day of month / day of the week are not updated when changing the timezone. For example: ```ruby Cronex::ExpressionDescriptor.new('0 22 * * 1-5', {}, 'en', 'UTC').description # => "At...

Hi, no issue here, it's more an improvement. I have installed koel on my server yesterday and I find it amazing! Good design, fluent, easy to configure. Really good. Only...

Feature Request
[Status] Stale

I am currently using refinery 4 with rails 5.1 and the application is leaving under CloudFront -> AWS load balancers -> Nginx. My problem is that CloudFront terminates SSL and...

Hello, my configuration is like that: ``` # app/Ressources/config/config.yml fos_comment: db_driver: orm class: model: comment: AppBundle\Entity\Comment thread: AppBundle\Entity\Thread vote: AppBundle\Entity\Vote acl: true service: acl: thread: fos_comment.acl.thread.roles comment: fos_comment.acl.comment.roles vote: fos_comment.acl.vote.roles...

Hello I saw in a previous version that unique vote should be added in 1.9.1 but I don't see it on the master branch. Is there a way to simply...

The pivotal api v5 allows you to add some attributes/associations to the response as GET parameters, you can see it [here](https://www.pivotaltracker.com/help/api#Response_Customization) on the section named "Selecting Attributes to Include in...

Hi! is there any plan to support the linux/arm64 architectures? I can see that this docker image tag: https://hub.docker.com/layers/jtblin/kube2iam/0.10.11/images/sha256-017a44c081b27cf7f0b0fee9cf1c393c968f8ff1f2058c12cfd1f1ed6d297774?context=explore only has support for linux/amd64. ![image](https://user-images.githubusercontent.com/4416830/133262422-ecc38a19-0ffc-41de-9d75-27afa99af5d9.png) I'd like to switch to...

Hi, I'm seeing a difference between the latest two releases. The project was going for 0.10.10, 0.10.11. And suddenly it's kube2iam-2.5.2, kube2iam-2..0.0. I couldn't find any reason for that. Where...

This line solves this problem: https://stackoverflow.com/questions/50642308/webdriverexception-unknown-error-devtoolsactiveport-file-doesnt-exist-while-t

### Steps to reproduce 1. Clone this repo: https://github.com/paul-mesnilgrente/shakapacker-with-react-rails 2. `yarn` and `bundle install` 3. `bin/rails server` and `bin/webpacker-dev-server` 4. Go to localhost:3000 and see the error ### Expected behavior...