Artur Jamro

Results 11 issues of Artur Jamro

How about additional authentication when user tries to disable 2FA?

enhancement

How about centering the QR code? ```html ```

pull request welcome

Otherwise, when you use Tab, then you will go in order: forms -> cancel -> back if enabled -> next. More naturally should be forms -> back if enabled ->...

pull request welcome

When you setup, for example, SMS as a primary method, then you can't add token generator later. You can also check if all of methods you can add later. And...

pull request welcome

## Expected Behavior If `otp_yubikey` is installed in current environment (venv), but absent in `INSTALLED_APPS`, then tests which use login should work. ## Current Behavior Tests crash with: ``` RuntimeError:...

pull request welcome

App doesn't work on Anniversary Update.

The action currently assumes there is exactly one Rust project and it's located in the root of the repo. It would be great to support `working-directory` such as the one...

The following example: ```rust use docopt::Docopt; use serde::Deserialize; const USAGE: &'static str = " Test. Usage: test [--cache_dir=] Options: --cache_dir= enables cache "; #[derive(Debug, Deserialize)] struct Args { flag_cache_dir: Option,...

Hi, WaniKani kanji progress page contains 2027 characters and your order file which is 5 years old contains 2044 characters. I haven't read in detail your code. Sorry, haven't got...

enhancement

Hey, after playing for a while with your program, I really suggest adding two pieces of information to README: * Mentioning that `order` file is important and explaining how it...

bug