Petros Angelatos
Petros Angelatos
@iBobik yeah that's the general idea. Having wpe run as a separate container that gets all its data over HTTP by talking to other containers running next to it
@Julio-Guerra this is a bit harder than it sounds because WPE is running without any window/display manager underneath it. The keyboard events are handled here https://github.com/resin-io/WPEBackend-rdk/blob/master/src/input/LinuxInput/KeyboardEventHandlerLinuxInput.cpp#L164 where key codes are...
@ShadyNawara as far as I know the composite video out on the rpi zero displays the same framebuffer as the internal GPU so it should work out of the box....
Why not just mount the filesystem with the `discard` option?
I was looking for an API like this today. What I had in mind was something like this where T can be anything that can be borrowed as a slice...
Writing up some context of why this issue happens. Every time a source ingestion is instantiated we pick a frontier to restart at which we then pass all the way...
@uce it could be done concurrently but I foresee high chance of merge conflicts since there is a lot of activity in the ingestion pipeline currently. Today I thought of...
> do you foresee any problems if we'd switch to the self-correcting persist_sink? We'd need to have a way to differentiate between "source is providing a snapshot" from "source is...
That's right! Closing
## Status update Since there haven't been concrete PRs on this epic recently I wanted to write a status update of what's happening and where the implementation is at. This...