Cyril LEPAGNOT

Results 4 issues of Cyril LEPAGNOT

When using the serverless method with `serverless-s3-sync` the generated `.cache/s3.params.json` file contain an `Object` and not an `Array of objects` as required by `serverless-s3-sync` : https://github.com/k1LoW/serverless-s3-sync/blob/519bcbdcce459dbc6a697c174482255f2998d98f/index.js#L255 My workaround is to...

### Actual behaviour Some new devices have a dual speaker like HTC, OnePlus, Samsung Galaxy s9. But this player always plays songs on the main speaker. ### Expected behaviour Play...

The example doesn't work with serverless `1.36.3`. The server start then **exits immediately**. Running : ```sh cd example npm install serverless sls graphiql && echo $? ``` Produce : ```sh...

If the `persist` feature is active: ```ruby RequestStore::Sidekiq.configure do |config| # Enable store persistance a job execution. config.persist = true end ``` The `RequestStore.store` is saved and restored at job...