Torstein Sørnes

Results 36 issues of Torstein Sørnes

I have a `mypy.ini` file at project root, with Python version set to 3.7.. Running `flake8` on any file in that directory still gives me `T499 mypy: error: failed to...

Hi. I have some questions: 1) Is it possible to stream videos packed in RAR archives? 2) I'm planning on adding a scraper for a private tracker. Any idea how...

I have a binary and test suite in the cabal file. Dante works fine with the binary project, but `haskell-dante` is unable to import files from the local test directory...

## Information **VIM version** ``` :version NVIM v0.7.0 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compilation: /usr/bin/gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs= /usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1...

bug

I am submitting a... - [x] bug report - [ ] feature request - [ ] support request => you might also like to ask your question on the [mailing...

I am submitting a... - [x] bug report - [ ] feature request - [ ] support request => you might also like to ask your question on the [mailing...

## I want to suggest a new step ### Which tool is this about? Where is its repository? neovim config https://github.com/AstroNvim/AstroNvim ### Which operating systems are supported by this tool?...

## I want to suggest a new step ### Which tool is this about? Where is its repository? neovim plugin manager https://github.com/wbthomason/packer.nvim ### Which operating systems are supported by this...

## System Using GeckoDriver version: 0.24.0 Mozilla Firefox 67.0 Linux 4.14.62-65.117.amzn1.x86_64 Python 3.7, Selenium 3.141.0 This is run inside of docker with `--shm-size 3G` ## Stacktrace ``` Failed to decode...

awaiting reporter feedback
firefox

I have an authenticated proxy. This works, with regular Selenium: ``` from selenium.webdriver import (Chrome, ChromeOptions) proxy_url = f"https://{domain}:{port}" opts = ChromeOptions() opts.add_argument("proxy-server=" + proxy_url) driver = Chrome(options=opts) ``` Then,...