Attie Grande
Attie Grande
The `net` mode is intended to work with another libxbee3 instance that has called `xbee_netStart()` - see the man page. It is not intended to operate with these devices directly....
Let's leave it open - you never know, I may get around to implementing a `net_plain` type mode...
Hi Michael, Unfortunately I don't often find myself with a functioning Windows dev environment, but I'll look into this when I find a moment. I'm glad you managed to find...
Something I've been meaning to do for a while... are you in a situation where the current build system isn't working?
I'm not arguing against the use of such tools - I'm all for it... but currently don't have time to do this. Please feel free to submit patches! I'm going...
@ankane I'd vote for option 2! ```json { "name": "Example", "data": [ 1, 2, 3 ], "tooltips": [ "First", "Second", "Third" ] } ``` Doesn't break the current interface, and...
Please could we get this merged? I've also run into this issue, and the patch resovles it for me. This is my use-case: ```python router = web.RouteTableDef() @router.view('/my_endpoint') class MyEndpoint(web.View,...
Just to follow on here, it seems that as of firmware v2.14.1.866 (or possibly before), these files are now version 5, so simply accessing according to the JSON isn't enough,...
> It looks like the way Altium encodes text into Gerber breaks the SVG outline clipping tracespace uses. Until we can address that somehow, I recommend that you don't put...
Hey, no problem - thanks for such a great response! Just to clarify, I've tried removing the text / layer label from the gerber, and I'm seeing the same issue....