Christian Brunotte
Christian Brunotte
## Expected Behavior All CVEs that are known to be fixed are listed in the release notes. ## Current Behavior Only a vague "This release includes fixes for a number...
There are some "temporary" tables that are left over from a migration or ETL process that only exists on the production system. I don't like to drop those as they...
When comparing the following sequence from my live database: devel_np=# \d classifications_id_seq Sequence "public.classifications_id_seq" Column | Type | Value ---------------+---------+------------------------ sequence_name | name | classifications_id_seq last_value | bigint | 302...
It would be nice if httpbin could decode the JWT that was passed via the "Authentication: Bearer ..." header and show it as JSON. To avoid confusion, this is different...
The JsonPropertyOrder annotation does only sort the explicitly defined properties of an object, additional properties which may be stored using the JsonAnySetter/JsonAnyGetter annotations are not taken into account and just...
After upgrading to v9 my build fails with an OutOfMemory error. It works on my notebook just not on the build server I use. Maybe it's just necessary to increase...
Backup fails with "don't know how to mount this partition". ``` $ tetherback -v tetherback v0.9.1 Found ADB version 1.0.36 Using default transfer method: adb exec-out pipe (--exec-out) Device reports...
### Bug Description I use the OWASP Dependency Check Gradle Plugin (org.owasp.dependencycheck:6.2.2, https://owasp.org/www-project-dependency-check/) to scan all my dependencies for known security issues. Usually it reports none but after applying the...
The Lua resolver works fine for a single upstream domain but what if there are a couple of them? Copy & paste the Lua block for each of them seems...
### Name and Version bitnami/postgres ### What is the problem this feature will solve? There is no arm64 image for Postgres (and probably other projects) on gallery.ecr.aws although it exists...