Clouds

Results 75 issues of Clouds

Now uv is more and more popular to manage python environment, shall we support using uv add packages instead of CondaPkg, which should make add a python package much more...

enhancement

I'd like to modify `max_capacity` temporarily when I know more stats at running. Request add an API like `set_max_capacity(&self, u64)` ```rust pub struct ServerState { cache: Cache, } pub fn...

## Description When we write `LinSrgba` we actually want to treat `0u8` like `0.0f32` and `255u8` like `1.0f32`, especially when doing multiple, this code would emit wrong result if relax...

Now when we use system command line tools on macOS, it would generate build-script-build like this ```rust % otool -L target/debug/build/opencv-467c8372860fa8c0/build-script-build target/debug/build/opencv-467c8372860fa8c0/build-script-build: @rpath/libclang.dylib (compatibility version 1.0.0, current version 1700.0.13) /usr/lib/libiconv.2.dylib...