Results 8 comments of Sabino

This [file](https://github.com/libimobiledevice/usbmuxd/blob/master/systemd/usbmuxd.service.in) is used as a template to create the `usbmuxd.service`. After you build, you should have the final `usbmuxd.service` file that you need. You can copy the generated file...

@epiphone the solution 3 looks cool, but when I try to create a class extending Pick, I get an error: TS2693: Pick only refers to a type, but is being...

@epiphone few feedback: 1. validation groups are not supported by `class-validator-jsonschema` so the swagger file will not be effected 2. implementing `Pick` will require the declaration of each property 3....

I forgot to mention this requires `keyofStringsOnly` set to `true`, not sure this should be part of `class-validator-jsonschema` or `class-validator` tho

I'm having the same issue, on Android it works fine, but on iOS it doesn't. To verify the deeplink of my app are correctly configured, I've followed those steps: 1....

@Nightsd01 ### Update The same URL works perfectly when used in an In-App button (the deep link works), but when used in the Launch URL of a notification, it doesn't...

Hi, I accidentally merged your PR so I had to revert it back. Can you describe your scenario and what are you trying to achieve? In your PR you are...