Chad
Chad
Ubuntu users should be using the adobe-flashplugin package. On Dec 20, 2016 7:00 AM, "beew" wrote: > Hi, just tested this on the adobe test page and the video never...
I don't have a bug report so I don't know what it's fixing yet. The stats array can change? As in, the device inventory can change, or the dimensions of...
Ah. ``` File "bin/zpool-iostat-viz", line 307, in raise exc File "bin/zpool-iostat-viz", line 296, in curses.wrapper(lambda window: main(window, parsed_args["diff"], parsed_args["parts"], parsed_args["file"], parsed_args["by"] or "m")) File "/usr/lib/python3.8/curses/__init__.py", line 105, in wrapper return...
Not a developer here, but upgrading could carry changes to configuration and databases. It would be quite hard to support going both directions. If you need to revert, probably the...
Looks like this in the Debian packaging. ``` # sanity check: the engine doesn't cope well with missing data for i in 0 1 2 3 4 5 6 7...
My simple workaround is not to use the Debian wrapper. I replaced the entrypoint with a new line in the docker-compose.yml. ``` entrypoint: ["/usr/lib/ioquake3/ioq3ded", "+set", "com_standalone", "0", "+set", "fs_basepath", "/usr/share/games/quake3"]...
It's a bad idea to flip them. You must instead install `pak0.pk3` through `pak8.pk3` Test for missing file ``` ls pak{0,1,2,3,4,5,6,7,8}.pk3 ```