Vincent Sels

Results 5 issues of Vincent Sels

This is a follow-up to #171. A new `onTransitionEnd` callback was added to allow delaying any cpu-intensive rendering, certainly in scenarios where views are virtually rendered through the `slideRenderer` callback,...

Performance

Unfortunately the `debounce` directive doesn't seem to work with `input`s of `type="number"`. Triggers right away. Tested in both Firefox and Chrome. Changing the input to `type="text"` does use the delay.

`npm install` finished fine, but when trying to run through `npm start` I get the following output & error: ``` $ npm start > [email protected] start C:\Projects\test\react-transform-boilerplate-ts > node devServer.js...

The `GetDirectoryName` function in `GetPhysicalSiteRootPath` kept throwing an error saying "URI formats are not supported". _First_ stripping the execution path of its `file:///` prefix, before passing it to the `GetDirectoryName`...

Hi, thanks for the tool! Three feature requests: - Would be nice if we could, for each type of item, paste an existing regex, which is parsed and prefills the...