arpu

Results 141 comments of arpu

@sisou any news on this? i hit the same problem on webpack production build the only solution is disable minimize in production :/ ``` module.exports = { //... optimization: {...

ok worked with this too ``` minimizer: [ new TerserPlugin( { extractComments: true, cache: true, parallel: true, sourceMap: false, // Must be set to true if using source-maps in production...

hey @sisou, what i read there is now way right now for a rust wasm Albatross build, would it make still sense to implement nimiq with the core-js for a...

ok good to know! would be good to find a fix for this on nimiq core-js side or find a way to only not mangle global class names for core-js

@sisou no idea if this is relevant but on debug builds i still get ``` WARNING in ./node_modules/@nimiq/core-web/web.esm.js 1:95102-95112 Critical dependency: the request of a dependency is an expression ```...

same here :/ 06-09 02:29:40.355 30806-30806/jerome.com.usbcamera D/CameraView: surfaceCreated 06-09 02:29:40.338 30806-30806/jerome.com.usbcamera W/e.com.usbcamera: type=1400 audit(0.0:895): avc: denied { getattr } for uid=10349 path="/dev/video0" dev="tmpfs" ino=5301 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:video_device:s0 tclass=chr_file permissive=0 06-09 02:29:40.358...

hello but this is only possible on rooted devices? so how can i use this lib for a client app

any news on this after the webxr specs are stable? i need this to update my App to webxr on the Occulusbrowser

Same origin navigation on as Default would be perfect! mostly now on chrome webxr on Desktop and edge for MixelReality MS Headsets