Carl Karsten
Carl Karsten
``` (venv) carl@x1:~/src/ck/mypy$ python3 runtests.py self run self: ['/home/carl/src/mypy/venv/bin/python3', '-m', 'mypy', '--config-file', 'mypy_self_check.ini', '-p', 'mypy'] mypy/checkexpr.py:3923: error: "Type" has no attribute "last_known_value" [attr-defined] and source_type.last_known_value is not None: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ```...
Installing docker did not lead to testing happiness. ``` (venv) root@base:/home/videoteam/redis-py# invoke devenv [354/622] Stopping redis-cluster ... Stopping redis-cluster ... done Removing redis-standalone ... Removing redis-cluster ... Removing redis-standalone ......
also, there is no PPA in these instructions
debconf has this. https://salsa.debian.org/debconf-video-team/vogol/-/blob/master/vogol/playback.py https://salsa.debian.org/debconf-video-team/vogol/-/tree/master/frontend
Might want to remove the "...update --init --recursive" from https://f4pga-examples.readthedocs.io/en/latest/project-f.html
wandering about the internet, I have come across some posts like: https://realpython.com/python-redis/#getting-started Any objection to posting more of these?
I think I am bumping into the same thing. my real source is a v4l2 video device (hdmi2usb) but I've come up with some tests that use a generated stream:...
The above tests might be over complicated. It seems a simple case fails if I let it run long enough: ``` $ gst-launch-1.0 videotestsrc '!' jpegenc '!' jpegparse '!' v4l2jpegdec...
this is good: ``` juser@gator:~$ URL=https://salsa.debian.org/%s.keys ssh-import-id carlfk-guest 2024-04-11 12:59:31,101 INFO Authorized key ['2048', 'SHA256:BZtXL01tQiKBBXp+S/Qxrk2c/5BO63q9RieU/eWlgcs', 'Carl', '(RSA)'] 2024-04-11 12:59:31,101 INFO [1] SSH keys [Authorized] ``` The code to support is...
This would be great, but I would also like a way to disable it on the fly, like when the presenter has an animated gif on their slides that trips...