Walter Gray
Walter Gray
Edit: This is a bad example since this just works with ranges.h. However, imagining we wanted to do it for a struct with x and y coordinates or some other...
Just chiming in - I'd love to see this implemented. At 2 different companies now I've seen custom hacks added specifically to support >4gb binary blobs contained within flatbuffers streams....
Just curious, has this PR been abandoned? This functionality would be tremendously useful for me.
FWIW: In my experience, having the ability to opt-in to non-sandboxed mode for *very specific* use cases is sometimes super useful, especially when trying to migrate legacy systems - I've...
Ping, any word on updating cc_proto_library with this support?
> The first trace is an error in setuptools (not uv) which isn't safe to run across multiple processes. I can do some research, see if there's anything we can...
FWIW I've been able to work around this problem by uploading prebuilt packages to our internal pypi index, but this still seems very much worth fixing!
The file it fails on is actually a directory, so that may have been it?
``` Clearing cache at: ~/.cache/uv error: Failed to clear cache at: ~.cache/uv Caused by: IO error for operation on ~/.cache/uv/built-wheels-v3/index/6024232a22aa81c8/jaeger-client/4.3.0/b1Sqzocp-Y-aYlYPEp_R4/jaeger-client-4.3.0.tar.gz/build/bdist.linux-x86_64/wheel/jaeger_client: Permission denied (os error 13) Caused by: Permission denied (os...
Thanks for the prompt resolution!