Dimitri Witkowski

Results 15 issues of Dimitri Witkowski

[Google CodeSearch](https://github.com/google/codesearch) is a lot faster than other options (however it requires additional indexing). But it requires project paths in command line. It would be great to have something like...

Hi! There's an [`eval`](https://github.com/Diokuz/baron/blob/master/src/core.js#L4) usage, which is actually used not to evaluate code, but to get a global object reference. This doesn't allow using the library with `unsafe-eval` CSP policy...

Same as PR #10 but with fixed coverage, code style and versions.

Hi, CotEditor is very fast and sleek! Since it has a native editing control with syntax highlighting and split view, would it be possible to add diff/merge mode? This way...

request

KeeWeb has been developed quite rapidly since 2015, which was mostly driven by me. Since then it has grown quite big, gained stars and some traffic, got a lot of...

dev

- Yubico Authenticator version: 5.0.2 - Operating system and version: macOS Catalina 10.15.4 (19E266) - YubiKey model and version: YubiKey 5 NFC - Bug description summary: n/a Steps to reproduce...

enhancement

- Yubico Authenticator version: 5.0.2 - Operating system and version: macOS Catalina 10.15.4 (19E266) - YubiKey model and version: YubiKey 5 NFC - Bug description summary: n/a Steps to reproduce...

enhancement
macOS

https://www.w3.org/TR/2014/CR-DOM-Parsing-20140617/#serializing > 1. If the require well-formed flag is set (its value is true), and node's data contains characters that are not matched by the XML Char production [XML10], then...

I've noticed a leak of DOM nodes and attached listeners with zepto. Here's a simple case: ``` html ``` ``` javascript function doWork() { $('#top').html('testing'); $('#inner').click(cb); timeout = setTimeout(doWork, 1);...

Discuss

Hi! I'm trying to use the library to enumerate connected YubiKeys to offer a way of selecting which YubiKey to use in the product, here's a piece of code I'm...