Jorrit Schippers

Results 43 comments of Jorrit Schippers
trafficstars

I tried this with jQuery 2.2.4 and 3.3.1. Strangely, with jQuery 2.2.4 the issue is present, but with 3.3.1 it isn't. I haven't investigated this further, but I am curious...

I think this is still relevant. If you want the docs to stay perhaps you can minify the JS file and leave out the source map. This will already save...

Updating to `sentry-symfony` 4 caused problems for me which seem to be related to error handling, which is why I post it here: My application is still on Symfony 4...

I think a test case would be nice for this specific situation. Can you add it?

I am using the `checkPermissions` / `requestPermissions` of the `@capacitor/camera` module to check for permissions and then I use the barcode module to do the scanning.

I think this behavior is the way this plugin works. It was not built with this many URLs in mind, I think. The maintainer should move the secure/unsecure external urls...

Have you run `pip install -r requirements.txt`?

I forgot to mention: the effect of having a partial object in de user entity cache is that the realname will not be properly generated for email notifications.

`"deps"` is no longer needed, only `"lib"`. Apart from that, good idea to merge this.