Andrey Aralov

Results 9 issues of Andrey Aralov

Is it thread-save for reading (filling from one thread and then calling `has_keys_with_prefix` from many threads)?

PR related to #21052 ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the...

feature
category: dnn
pr: needs test

Beam uses sqlite-simple as a backend for SQLite database. I have some instances of classes `ToField` and `FromField` for sqlite-simple, which could convert my datatypes to sql field and vice...

question

Thank you for making your work publicly available! I am trying to test your model on a 8xRTX6000 cards, and I'm getting a timeout error: ``` > initializing model parallel...

### Checklist - [x] I did not find a duplicate of this feature request in the Github Issues section. ---------- ### Description The bpstd::basic_string_view uses std::char_traits as a background. This...

Currently, stacktrace on linux does not provide numbers of lines. This is correct default behavior according to [boost documentation](https://www.boost.org/doc/libs/master/doc/html/stacktrace/configuration_and_build.html), which could be modified by a flag: `BOOST_STACKTRACE_USE_BACKTRACE`. However, I have...

I tried to build MeshLib in the provided environment, and it didn't work. ## Steps to reproduce 1. `git clone --recurse-submodules https://github.com/MeshInspector/MeshLib.git` 2. `docker build . -f docker/ubuntu24Dockerfile -t meshlib`...

### Environment **Operating System:** Arch Linux **OpenVDB Version:** 11.0.0-6 ### Describe the bug When we have a translated grid, `resampleToMatch` produces significantly different (worse) result compared to the original grid....

bug