Nigel Atkinson
Nigel Atkinson
With my microUPDI I'm seeing the same problem with avrdude compiled from source, but not with the avrdude included with the Arduino IDE (1.8) on Fedora. Works really well with...
> And to somewhat support your work on the Arduino code for supporting these uC's. :-) That's also why I bought one of your boards too :-) And your Mighty,...
Oh, nothing in particular - was just curious what was there as you mentioned it in the README of this git repo. :-)
We are using lada-cache in production on Lumen. As far as I can remember we only needed to provide a config_path function. `
Before I did anything I was seeing exactly half of the speed I see in Windows 10. With adding dnsmasq I saw a speed increase for a time, but it...
After reinstalling the dependencies today, I can run this without needing any env vars to override anything. ```python -c 'import torch; torch.rand(3,3).to(torch.device("cuda"))'``` However I still get a Segfault after clicking...
Just saw you were thinking about a luabridge::Object type thing. I wrote this years ago - http://www.atkinson.gen.nz/talking_with_lua.php You're welcome to the code, even just to give you some ideas -...
Sweet - it's been doing nothing for several years. Glad it's helpful to you. There will be some bits that possibly need tiding up.
Nether did I when I wrote the original! Well I considered having different main threads, but I wasn't using co-routines at the time. I got round it by making a...
Here's what I did... https://github.com/merlinblack/LuaBridge/commit/56ec6794152811f695fd1f5fcc4c00daa739aff1 Not sure if it would apply cleanly though - my copy of the repo has Jakob Progsch's additions merged in. At any rate it does...