Results 17 issues of Konrad Vité

My use-case is that when using Cygwin on Windows I want my "main" identity to be added to PuTTY's Pageant so that I can use it with PuTTY, WinSCP and...

With Python 3.2 the default value for `close_fds` changed from `True` to `False`. Therefore ssh-agent inherits the file descriptors to `/dev/tty` from ssh-ident. At least on Cygwin this causes ssh-agent...

I have a custom install hook script that extracts a tarball onto a partition which takes a minute or so. Is it possible to report progress to my GUI through...

question
RFE

**Describe the bug** The extensions keeps spamming the nextcloud log with `Could not collect garbage:` with no further details (see screenshot) one of them exported in raw format (does not...

bug

## Overview [TIP]: # ( DO NOT include screenshots of your actual database! ) [NOTE]: # ( Give a BRIEF summary about your problem ) Every now and then `TestSSHAgent::testKeyGenRSA()`...

bug
tests

This change implements loading ssh-agent destination constraints from KeeAgent.settings into the ssh-agent. For now there is no UI so configuration must be done in KeePass2/KeeAgent. The ssh-agent constrain extension is...

new feature
feature: SSH agent

See https://rustsec.org/advisories/RUSTSEC-2021-0145.html for the advisory. It has not been patched even though an already-reviewed [PR](https://github.com/softprops/atty/pull/51) is available for a long time. several projects e.g. [clap](https://github.com/clap-rs/clap/pull/4249) and [env_logger](https://github.com/rust-cli/env_logger/commit/066c2192c187f047ae178e786ff36e6cabed21f7) switched to `is_terminal`

Are there any instructions on how to build the app? Currently I am facing two problems: - When running `git submodule update --init --recursive` after cloning, I get the following...

SQLAlchemy 1.4 introduced changes which makes Flask-SQLAlchemy incompatible when used with an SQlite3 database. see https://github.com/pallets-eco/flask-sqlalchemy/issues/938 Fixes #17

I am running Cast-Rewinder on a SQLite3-Database. With that I am running into https://github.com/pallets-eco/flask-sqlalchemy/issues/938 Updating to 2.5.1 fixes it for me.