DJ Nelson

Results 3 issues of DJ Nelson

Stacktrace is as follows: `Traceback (most recent call last): File "C:\Users\Paperspace\Downloads\darkflow-master\new_model_data\draw_box.py", line 52, in mngr.window.setGeometry(250, 120, 1280, 1024) File "C:\Program Files (x86)\Python36-32\lib\tkinter\__init__.py", line 2095, in __getattr__ return getattr(self.tk, attr) AttributeError:...

I'm implementing this library to replace XHR Upload with the Uppy client. My implementation is very similar to the demos provided: ```java @RequestMapping(value = {"/tusUpload", "/tusUpload/**"}, method = {RequestMethod.POST, RequestMethod.PATCH,...

According to https://github.com/raspberrypi/userland/issues/447 we can add these lines to /boot/config.txt to disable the display pipeline: ``` hdmi_ignore_hotplug=1 hdmi_ignore_composite=1 ``` Should save some power. Also added `hdmi_blanking=1` for good measure.