Thomas Friedel
Thomas Friedel
I noticed your script uses the command seq 10 to iterate phy1 to phy10. The problem is if it's phy0, it will not work. I fixed this by changing the...
Hi, I notice a delay of around 3 seconds between the press of the dash button and the reaction of the script. Is there anything to improve this? Also I...
I setup a custom server, but when trying to register I got the error: "Error: failed to register user" It was not obvious that the reason I got this error...
When I run this tmux config inside a terminator window and select some text with the mouse it is copied to the clipboard as I expect, but it also appears...
** Environment ** - OS: [Ubuntu 20.04.3 LTS] - Hardware (GPU, or instance type): 2080 Ti ** To reproduce I use SWA, with quite a few other settings, so unfortunately...
When using Blensor 1.0.16rc1 the focal length for a TOF sensor which is set in the GUI is not correctly used. It is hard coded to 10.0 in TOF.py: #10.0mm...
When using the translate operation, the empty part of the result image should be filled with the tuple provided with the "fill" argument. It's currently not being used and thus...
With typometer I always measure at least 28-30ms, no matter which editor (notepad, sublime, cmd.exe,...) I try. With Windows 10 I can easily get down to 14-16ms, i.e. one frame...
# Description implements #316 The "images" dict in DetectionDataset and ClassificationDataset that maps from str to ndarray was replaced by LazyLoadDict where the setter just sets filenames but the getter...
### Steps to Reproduce run rye config --set behavior.use-uv=true ### Expected Result ~/.rye/config.toml looks like [behavior] global-python = true use-uv = true ### Actual Result ~/.rye/config.toml looks like [behavior] global-python...