DennisZhangOiler

Results 11 issues of DennisZhangOiler

If we need to get it then add it to the lru cache map, I think it costs too much when a lot of concurrency requests come.

``` = note: ld.lld: error: undefined symbol: cv::imwrite(std::__1::basic_string const&, cv::_InputArray const&, std::__1::vector const&) >>> referenced by imgcodecs.cpp:85 (/target/aarch64-unknown-linux-gnu/debug/build/opencv-bb13004260793875/out/imgcodecs.cpp:85) >>> 0de9285bc4b8b0c1-imgcodecs.o:(cv_imwrite_const_StringR_const__InputArrayR_const_vectorLintGR) in archive /target/aarch64-unknown-linux-gnu/debug/deps/libopencv-761bbc32057b17de.rlib ld.lld: error: undefined symbol: cv::format(char const*, ...)...

### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue My rust program with opencv-rs builds fine without zig glibc version...

A-zig

Add max range attribute like `maxRange="7 days"`, then in the range mode it can only pick up from the start to 7 days later.

1. Operating system Host Ubuntu 22.04 Cross v0.2.5 aarch64-unknown-linux-gnu zigbuild 0.17.5 target glibc version 2.27 2. The way you installed OpenCV: package, official binary distribution, manual compilation, etc. Manual compilation...

Please consider adding docker compose support.

my code: ```rust let inverted = test .call1(PyTuple::new_bound(py, &[a])) .unwrap() .downcast_into::() .unwrap(); println!( "inverted shape: {:?}, len: {}", inverted.shape(), inverted.len() ); let v = inverted.to_vec().unwrap(); println!("inverted vector size: {:?}", v.len());...

Try to run example [cuda-array-interface.py](https://github.com/dusty-nv/jetson-utils/blob/master/python/examples/cuda-array-interface.py), first it was args issue, then this error.

Hi, I am using tick to set a timer, but it seems that it could be not accurate when high CPU usage, I just checked the source code, it simply...