Michael Lynch
Michael Lynch
The `explorer` module is still part of Sia, but its API is undocumented. Are its endpoints part of the supported Sia 1.0 API? If so, it would be great to...
Clients currently have no way of determining when Sia has finished building its initial host database. Sia is internally aware of when it [makes the switch](https://github.com/NebulousLabs/Sia/blob/e8b128d21f838cd9d5ad3d81982719cbc222abaa/modules/renter/hostdb/scan.go#L58) from initial population of...
With the increase in the Siacoin's market value, there's a greater need to to manage Siacoins in a way that protects the user from malware infections or active attackers. I...
# BUG REPORT **How to reproduce it (as minimally and precisely as possible)** 1. Deposit 500 SC into Sia wallet 1. Set allowance of 500 SC for 12w 1. Wait...
Bug Report ========== Sia-UI prompts the user for their password twice on two consecutive screens. This adds unnecessary complexity and confusion to the new user provisioning process. This is the...
I'm not sure if this is a Janus bug or a uStreamer bug, but the uStreamer Janus plugin won't compile unless [we manually fix a C `#include` line in a...
On some laptops, the laptop doesn't output the display to an external monitor unless the user presses the `KEY_SWITCHVIDEOMODE` key. On Dell laptops, this is Fn+F8:   I ran...
Now that [Raspbian 64-bit](https://www.raspberrypi.com/news/raspberry-pi-os-64-bit/) is available, we should make sure the role is compatible. A user reported a successful install, but the HID driver is failing: https://github.com/tiny-pilot/tinypilot/issues/906 One issue I...
If you use TinyPilot on a system that needs an HTTP proxy to access external services, some TinyPilot features won't work because they're not proxy-aware. * Uploading log files from...
We currently copy over [init-usb-gadget](https://github.com/tiny-pilot/ansible-role-tinypilot/blob/092479e14f6689486e6a16b4a101e568bc8b7c56/tasks/install_usb_gadget.yml#L43) and [remove-usb-gadget](https://github.com/tiny-pilot/ansible-role-tinypilot/blob/092479e14f6689486e6a16b4a101e568bc8b7c56/tasks/install_usb_gadget.yml#L51), but we never restart the usb-gadget service in response to those changes. This doesn't cause any problems now because we reboot after install...