Julian Todd

Results 55 comments of Julian Todd

Simplest reproduction of this problem is: k = paper.path("M0 0L1 1L0 2Z") // simple triangle k.isPointInside(0.5, 0.999) // --> true k.isPointInside(0.5, 1.000) // --> false (WRONG) k.isPointInside(0.5, 1.001) // -->...

checked on windows, now references sys.executable instead of "python3"

checked on windows again. main problems you need to contend with is USB device drivers for the serial on the esp's breakout board

I've always wanted to have this one, but I think it's very difficult. Here's some more information about how difficult it is, when I posted the request to the adafruit...

I just tried it, but couldn't get it to work. It said it was connected, but nothing got executed on the board unfortunately. No errors were given. Can it connect...

The IPython kernel prints dots ('.') every few seconds when nothing seems to be happening (like during the time.sleep() function) to show that it's still alive and not crashed. It's...

I was thinking if I should put this in as a setting to the %serialconnect command -- probably to default as off, but so that I could have it when...

There's a set of magic commands, which you can see using %lsmagic The one you probably want is this one: ``` %sendtofile [--append] [--mkdir] [--binary] [--execute] [--source [SOURCE]] [--quiet] [--QUIET]...

yes. I suppose I should update my profile then.