Ed Paradis
Ed Paradis
I set up a debian/buster64 machine using vagrant and VirtualBox. (`vagrant init debian/buster64`) I needed to use the VirtualBox UI to enable USB for the machine as well as "add"...
I repeated these steps using a Raspberry Pi 3 instead of a virtual machine was able to successfully flash the Buildroot image. I suspect the issue is configuring the VM...
I'm having the same issue. I also have an RPi3 that is giving the error ``` File "/usr/local/lib/python3.7/dist-packages/bleak/backends/bluezdbus/discovery.py", line 65, in parse_msg device_interface = message.body[1].get("org.bluez.Device1", {}) builtins.AttributeError: 'list' object has...
I've read this thread and I'm not sure I'll be able to contribute much, but I'd like to report I also see this bug. ``` $ uvcc --version v5.0.2 $...
Is `orderRestarts` still available? I don't see it causing any effect in the online demo, and it isn't helping my own case of overlapping edges. [example with my data and...
I dug through the commit history and found that orderRestarts was removed in the v0.5 rewrite. So you're out of luck if dagre is producing bad layouts for your data....