snek

Results 74 issues of snek

bug
help wanted

bug
help wanted

# What's new Provides access to the U2F interface over NFC. This was originally based on https://github.com/flipperdevices/flipperzero-firmware/pull/1510 but it kind of went off the rails due to the nuttiness of...

WIP
NFC
new feature

I don't use slack, but I thought it might be helpful to share this technique: Create a file: `/path/to/file.js` Set your `NODE_OPTIONS` to `-r /path/to/file.js` Put some protections at the...

I've discovered a couple of issues while working with the json api. - Sometimes bindata is an array of numbers instead of a string. This makes consuming the data a...

never touched rails before but this seems to do something

Implements a QUIC interface, loosely based on the WebTransport API (a future change could add the WebTransport API, built on top of this one). [quinn](https://docs.rs/quinn/latest/quinn/) is used for the underlying...

Resolves https://github.com/quinn-rs/quinn/issues/1738 Not sure about the name.

I'd like to wait for free space in the datagram outgoing queue, instead of silently dropping other datagrams. In my mind, `send_datagram` should return a future you can poll, but...

I'd like to use settings that aren't supported by this library. Experimenting locally it seems fairly trivial to track custom settings in a (u16, u32) map. I'd be happy to...