Matt Handley
Matt Handley
The way we do bezels requires us to scale things, because our canvas ends up having a scale on it. Instead, have bezel calculations only ever adjust the x,y pos...
Rather than specifying wall_geometry as a polygon before we even load the server, change the wall geometry to be dynamic, changing its bounding box and concave hull as new screens...
It would be handy to be able to stick presplit video/images onto drive and load it. Right now, only load_local supports this option. Maybe we should refactor slideshow further into...
Such a thing will remove presentation concerns, like color, from the API.
That-a-way, we could ignore reloads in prod mode. Or we could show a helpful error screen in dev mode. Right now, such a thing is too hard.
Can we use Chrome port forwarding to help us debug clients remotely?
It's crazy hard to figure out if, say, deadline is in seconds or ms. Please fix this.
This should make it easier to debug issues, because we can rely on certain channels being a certain color.
And the error should point to the actual error line, if possible. If the module was already loaded, though, and a syntax error is encountered, the server should not abort,...