Matej Spiller Muys
Matej Spiller Muys
##### Description There is a problem with java generator, when there is object that has couple of properties and then there is another object that extends with allOf and providing...
### Issue description I would like to achieve batch insert like in Java or Python. I see that this is still not after 10 years supported in Go making it...
* What problem are you trying to solve? When migrating to latest poetry 1.8.0 there is an issue with nexus returning 404 instead of range not supported for negative ranges....
**What package is missing from Amazon Linux 2022? Please describe and include package name.** mod_wsgi 4.9.4 **Is this an update to existing package or new package request?** New package request...
**What package is missing from Amazon Linux 2023? Please describe and include package name.** ``` rust 1.68.2-1.amzn2023.0.2 cargo 1.68.2-1.amzn2023.0.2 ``` Ruff needs more latest ruff ... 1.71.0 https://github.com/astral-sh/ruff/blob/main/Cargo.toml#L7C1-L7C1 Current latest...
**Is your feature request related to a problem? Please describe.** microdnf does not support replacing curl-minimal or gnupg2-minimal with it's full counterpart. However version microdnf 3.10 supports swap command that...
Expose MysqlParameterConverter as alternative to DefaultParameterConverter that lacks uint64 support
### Issue description We are trying to use sql.Null[uint64]{}. While it works for mysql database the check fails for sqlMock, because it uses default converter that is not aware of...
## Python version 3.11 ## Problem description We try to build wheels from source (and not use provided wheels). ``` pip uninstall redshift-connector -y && pip install --no-binary :all: redshift-connector==2.1.3...
**Describe the bug** We are building uwsgi (latest version), delocating it and then and installing it into clean venv. However when running uwsgi (binary in python bin folder) ``` ./uwsgi...
When upgrading to 1.9.0 from 1.8.0 I noticed that export no longer export extras correctly: pyproject.toml ``` PyJWT = {extras = ["crypto"], version = "==2.9.0"} ``` Old export plugin 1.8.0:...