Axel Magnuson
Axel Magnuson
I am also experiencing the behavior described above. I am unconcerned by the rate limiting failures (although we might want to consider implementing an exponential backoff mechanism), but the lack...
I'm looking into this one.
I've been tracking this for a while. Done a few small Go projects, but nothing of this scale. I'd love to participate in the documentation effort, especially since I've repeatedly...
I'd be interested in implementing this just for the learning experience. I'm an intermediate rustacean but a novice open source contributor, so I might need some pointers on navigating the...
bump on this? I think it would fix #146, and no discussion for half a year. I just wrote a similar patch before seeing that there's already an open PR.
Same problem. ``` python = "^3.10" apache-beam = { extras = ["gcp"], version = "2.54.0" } datasets = "^2.18.0" ```
Anyone working on this? I think I'm going to give it a shot, since I prefer to load and reuse one spritesheet rather than split it into multiple images. I...
I am also hitting this issue intermittently in parry2d: ``` thread 'main' panicked at /home/axelmagn/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parry2d-0.13.6/src/partitioning/qbvh/update.rs:367:54: attempt to add with overflow stack backtrace: 0: rust_begin_unwind at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:645:5 1: core::panicking::panic_fmt at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/panicking.rs:72:14...
For others in this thread who are using rapier: my workaround has been to pass `None` for the `query_pipeline` argument in `PhysicsPipeline::step`. As detailed in https://github.com/dimforge/rapier/issues/532, this seems to bypass...
Unfortunately because I am using GCP transfer jobs, I don't know the exact number for concurrent connections. However I am running 180 concurrent jobs, and they may be sharing IP...