Results 17 issues of Adam

In Sqlx 0.6.1, when using macros, I get `error: unsupported type DATE of column` or `error: unsupported type DATETIME of column` for Sqlite DATE and TIME columns. This fails for...

**Describe the bug** Building from source fails with ``` Traceback (most recent call last): File "/private/tmp/pkgsrc/net/py-stone/work/stone-3.3.1/setup.py", line 21, in with open('requirements.txt') as f: # pylint: disable=W1514 FileNotFoundError: [Errno 2] No...

bug

**Rancher Server Setup** - Rancher version: 2.6.9 - Installation option (Docker install/Helm Chart): Helm - If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc): k3s - Proxy/Cert...

kind/bug

In 1.11.2 release, `include/vigra/config_version.hxx` still contains version 1.11.1. ``` #ifndef VIGRA_CONFIG_VERSION_HXX #define VIGRA_CONFIG_VERSION_HXX #define VIGRA_VERSION_MAJOR 1 #define VIGRA_VERSION_MINOR 11 #define VIGRA_VERSION_PATCH 1 #define VIGRA_VERSION "1.11.1" #endif /* VIGRA_CONFIG_VERSION_HXX */ ```

CoreAudio output does not work with Python 3.x, because PyString_AsString is not part of 3.x API. Here is a fix that also removes /dev/null detection – /dev/null is always available...

I noticed that M4A files always have Part-of-compilation ('cpil') tag added and set to 'yes'. In my opition, this is wrong. I am attaching a patch to remove this behaviour....

I think performer_name should be mapped to Album Artist for m4a files. Here 's the patch: ``` --- audiotools/m4a_atoms.py.orig 2014-12-30 00:01:59.000000000 +0100 +++ audiotools/m4a_atoms.py 2015-05-26 11:13:31.000000000 +0200 @@ -1080,6 +1080,7...

README.md and CHANGELOG.md should not be installed directly under `site-packages`. This patch fixes the issue: ``` --- pyproject.toml.orig 2024-04-26 20:03:26.188129942 +0000 +++ pyproject.toml @@ -4,7 +4,6 @@ version = "6.2.0"...