Simon Hamp
Simon Hamp
Agreed. Great suggestion @SRWieZ I do like the idea of a file watcher as a general-purpose tool tho, that has come up before as a feature some have wanted or...
I see the value in #587, but I also think that a generic watcher tool using something like chokidar would be really great to have and would benefit all apps....
Thanks! I believe this is working for folks 👍🏼
But this doesn't need to be a part of everyone's app... Instead of making this something that's applied to every app, I'd prefer a mechanism here that allows the developer...
@obaid I'm not sure exactly, but I'm thinking perhaps a config key in the `config/nativephp.php` such as `mac_entitlements` which contains an array of entitlements, e.g. ```php 'mac_entitlements' => [ 'NSScreenCaptureUsageDescription'...
Closing as it's outdated. Feel free to open a new PR with the relevant functionality as discussed if you've managed to make any progress there.
I'll need to take a good look through this when I'm back from vacation, but this is really promising! Thanks so much 🙏🏼
@RobertWesner this is the first time I've come across `imports` in a package.json file... I think you're right, it may be a much cleaner approach, but it would need some...
Closing in favour of NativePHP/laravel#109
If instead of leaving the spaces you correctly URL-encode the URL before passing it to the QR code, so that the spaces are percent-encoded (e.g. `mailto:[email protected]?subject=Testing%20a%20multi-word%20subject`) Does that work?