Jason Rhinelander

Results 95 issues of Jason Rhinelander

Fixes #159. This replaces the `|int` truncation of position and motion handling in the klipper macros with `|float`s so that fractional positions work. Without this my docking would *usually* fail...

(Report received out-of-band from a user unwilling to use Github): From the docs (and our intention): > 404 Not Found — Returned if the room does not exist, or is...

From issue #176 - one common way semi-private rooms are set up is that the room is made private, but then an invite link is generated; anyone with the link...

On flag day we need SOGS to start returning a fake (i.e. signed by the server key converted into a Session ID) message saying something along the lines of: "This...

flag-day

Currently, carried over from legacy SOGS, there is no association of files/images with posts and so, when a post is deleted, the attachment stays around until it expires. This also...

This corrects an off-by-one error in decoy selection that would never select immediately-spendable outputs, and so immediately spending an output would reveal the true output in question. From Monero, PR...

This corrects an off-by-one error in decoy selection that would never select immediately-spendable outputs, and so immediately spending an output would reveal the true output in question. From Monero, PR...

This adds a high-level test suite for the Ledger wallet, along with a few small changes for the `stable` branch needed to make the test suite code work.

A community member recently reached out to me for help with a wallet that failed to stake/send/sweep its balance. After some diagnostics we got down to this wallet error: Error:...

Wallet2 currently has this logic for coinbase txes: ```c++ if (vout_index == 0) entry.type = wallet::pay_type::miner; else entry.type = wallet::pay_type::service_node; ``` so as a result, even before HF10, you'd sometimes...