Diego vDev
Diego vDev
Hi! When using the Fn key as trigger to switch between function keys or media keys, it switches correctly. But there is a delay of about 2 seconds so the...
Hi! Every time I start my Chrome app I need to input my credential for the app, I would like to store them instead. Just like in a website in...
Hi, the file example/index.html on line 52 requests a file named 'france-3.v2t' and fails because it cannot find it. Could you upload it? https://github.com/Ircam-RnD/timeline-js/blob/master/example/index.html#L52
esbuild will minify this to 1.toString (removing the trailing zero) which will result in a syntax error in the browser. A trailing zero will be removed during minification but a...