Timo
Timo
Any updates? Facing the same "problem" with my application right now. I think that would be a great enhancement
I just implemented the `_ConnectionPoolModule` in the [Oracle driver](https://github.com/lovetodream/oracle-nio) I'm working on. The API is very easy to understand imo. It actually surprised me how little I had to do...
There is a discussion about this going on [here](https://forums.swift.org/t/pitch-oraclenio-oracle-db-driver-built-on-swiftnio/69088). @Lukasa, how do you want to continue? Maybe @admkopec has time to move this to `_CryptoExtas`? I'm open to help, both...
> I'm trying to use the header and footer template, but this does not seem to be doing anything. I passed the 'pdf' option, containing this code: > `pdf: {...
Hey everyone, I had the same issue a few months ago and created a fork which uses [apple/swift-markdown](https://github.com/apple/swift-markdown). Initially I've planned to open a PR here but since I had...
Sorry for the late response, are you creating your shortcuts with [`present(...)`](https://github.com/lovetodream/capacitor-plugin-siri-shortcuts#present) or [`donate(...)`](https://github.com/lovetodream/capacitor-plugin-siri-shortcuts#donate)? Because for `donate(...)`, you'll have to keep track of which shortcuts you've donated somewhere in your...
To q1, I do use Xcode 13.3, odd that it says 5.10-dev. To q2: ``` thread #1, queue = 'com.apple.main-thread' frame #0: 0x00000001923161f4 libsystem_kernel.dylib`mach_msg2_trap + 8 frame #1: 0x0000000192328b24 libsystem_kernel.dylib`mach_msg2_internal...
> I was able to make it work using present function. donate did not work for me. Is there an expectation that user will interact with the app before a...
What does everyone of you want to achieve with the donate function, maybe there is a misunderstanding here? To be clear, the donate function does not create a Shortcut directly....
It might be more appropriate to throw an error, because the statement will most likely fail anyways. I'd like to hear some opinions about this.