Xavier Foucrier
Xavier Foucrier
Currently, there is no way to know which `.editorconfig` file is used when getting the configuration using `parseSync`: if we try to load the configuration from a path when there...
Move the `gh-pages` code inside a `docs` folder on the `master` branch and **configure Github to automatically publish this folder** when a modification occur. This will give more flexibility when...
When using the package with a bundler, like `webpack`, the compiled source need to only contain code that is currently used by the application. For example, when the final application...
Use (try) [microbundle](https://github.com/developit/microbundle) to build the package **in multiple formats**.
Use **a javascript testing framework** to ensure correctness of the codebase like Jest, Jasmine, Mocha, etc.
Allow the user to specify **custom audio/video constraints**.
When dealing with videos, the preloader need to get **the size of the video** from the server through the `Content-Length` header, otherwise the onprogress event will not be fired properly...
**Which version of `lesshint` are you using?** 6.3.0 **How are you running `lesshint`? CLI, Node.js API, Grunt/Gulp plugin?** [linter-lesshint](https://atom.io/packages/linter-lesshint) **What's your `.lesshintrc` configuration?** ```json "singleLinePerSelector": { "enabled": true, "style": "none"...
Add a workflow using **Github Actions** to test the C# build in addition to TravisCI.
Since the application get more users from year to year, it would be useful to have a **dedicated documentation site hosted on Github pages** that will be able to detail...