jampy

Results 22 issues of jampy

When I want to execute three functions in parallel, AFAIK I have to to use `forEachStar` (_which I don't fully understand yet due to lack of documentation_) or write something...

[Please pardon me, if opening an issue for this is bad practice, but I don't know how to open a disussion here by other means.] As I think your solution...

I added some more permissions to `AndroidManifest.xml`: However, the PWA is still not able to use GPS or speech recognition (and it does not specifically ask for these permissions). When...

[As stated here](https://stackoverflow.com/a/63712465/688869), Chrome now dislikes lots of parallel `fetch()` invocations unless the response body is consumed. This practically prevents the initial download of the offline-plugin cache and also consequent...

`offline-plugin` always adds a `__uncache` parameter to the URLs it loads from the server. My assets already *all* contain the hash value of the contents in the file name itself,...

enhancement
PR-welcome

related to #241 and #210 This patch simply prevents unregistering of the Application Cache event handlers after 5 seconds - only the timer is still being stopped after 5 seconds...

I'm trying to access a SharePoint site I have no control over (and I'm having a hard time understanding the whole SharePoint stuff). node-sp-auth works for some users, but it...

I'm not sure if a centralized database would be a good thing. I fear that this database would always be one step behind. When a module comes with a "new"...

It appears that xmldom suffers from the bad implementation described here: http://stackoverflow.com/a/2012277 That is, newline and CR characters should be encoded as `
` etc. I think that's easy to fix...

The README states: > This also allows you to use Camo in the browser, since databases like NeDB supports in-memory storage. However, `nedbclient.js` [relies on the `fs` module](https://github.com/scottwrobinson/camo/blob/6d28abb/lib/clients/nedbclient.js#L5), making a...