Valentin Degenne
Valentin Degenne
Please could you update the `got` dependency to the last version? In some case it appears that using got is throwing some timeout errors. I saw some people complaining about...
In response to my issue ticket (https://github.com/PolymerElements/iron-form/issues/272). This is PR to show what I actually meant and because I hope this small feature gets implemented.
A native `form` element provides the `elements` property which contains a list of all the elements in the form (`input`, `select`, ...). However one would expect to use `paper-input` or...
As a new comer, I thought the doc was confusing: - I moved the "Providing" part before the "Consuming" part, as one would expect to see how to *Define* a...
### Describe the bug When using `this.getModuleInfo(id).attributes` in a plugin (for instance in `transform` hook) the following error occurs : ``` [vite] The "attributes" property of ModuleInfo is not supported....
Hey nice package, but unfortunately not ESModule-compliant. You use the `import` syntax in your documentation, and you even provide TypeScript types, which is a bit misleading because in the hood...
Here's how you would technically do that.
In this pull request, I added 2 things : - An initial wait in the `init` function. For some reasons chess.com is updating the chessboard 2 times on page load,...
Another aspect of voice-related stuff: at some point I also wanted to create a voice recognition for input of moves. See [this WIP branch](https://github.com/everyonesdesign/Chess-Helper/compare/speech-api). Unfortunately, there's an old issue in...