Devon Hakel-Kinko

Results 10 issues of Devon Hakel-Kinko

**Problem** `psycopg2` fails to install **Repro steps** 1. Clone repo 2. ./build.sh `Output`: ``` Collecting psycopg2 (from -r requirements.txt (line 37)) Downloading psycopg2-2.7.4.tar.gz (425kB) Complete output from command python setup.py...

I'd like to know if there is any way to use `vmprof` to profile a python web app in a production style environment. **Current problem** I'd like to profile a...

Having some form of plugable authentication for this webapp would be nice. I've had a lot of success using https://github.com/oauth2-proxy/oauth2-proxy for this purpose.

enhancement

### Minetest version ```true N/A ``` ### Active renderer _No response_ ### Irrlicht device _No response_ ### Operating system and version N/A ### CPU model _No response_ ### GPU model...

Bug
@ Build
@ Documentation

### What do you want to change? I had a typo in my `sqlc.json` file: ```json { "version": "2", "sql": [{ "schema": "schema/schema.sql", "queries": "queries.sql", "engine": "postgresql", "gen": { "go":...

enhancement
triage

I was going over this repo's commits to understand the commit format that the `git-chglog` expects and noticed a bunch of [non-breaking commits](https://github.com/git-chglog/git-chglog/blob/master/CHANGELOG.md#breaking-change) in the wrong section. ## Expected Behavior...

**Is your feature request related to a problem? Please describe.** Please consider adding and maintaining a CHANGELOG file as part of your release process. It's currently difficult to find breaking...

kind/feature
track/ci

## Problem Statement The [ExternalSecretFind.tags](https://external-secrets.io/latest/api/spec/#external-secrets.io/v1.ExternalSecretFind) feature does not currently support searching for secrets using **exact key-value pairs** when used with AWS `SecretsManager`. Instead, the [search filters](https://docs.aws.amazon.com/secretsmanager/latest/userguide/manage_search-secret.html) match **any key or...

Output of `restic version` -------------------------- `restic 0.18.0 compiled with go1.24.4 on linux/amd64` What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- The retry timeout for...

What does this PR change? What problem does it solve? ----------------------------------------------------- Add --retry-max-elapsed-time flag to configure the maximum elapsed time for retry operations. The default remains 15 minutes. Previously, the...