marklieberman
marklieberman
OctoPrint itself natively supports HLS streams as a video source. Octopi 0.18 is now bundling an experimental HLS streamer. It can be enabled by editing /boot/octopi.txt and setting camera_streamer=hls. After...
1) Need to implement a popup UI to inject into tabs. 2) Need to implements some popup commands: tabs list, history, search for selection (see #62).
It looks like I need 3 test suites - content, background, and options. Then I need to mock the web extension APIs. Lastly, I may have to refactor some code...
I'm getting this error on Arduino IDE 1.6.12 with version 1.2 of SCoop. It compiles fine on Arduino IDE 1.6.3. I've tried adding ` __attribute__((used)) ` to timer0_overflow_count in SCoop.cpp,...
I have a Java8 application that runs in an Ubuntu-based Docker container. It works fine but I am trying to shrink it down a bit by using an Alpine Linux-based...