Jonathan Lindsey
Jonathan Lindsey
The Android app already supports uploading a robot picture directly to TBA. Infact this is the only supported method for adding robot pictures from Android. However, the desktop experience only...
The [Radio Programming (home use)](https://docs.wpilib.org/en/latest/docs/getting-started/getting-started-frc-control-system/radio-programming.html#programmed-configuration) section says "DNS server enabled" and the [Networking Basics - DNS for FRC](https://docs.wpilib.org/en/latest/docs/networking/networking-introduction/networking-basics.html#dns-for-frc) section says "On the field and in the pits, there is no...
This adds support for 1. Negative integers with leading zeros 2. Floating point numbers Notes for floating point numbers 1. This assumes the display has exactly 4 digits. 2. Only...
I am new to npm so please forgive if this is something I am doing wrong. I downloaded the connect-api-examples/connect-examples/v2/node_orders-payments folder, put my sandbox credentials in the config.json file, and...
## Expected Behavior When adding a social media link to a team's TBA page, allow them to add a general website. ## Current Behavior [As discussed on Slack](https://the-blue-alliance.slack.com/archives/C15SUFL92/p1674846402526949) it used...
When I try to install squido on a bare bones (+ git) Ubuntu 22.04 install with `sudo npm i -g https://github.com/mrvautin/squido.git` it gives me a TON of warnings (more than...
Perhaps this is a known issue but off-season events are not being shown at https://www.statbotics.io/events when I select Offseason Only (or anything else I select) from the drop-down.
Prior to this change if you followed the websockets/chat-tcp README without first making your current directory websockets/chat-tcp, you would get a panic when you opened http://localhost:8080/ . This uses `include_str!()`...