tison
tison
Here it is - https://github.com/Xuanwo/reqsign/pull/452
@rich7420 Sure. Go ahead and feel free to ping me as a reviewer for your PR.
I guess this is the similar to https://github.com/GreptimeTeam/greptimedb/issues/3656 that we have a old RustPython fork dependency .. but our CI should guard that if you use the same toolchain with...
We typically don't lock opendal to an early version. See https://endoflife.date/python where Python's current active support versions are 3.13 and 3.14. Security support goes back to 3.10. What if another...
This is a common issue that using QEMU to emulate ARM64 instructions on AMD64 machines is slow. I don't think we have good solutions for it, but waiting for GitHub...
> 1.21.0 is out IIRC pulsar-client-go still supports Go 1.15. What do you think of the migrating plan? As long as we declare to support versions before 1.21, we cannot...
Ummm I can see the original issue is about using user's tokio Semaphore now. Let me think a bit ...
@bonsairobo do you have a public example how a Semaphore would be shared in this case?
@bonsairobo Thanks for your clarification. Could you elaborate a bit how the semaphore share between different resources and how it benefits your use case?
@siomporas This sounds interetsing. May I ask for a clarafication on the call flow? From your descriptin I'm not quite sure is it about using OpenDAL to call git services,...