Nathan Vander Wilt
Nathan Vander Wilt
Hmm, it's probably well past time to test https://github.com/natevw/pi-pins with a more up-to-date epoll dependency. Hopefully there's not too many changes to deal with but iirc the usage there was...
Ah, sorry… yes it might be. So this library uses the `pi-pins` library (also one I wrote) to drive the GPIO pins, and that library depends on https://github.com/fivdi/epoll but the...
This sounds a lot like https://github.com/natevw/node-nrf/issues/30, and I see you also are not using hardware IRQ pin? The workaround for now is to connect hardware IRQ pin, but I hope...
The gotcha here is that the [GeoJSON layer](https://leafletjs.com/reference.html#geojson) is documented as taking a `style` function in its options: > A Function defining the [Path options](https://leafletjs.com/reference.html#path-option) for styling GeoJSON lines and...
+1, I was trying to find a continuous low-frequency tone in a signal and being able to zoom in (and/or mouse over to show more exact frequency/time underneath cursor) would...
Given the lack of progress on it seems it is technically infeasible to claim the airdrop without [potentially] compromising one's private key. The goal of course is to claim the...
@pinheadmz So what is meant by the ["Fallback for HSMs" section](https://github.com/handshake-org/hs-airdrop/blob/5a6f57e/README.md#fallback-for-hsms) still in the current README? > In the event that your key is not accessible by the signing tool,...
Thanks for the report! I'll try take a look at this sometime — if you have even just some failing tests that could be incorporated via a draft PR that...
No worries! Glad you've got something going meanwhile. Since I was thinking about it again I figured I'd go look to see if the bug was obvious, and… well… nothing...
> `firstCluster` is available to all methods within a 'chain'. If it's equal to zero, it means a new one should be allocated, and the FAT should be updated Excellent...