Paul Rosset
Paul Rosset
…lint ## Description I've add a `prettier.config.js` file to be sure that everyone is using the same config to apply prettier on the project. I also added a `comma-dangle` property...
## Description The `Open-Mode` has the goal to extends the possibilities by using only the crucial information of the size of the build and nothing else, thus it permits to...
**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** The `Open-Mode` has the goal to extends the possibilities by using only the...
Adding doc hints for async relationships as discussed on [Discord](https://discord.com/channels/480462759797063690/480777444203429888/971550923124002916).
PS: This is a new PR from https://github.com/canalplus/rx-player/pull/548. # What's included? > Download a movie content online then play it offline - Build on top of the **rx-player** - Full...
I'm on a task where I need to know the available text and audio tracks available related to what the manifest announce before the `preferredAudioTracks` and `preferredTextTracks` would take effect....
## What kind of change does this PR introduce? This PR introduces a graceful shutdown for SIGINT/SIGTERM signals for the start command. ## What is the current behavior? Not implemented...
Hi :) As an answer to the previous opened [!617](https://github.com/zalmoxisus/redux-devtools-extension/issues/617) issue, here is my implementation of the requested feature. - I'm using the library [flat](https://www.npmjs.com/package/flat), to flat the whole state...
Hi, I just downloaded the last release of **node-wit (4.2.0)** with `npm install --save node-wit` Then , `const Wit = require('node-wit')` But Wit is no more a **constructor** but now...