Derek Anderson

Results 17 issues of Derek Anderson

# What is this project? Describe the project you are adding. What are the features? It's an asyncio micro-web framework, similar to bottle or flask. Please add a link in...

please-vote

is this performance drop-off normal for a sequential node setup? root wifi: 20mb/s 1st repeater: 2.5mb/s 2st repeater: 300kb/s 3st repeater: 70kb/s

if no tables or columns found for the listed schemas, don't write an empty schemas file. exit 1 instead.

prob. other db engine types as well. workaround: ``` $ mysql -u root mysql> create database nosco_test_jpetstore; ```

``` File selected: /home/derek/Downloads/The Bodyguard (1992) [1080p]/The.Bodyguard.1992.1080p.BrRip.x264.YIFY.srt Traceback (most recent call last): File "/home/derek/.local/lib/python3.9/site-packages/gnomecast.py", line 1378, in on_subtitle_combo_changed if callback: callback() File "/home/derek/.local/lib/python3.9/site-packages/gnomecast.py", line 1009, in on_new_subtitle_clicked self.select_subtitles_file(dialog.get_filename()) File "/home/derek/.local/lib/python3.9/site-packages/gnomecast.py",...

if the video is paused we reinstate the screensaver. this has an annoying property of if i pause w/ the tv remote, the screensaver immediately turns on on my laptop....

clicking on the button is annoying. need: - space for play/pause - left-right arrows for fwd/rev - up/down for volume? maybe hardware media keys too? if the focus is on...

video files sometimes have multiple audio tracks for multiple languages. is there a way to select a different audio track than the first one when playing a file?

##### VERSION / OS / ENVIRONMENT ``` LibrePCB Version: 0.1.6 Git revision: c4f316428 Build date: 2021-11-03 21:59:38 (PDT) Operating System: Ubuntu 22.04 LTS ``` ##### SUMMARY Board Editor does not...

default to preserving content length/type (required virtually anytime they'll be offered). don't fail silently when they're missing. if missing content-length, still can read buffered until `max_body_size`.