Philipp Kursawe

Results 134 issues of Philipp Kursawe

This is a WIP PR to fix #1. The docs are missing.

A rule should prevent you from using `put` with a function generator as first argument.

bug

It seems the frameencoder `safeToProceed` is never actually called?

**Context** My node app checks peer-certificates on the socket level like this: ```js req.on("socket", (socket: TLSSocket) => { socket.on("secureConnect", () => { // socket.getPeerCertificate() }) }) ``` I tried to...

feature
pull request welcome

I know its a known bug as per readme, but since there is no issue for it this will be used to keep track of it. I am not really...

# Bug report I had several `react-native` tests reporting "open handles" which prevented jest from finishing. `Jest has detected the following 1 open handle potentially keeping Jest from exiting: timeout`...

documentation
improvement

I still don't get how cancellation works with prompts. ``` try { await prompt({ type: "input", message: "Test", name: "test" }) } catch (e) { console.error(e) } ``` Pressing `Ctrl+C`...

bug

It seems this plugin makes the assumption that `L` is still exported globally. However using leaflet the ES6 way with direct imports like `import { map } from "leaflet/src/map/Map"` does...

Currently I am downloading encrypted payload and its stored on storage as a file. To display the data in the app After the download I have to read the whole...

enhancement
iOS
Android

@JakeChampion I think the fix is fine, however I struggle with the test. It runs into the same problem that the response headers are validated. But I can't figure out...