Daniel Walton
Daniel Walton
This updates the BOXSCORE_SCHEME to correctly extract `home_name` and `away_name` from a page such as https://www.pro-football-reference.com/boxscores/202109090tam.htm closes #724
I am running ubuntu 20.04 with a [Corsair Void RGB Elite](https://www.amazon.com/gp/product/B07XCYT7HV/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1) but I cannot set the sidetone ``` $ headsetcontrol -s 16 Found Corsair Headset Device! ioctl (SFEATURE): Broken pipe...
I can use `schedule_and_record` to download some basic info about games but how do I get the game-id for those games so that I can then use `statcast_single_game`? Also how...
Once we have figured out what to do with these formatting PRs: - https://github.com/ev3dev/ev3dev-lang-python/pull/716 - https://github.com/ev3dev/ev3dev-lang-python/pull/713 we should pull an `ev3dev-buster` branch and re-submit the https://github.com/ev3dev/ev3dev-lang-python/pull/709 PR to be against...
I was having problems with the GryoSensor where sometimes when I would try to read the value I would get an empty string instead of an integer which would cause...
odometry support went in via #235 but the initial commit did not include gyro support
There are some specs available [here](https://drive.google.com/drive/folders/1CcX-nbceaZFQSuIDWMvgbBWgY8UD6VrC?fbclid=IwAR08rlaG149erZIwVsYHOfjejEfoIx0KyvrYCXw-QOPkwuO2VrsUZqnnoEk). Highlights from the docs on the hub: • The Hub is powered by a 100MHz M4 320 KB RAM 1M FLASH processor • 32...
Although not common asserts can be disabled (`python -O run.py`). We have a lot of places in the code where we are using asserts but should really be raising `ValueError`.
system info ``` Image file: ev3dev-stretch-ev3-generic-2018-12-14 Kernel version: 4.14.117-ev3dev-2.3.4-ev3 Brickman: 0.10.2 BogoMIPS: 148.88 Bluetooth: Board: board0 BOARD_INFO_HW_REV=7 BOARD_INFO_MODEL=LEGO MINDSTORMS EV3 BOARD_INFO_ROM_REV=6 BOARD_INFO_SERIAL_NUM=0016533F8FD1 BOARD_INFO_TYPE=main ``` `sudo python3 setup.py install` fails due...