ancieg

Results 10 issues of ancieg

I haven't found any other active Python projects for managing persistent queues (only little-functional or nearly archived ones). But this has a disadvantage (important for me) - it does not...

feature

* **uvloop version**: 0.18.0 (from tag `v0.18.0`) * **Python version**: 3.11.6 * **Platform**: ppc64le * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Will report later after try in...

**Is your feature request related to a problem? Please describe.** To install racket packages into non-system root (`/`) requires `fakechroot` which is almost "dead" nowadays. **Describe the solution you'd like**...

package system
platform:linux

**What version of Racket are you using?** 8.9 [cs] **What program did you run?** ```shell # Packages "racket-core" and "fakechroot" should be installed into the system. # Minimal version of...

build

Why does you try to link the module with `-lonig` when `JQPY_USE_SYSTEM_LIBS=1`? It's needed only for building `libjq` itself as I understand. If I compile the module with `link_args_deps =...

`testcontainers` and `async-timeout` are listed in GHA workflow, but are missed in `tox.ini`. I think that's a good idea to add them to `tox.ini` for people, who run tests locally.

### Summary Can't vendor crates for v0.185.9. ### Description `cargo vendor` can't vendor `reqwest` dependency with different sources. Vendoring crates is required for reproducible builds. Steps to reproduce: 1. `git...

### **Repro Steps** 1. Run test-suite with `flask==3.1.0` 2. Broken! ### **Expected Behavior** Tests pass. ### **Actual Behavior** Tests fail. ### **Error Messages/Stack Trace** ``` =================================== FAILURES =================================== ______________ SwaggerTest.test_specs_endpoint_host_and_subdomain...

bug

`flask-restx` lacks of ability to switch JSON [de]serializer. I prepared small patch to use `flask` machinery for JSON. Usage example: ```python import logging from datetime import datetime import sdjson from...

I found that `pygit2` can't do that, but I need this feature.