Tobias Paar

Results 9 issues of Tobias Paar

When using the `--injected` option, I get following Warning: .../lib/python3.7/site-packages/selenium/webdriver/phantomjs/webdriver.py:49: UserWarning: Selenium support for PhantomJS has been deprecated, please use headless versions of Chrome or Firefox instead coming from .../lib/python3.7/site-packages/image_scraper/utils.py",...

I downloaded a file from download.geofabrik.de and applied some filters using `osmium tags-filter`. Then I used `osmium export` to get a `.geojson`file. I converted my `.geojson` file with `tippecanoe` to...

After moving a maximized window from one screen to another, it "forgot" its unmaximized width and height settings. Maybe there is a possibility to remember the unmaximized state? At the...

**Version info**: qutebrowser v1.13.1 Git commit: Backend: QtWebEngine (Chromium 80.0.3987.163) Qt: 5.15.0 **Does the bug happen if you start with `--temp-basedir`?**: yes **Description** When I set both the tab bar...

component: ui
priority: 2 - low

Because of some other troubles in my bash configuration, I found that the semicolon `;` in line 246 in `z.sh` seems to be misplaced. My $PROMPT_COMMAND ends up being this:...

I am using `openfortivpn` to connect to my workplace. Since ppp 2.5.0 the connection stopped working, giving the output: Peer refused to agree to his IP address. Downgrade back to...

When creating a new file, either with `Ctrl + N` or `File -> New` the focus is not on the content. That means, I can't immediately start typing text, instead...

Thanks for this great app, unfortunately there is a big problem: sometimes the recording is running for a long time, but the resulting video file size is only 504,2 kb...

I have this custom module where the exec command should print one line per second: ``` "custom/diskio": { "format": " D {} ", "exec": "dstat -d --nocolor | awk '{print...