Gabriel Zerbib
Gabriel Zerbib
This feature addresses Issue #35 The default behavior remains to trigger `'change'` but it can be configured to another event name, for disambiguation purposes with the native `'change'` event of...
Hello! Is there a way to handle requests specifying compression header? `Sec-WebSocket-Extensions: permessage-deflate` Response should contain the same header (easy), but the request data (`$msg` in `onMessage`) would have to...
Some languages (like French) use accents in words. Example `assécher` means to dry up (skin, hair etc.). The native JS RegExp `\b` splits words in a naive, Latin-only way, so...
Hi, nice plugin. I show a "Click to open app" link on my page. When the user clicks on the link, and the app is installed, the window.location is properly...
Up to now, FigDice is only able to parse an XML template. The template file has to be valid XML because of the tree hierarchy that it represents. But an...
An object in FigDice universe exposes its properties and explicit `getXyz()` methods. In addition, one can define a `__get()` catchall (on the object's class itself or on any parent), with...
Detect and consolidate large series of static data (tags that have no fig directives nor adhoc attributes).
If I design keyboard shortcuts for quick access to specific inputs in my GUI, like: Ctrl+N to jump to some given text field, and one `` currently has the focus,...
### Requirements - [X] Have you viewed your changes locally on the demos page, located on https://github.com/mattboldt/typed.js/blob/master/index.html? - [ ] If necessary, have you added a new demo to the...
### Description When Shuffle is on, and Smart Backspace is on, there is a little bug when the program operates the backspacing (it uses the wrong Next String to compute...