Cameron Tacklind

Results 59 issues of Cameron Tacklind

Hello, I love your site and use it all the time. One problem I've run into in working with GPIO on Raspberry Pi is the shear number of libraries that...

I'm trying to tweak temperatures of layers of my rafts. If I set a negative value for layer number, the tweak isn't run at all.

bug

Hello, I've long wanted to be able to video these camera's video data without using their cloud interface. They do offer a "ZViewer" app that does connect directly to the...

@jandre, there are many pending pull requests here. I have reached out to npm about taking over this package and merging the pending pull requests. If we don't hear from...

I have a need to use this package with two different scales simultaneously. Unfortunately `new angles()` doesn't work. Is there a nice way this could be implemented? Or would this...

In Node.js JavaScript, when one wants to link to native code, there are many build tools that compile C/C++ into native `.node` binaries that are `import`ed/`require`d by the Node.js JavaScript...

Currently this script fails for IPv6 only hosts. Any thoughts on getting around this? The first error is "`gpg: keyserver receive failed: no keyserver available`", caused by: ```bash gpg --keyid-format...

Webpack supports `webpack.config.ts` these days. It would be very helpful to publish some typings. Ideally, these would be bundled in this package in the published sources. Alternatively, one could (independently)...

Since Npn has added workspaces (and Yarn has them too), it would be nice to have a "concurrently" version of those. For instance, with `npm run --workspaces test`, the `test`...

If you use the function `getGPS(uint8_t arg, char *buffer, uint8_t maxbuff)` but set maxbuff to `0`, `len` will always be `255` (unless somehow `strlen(p) > 255`). This results in other...