Csaba Toth
Csaba Toth
Having this as well, it comes only with FF and Chrome, not with IE11. I guess because the faulty code is in some shadow DOM manipulation and IE is not...
For the record this is with 5.0.2, Chrome: ``` jquery.inputmask.js:2572 Uncaught DOMException: Failed to execute 'define' on 'CustomElementRegistry': the name "input-mask" has already been used with this registry at Object.modules...
So I don't see PR, but here is the latest commit about that clause: https://github.com/RobinHerbots/Inputmask/commit/08aecaeff368ce69b478e23fc2c86d4f3f3d8f8b#diff-871a6096189d9ab341346f3dbe5c6873 Seemingly the clause had multiple changes since end of January to secure. Currently https://github.com/RobinHerbots/Inputmask/blob/5.x/lib/inputmaskElement.js#L8: `if...
Any news about this one? I'm trying to display signs (Cubes constructed by the SHapeFactory) the user supposed to read, and the lightning in some cases completely washes away the...
So technologically this is not trivial since majority of the phones don't have stereoscopic cameras. So the framework would have to generate two separate projections (one for each eye) without...
> with SceneForm v1.16.0, the error goes away after adding location dependency > > `implementation 'com.google.android.gms:play-services-location:16.0.0'` Theoretically AR functionality only needs camera permission. As soon as we include LocationServices, would...
More verbose call stacks: ``` I/native: session_create_implementation_shared.cc:1837 Persistent online recalibration is enabled by Phenotype. I/native: online_calibration_manager.cc:54 OnlineCalibrationManager: Could not open /data/user/0/com.valleydevfest.armap/cache/arcore-online-recalibration for reading. E/ARCore-LocationProvider: Exception during FLP api client construction:...
I took a look at svg_con now that you mentioned it, and instead of reverting to ancient versions of any packages I'd rather simply not depend on svg_icon at all,...
There are several changes with Android API 29 and API 30 related to file handling. In fact even API 28 had some changes. https://developer.android.com/training/data-storage/shared/media https://developer.android.com/about/versions/10/behavior-changes-10