Oliver Gerlich
Oliver Gerlich
There's a problem which will make the whole plot unresponsive in a (probably very) rare case, due to Javascript errors being thrown: - open https://lana-k.github.io/sqliteviz/ - open both attached test1.csv...
After finishing the level "The command line" and clicking "Next level", the game crashed. Here's the terminal output (running with `LANG= ./oh-my-git` to get English error messages): ```shell-session $ LANG=...
It would be neat if httpagentparser would detect BlackBerry browsers. In some server logs I found the following UA strings containing BlackBerry: "BlackBerry8310/4.5.0.174 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/124" "BlackBerry8310/4.5.0.69 Profile/MIDP-2.0 Configuration/CLDC-1.1 VendorID/114"...
The `openvpn_custom_dns` option which is described in the README file does not actually work. Even if I set `openvpn_custom_dns` to a list of servers and also set `openvpn_set_dns` to true,...
It looks like the statement `import js2py` will cause an (empty) directory to be created in `/tmp/`, which will not be removed after the process has exited. I had a...
### Is your feature request related to a problem? Please describe the problem you're trying to solve. I want to get a license diff that is in a "more standard"...
**What would you like to be added**: It would be nice to have more documentation and examples for the `--regex` command line parameter. **Why is this needed**: I did not...
It would be nice if the mouse cursor would change to a magnifier glass if it is in the preview area, to make it clear that left-clicking will zoom into...
If the log file name ends with .gz, the file is treated as gzip-compressed.
So far I have used `Subscription::subscribeDataChange()` to add a `MonitoredItem` for a variable. But I want to monitor quite a lot of variables (about 200), which is slow due to...