AlfredJKwack
AlfredJKwack
Hi @ndbroadbent. I haven't tried adding laptops to ESPresense.
The presence of any of the below classes on your target element would be an indicator. ``` dark: 'background--dark', light: 'background--light', complex: 'background--complex' ```
Have you tried re-encoding the same video while directly interacting with ffmpeg from the CLI? Perhaps ask the question in an nVidia forum [like this one](https://forums.developer.nvidia.com/t/ffmpeg-error-with-h264-nvenc/163895)
Hi @jkrejcha, If it helps at all I've got a little repo that [automates checking specifically for the AdmiraList](https://github.com/alfredJKwack/admiralCheck/). It looks for a few factors such as dead domains, presence...
Could it be that you are using a browser, like Firefox, that has [fingerprinting protection](https://support.mozilla.org/en-US/kb/firefox-protection-against-fingerprinting) enabled? If that's the case the browser will report your timezone to be UTC. That's...
Hi @briangonzalez, Not sure I follow: > Looks like we need to include the build files here: Whatever we add to `files` in the `package.json` will be in the tarball...
Hi, On the topic of chunking out the work. Rather than guessing how many to chunk at once, it's also possible to let elapsed time be the guide for each...
Hi, I've added a [CodePen with your example image](https://codepen.io/anon/pen/vdxVNM) (converted to Base64 inline to avoid CORS) as well as one [using the underlying library](https://codepen.io/anon/pen/jZBeMy) ([rgbaster.js](https://github.com/briangonzalez/rgbaster.js)). The dominant color as detected...
Have you tried the build and comments following this: https://github.com/jwise/HoRNDIS/issues/135#issuecomment-940140208 Or alternatively https://github.com/jwise/HoRNDIS/issues/146 also gets you there.
@altitudedashboard see my comment above. It gets you there.