Dirk Krause

Results 28 issues of Dirk Krause

Hi, first of all - thanks for this project! Then: I encountered a funny behaviour. If I use my Macbook without an external monitor, the reference website shows an error:...

Hi, thanks for the library! I have a special use case, where I need to combine several libraries. Everything works fine on Chrome but this jsFiddle fails on Mac/Safari: https://jsfiddle.net/dirkk0/zd1tp8sc/...

Needs investigation

The controls throw an error on the console: 'THREE.Mesh: .drawMode has been removed.' Commenting out the offending line: https://github.com/fernandojsg/aframe-teleport-controls/search?q=drawmode&type=Code makes the error go away.

Hi, first of all: thanks for this great library! To test with multiple devices, it would be better to serve the files via https, because audio otherwise will silently (sic!)...

enhancement
help wanted
documentation

I see that webkit can compiled with the flag WEBKIT_AUTOPLAY_ALLOW which results in a Kiosk mode capable browser, like this one: https://github.com/Nikhiladiga/webkitgtk-kiosk-app/blob/main/main.cc#L42-L44 I also see support for some flags here:...

Hi, to make this work on Safari, you need to disable the configuration. Cheers, Dirk

Hi, Safari 15.0 on MacOS BigSur 11.6 yields this error when trying to record. This happens on any p5js version above 0.7.3 according to my tests. Everything works as expected...

Hi, what would be the best way to filter out the dreaded '__MACOSX' folder? I tried ```filter: ( file ) => file.filename !== "__MACOSX"```but that didn't work. Thanks, Dirk

# Bug Report user gesture interaction (autoplay policy) ## Problem The main electron documentation states that `autoplayPolicy` defaults to `no-user-gesture-required` which unfortunately isn't the case (see [here and search for...