bspot
bspot
**Is your feature request related to a problem? Please describe.** Although MicroORM does not explicitly support MySql virtual columns, I can create one quite easily using `columnType`, e.g. ``` @Entity...
Assume node A, B and C have a key share now, and I want to reshare it to nodes B, C and D. The straight forward approach, i.e. setting up...
On Linux / ALSA (via PulseAudio), the first time the audio callback is called after the stream is started, the timestamp contains nonsensical values: ``` fn main() { // Open...
## Environment * OS: Linux 5.15.80-gentoo-x86_64 * age-plugin-yubikey version: 0.0 * pcsc-lite: 1.9.9 * YubiKey 5 Nano (5.2.6) * PIN policy is 'Once', touch policy is 'Always' ## What were...
I appears that `IdentityFileEntry.into_identity` and `.to_recipient` are `pub(crate)`, so I can't use them in my own crate. https://github.com/str4d/rage/blob/f84af2c069514ed61392597349d945680c51b074/age/src/identity.rs#L22 Is there a specific reason for that or could they be made...
DBUS_COOKIE_SHA1 authentication will always fail, because the reply message to the server challenge is missing a space (` `) between the client challenge and the response in https://github.com/dbusjs/node-dbus-next/blob/6b8f447ff85f8cfe3f5da307b7041085e9fec2cc/lib/handshake.js#L145 Relevant part...
When creating a ProxyObject at the root path, i.e. ```js const obj = await bus.getProxyObject('some.service.name', '/'); ``` the sub-nodes contained in the XML returned by the introspect call will not...
Fixes #33 At the moment, receiving empty data from `rx` only closes the write half of the stream. I don't know whether that is enough to close the stream completely.
When I spawn multiple requests asynchronously, the client starts reading mangled packets from the server. This presents itself as timeouts, `Client error. (Bad message: no remaining for u8)`, `Client error....