Philip Andrews
Philip Andrews
Is it possible to embed the videos as inline for phones with iOS10? Also would be it possible to autoplay the video after the user clicked on somewhere on screen?...
using the preact-cli build is it possible to build the bundle.js file only? Currently I'm trying out the widget template and building using ` preact build --no-prerender --no-service-worker --template src/index.ejs...
Vue hello world with vue-styled-components and styled-system@4 example. There seems to be some issues using v5 in Vue (noted here https://github.com/styled-system/styled-system/issues/512#issuecomment-546348578) so this example uses v4.
...i guess because it uses display:contents which is not supported in these browsers I tried a css hack ``` div[style*="contents"] { display: block !important; } ``` but the hydration still...
Ive changed assetsPublicPath to a relative path. ``` assetsPublicPath: './', ``` All works fine except links to font files from css are broken. I've added fonts to my project under...
I had lots of issues with this. There is an AS3 version thats make easier to use. https://github.com/fatlinesofcode/JS-Webcam
does this work with vue3?
If there a way to same through props types like in vue-styled-components https://github.com/styled-components/vue-styled-components#adapting-based-on-props I have a issue where the prop value is not removed the the Dom. e.g. ```js const...
I doesnt appear nested hydration works, is something like this possible? ``` ``` then in MyHeader ``` ``` The expected behaviour would be Header hydrates on-load when idle, header -...
### What happened? our app compiles and installs with detox build. But when we attempt to run with `detox test --configuration android.emu.release` we get this error ``` 15:55:15.482 detox[51680] i...