Philipp Kursawe

Results 136 issues of Philipp Kursawe

Would it be possible to suport machine readable ISO dates in the format yyy-mm-dd?

Over at https://github.com/spite/ccapture.js/issues/106 I wonder where the function `safeToProceed` introduced for this ffmpegserver is gone. Is it not needed anymore?

Installing the package today gives a lot of deprecation warnings: ```bash npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) npm WARN deprecated [email protected]: Please update...

Out of #284 and based on my package https://github.com/pke/date-fns-duration this issue discusses how duration support can be added to date-fns. I am open for directions and happily refactor my existing...

🎉 Feature

Could you please release a new minor version that includes the "uri" argument for attachment.

The behaviour of the Mail function is different on iOS and android. On iOS the callback is called (when the mail sheet finished) but on Android the callback is not...

It should be fairly easy to support promises instead of callbacks?

## 🚀 Feature request ### Current Behavior Multiple validation are somewhat verbose to write for custom types: ```js const Efficiency = withValidate(NumberFromString, (u,c) => either.chain( NumberFromString.validate(u,c), n => { if...

pcsclite for C has a function to reset the card. Would it be possible to expose this function to JS?

This is related to https://github.com/react-native-community/cli/issues/1173 ```bash $ npx react-native-asset info Linking otf assets to iOS project WARN ERRGROUP Group 'Resources' does not exist in your Xcode project. We have created...

bug