Ryan Lester

Results 30 issues of Ryan Lester

The diff is smaller with `?w=1`, but basically just made it conditional whether to use JSDOM or browser DOM depending on the existence of `document`. `eval('require')(...)` is used in the...

# Feature Request ## Motivation Behind Feature Cross-platform support would allow building macOS apps from Linux build servers, CI, etc. ## Feature Description Rather than depending on macOS/Xcode, it would...

Quick fix for a circular dependency when using crypto-browserify with web module bundlers (in this case Angular CLI / webpack): `WARNING in Circular dependency detected: src/js/externals/crypto.ts -> node_modules/crypto-browserify/index.js -> node_modules/diffie-hellman/browser.js...

I also published this to make sure no one else swooped in and claimed the name, so I can go ahead transfer it to you if you merge this.

Package Managers

Addresses #21. I wasn't sure based on that thread whether you'd prefer to remove `sse4_crc32` entirely, or if we're keeping it then whether it should be above or below `@node-rs/crc32`,...

It'd be useful if typing shift+enter while editing an item added a line break.

I see that cert pinning is supported, but how much extra work would it be to add a method for pinning just a public key? This would be much more...

enhancement

Using version 1.8.0 with localforage 1.7.1 and cordova-sqlite-storage 4.0.0, there is no data persistence between app restarts. For whatever reason, commenting out this line fixes the problem: https://github.com/thgreasi/localForage-cordovaSQLiteDriver/blob/7a4ac27/lib/localforage-cordovasqlitedriver.js#L43 (I'd just...