Philipp Kursawe

Results 146 issues of Philipp Kursawe

Do you plan to add some tests to ensure the proper working of the EventSource or would you accept PRs?

This idea to fetch gists is genius (at least for us techies that have a github repo)! How about making the registry more accessible by additionally allowing a gravatar like...

High Priority

I recon on iOS (Android not tested) an open scan session sometimes closes itself. This means the iOS bottom sheet that displays the alert messages is closed and there is...

Is there a way with this library to power off/hard reset the card with this lib?

Using the newest 0.7.0-rc.10 the definition of `CryptoKey` does not seem to be properly exported? I have to manually import it using `import { CryptoKey } from "react-native-quick-crypto/src/keys"` Is there...

The plugin already supports the `include` option, which will only transform the mentioned items. To enforce, that no one tries to use names not specified in `include` I suggest to...

This code will crash: ```ts new ProgressPromise((resolve, reject, progress) => { progress() }) ``` because at this time, the construction of the object has not been completed. One can call...

Thanks for the lib! Have you guys seen any performance issues when logging to files? Is it fast enough not impact the performance of the app?

# Feature Request It would be nice to be able to specify HTTP headers for `SvgUri`. ## Why it is needed Sometimes the server could serve a different variant of...

Feature request

I have strange behaviours in my app when using `setAlertMessageIOS`. It works with multiline texts once, but the next call it will instead add ellipses to the text instead of...