Steffen Deusch

Results 224 comments of Steffen Deusch

I just came across an `assets` folder in my umbrella root that I did not create. Seems like the tailwind package tries to be a little bit too helpful...

Maybe someone with enough experience in building electron/chromium could apply one of these patches and build a custom electron binary for the rpi: https://github.com/raspberrypi-ui/chromium_patches The Chromium version shipped in the...

@Addflow I‘m using a Celeron NUC with Ubuntu 16.04 and Chromium and it plays 1080p H264 fine.

The HTML5 video tag seems to work just fine on a Raspberry Pi 4 and the latest 2.1.0 build. Great work!

Oh, I just saw that there already was a similar issue and PR. I'll check that and close this PR if necessary.

I think this PR is fine and actually implements the solution that was agreed on in #94.

Still having the same problem using 1.0.1. It works when downgrading to 0.4.0. ``` TypeError: Cannot set property 'detach' of undefined at ResizeSensor (ResizeSensor.js?705e:229) at inserted (onResize.js?f81a:35) at callHook$1 (vue.esm.js?efeb:6197)...

I'm using css-element-queries with webpack and babel. Commenting out the JS strict mode solves this issue for me. http://marcj.github.io/css-element-queries/ packs ResizeSensor in "app.js" and there is no "use strict" in...

https://github.com/phoenixframework/phoenix_live_view/pull/3051 adds tests for live navigation and scroll restore