stephen
stephen
This PR adds support for encoders on the peripheral side. It adds a new characteristic on the GATT service that the central subscribes to. I only tested this on my...
**Is your feature request related to a problem? Please describe.** I'm trying out the new task batching/aggregation feature from https://github.com/hibiken/asynq/issues/339. I would like to be able to configure grouping parameters...
Hi, I'm interested in using the ALAC encoder/decoder bindings for a project I'm working on for AirTunes server support. (https://github.com/stephen/nodetunes/). Would you be able to put your ALAC bindings into...
This PR adds support for `textDocument/documentSymbol` to the lsp-compatible server. Here's a screenshot in vscode: 
Some ideas: ## interfaces - golang interfaces, with some annotation for SDL/field funcs ## union types - one-hot struct
If a map/slice is removed, then we should mark the node as replaced with nil, instead of replaced with an empty map/slice.
fix this: https://github.com/samsarahq/graphql-loader/blob/master/src/loader.ts#L194