Xavier Foucrier

Results 40 issues of 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...

core
documentation

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...

optimization
core

Use (try) [microbundle](https://github.com/developit/microbundle) to build the package **in multiple formats**.

core

Use **a javascript testing framework** to ensure correctness of the codebase like Jest, Jasmine, Mocha, etc.

core

Allow the user to specify **custom audio/video constraints**.

feature
optimization

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.

support

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...

documentation