Frederik Ring
Frederik Ring
Looks like this is a regression caused by #29 where the video would not be ready when the first frame is being rendered, thus an empty frame being drawn but...
This is fixed via #34 and published to npm as 3.1.1
This somehow resurfaced (in Chrome only) and is also what is currently breaking the build.
Thanks @prijeshb , let's maybe check with @haridevelops if they still plan to work on this? Any input from your side?
@prijeshb yeah, this will require some creative use of Plotly (negative bars maybe?) and is not something that is supported out of the box as-is. Maybe there is some other...
@haridevelops When I try applying a `background-color` to the span here: https://github.com/offen/offen/blob/05657130bbb1bd50fc06573514e021f699a710f1/auditorium/src/views/components/auditorium/chart.js#L60-L62 it doesn't really display any background for me. Is there something needed in addition to that?
@haridevelops Thanks for doing that research. It's tricky business indeed. > I would like to recommend different aspect here emphasising weekend. Thoughts? Thing is we need to / want to...
There is a comment in the source code about this likely working less better in the future it seems: https://github.com/offen/offen/blob/369e2c991400ea1d0175b0f80fe4796fcb46b92a/script/src/events.js#L23-L25 so it's not too unexpected. If we wanted to keep...
> I'd recommend checking if the screen is touch-enabled, although there are more devices with touchscreens nowadays Yeah, touch unfortunately has too many false positives caused by laptops with a...
I'm not entirely sure I understand what you mean when you say "viewport". Is this just the size of the browser window or does it include other factors as well?...