Andrew McElroy

Results 25 comments of Andrew McElroy

seriously though. Cool idea to open source your genetics. You may want to include a copy of build 36 from the nih so that the genetic sequence is complete.

@ngo sorry that was a typo. I meant @ingo

That's a good enough statement for me. launching on a device is a secondary concern at the moment. I've got it compiling again locally. I'm mostly cleaning up various hacks...

Then I realized I didn't have node-gyp installed. After I installed it I got this: ➜ ioslib git:(master) ✗ sudo npm install ## npm WARN package.json [email protected] license should be...

pull request coming. The out of date dependencies make this uninstallable. This impacts the tio2 project which I am trying to document.

interesting. This would be a great blog topic (no promises). However. if you can get this module to work and include it in your titanium project then look at this...

Is there any progress here or is this not a real problem?

When I attempt to add the two references to a go.mod file go.fd.io/govpp.git v0.8.0 go.fd.io/govpp.git/extras v0.1.0 and then I run go mod tidy I get this error a lot: git.fd.io/govpp.git:...

this happened because the date format was not correct. We might want to break the date again so we can try catch whatever code is creating a stack overflow then...

My suspicion is that this is a snow leopard problem. The stock Ruby in snow leopard had a problem with termios. The solution for Ruby was to rip rb-termios out...