Psilon
Psilon
So far so good. P.S. Hint of the day: if you aren't ready yet start PR name with [`WIP: `](https://docs.gitlab.com/ee/user/project/merge_requests/work_in_progress_merge_requests.html) 🙂
just write them. I'm not sure, there is not special advices here. [Setup-act-assert](http://wiki.c2.com/?ArrangeActAssert), classic loop
Looks great. I can't look at it right now, but I gonna come back later. P.S. Check for formatting, because some of changes are just format ones, and CI server...
Just keep pushing commits as they go. There is no shame having ~30-40 commits with no sane message since they anyway will go away. Example from my private repo ...
Look at output: ``` Running `C:\projects\cv-rs\target\debug\deps\test_video_analysis-3a0f73e01162fd28.exe` running 6 tests test knn_tests::test_create_background_subtractor_knn_apply ... ok test knn_tests::test_create_background_subtractor_knn_default ... ok test mog2_tests::test_create_background_subtractor_mog2_apply ... ok error: test failed, to rerun pass '--test test_video_analysis' Command...
Firstly you should figure out what's wrong on Windows. It's like 99% chance that you're doing something wrong: e.g. if you do `Command::new("curl")` to make an HTTP request it will...
I wouldn't be able to run it on windows till next week. You probably could check it on windows VM. In worst case we have to configure it out via...
Hi @blucia0a Do you have some vision of how it could be implemented? I'm affraid it leads to a big fragmentation, "mac edition"/"windows edition"/"fedora edition"/... If you have some clear...
Extract sys crate is a long needed feature, but project is in somewhat stalled state. Original author doesn't commit for a year, I guess, and I got dissapointed by manually...
Ideally there should be 3 crates: 1. sys-crate with wrappers 2. rust crate with ideomatic wrappers 3. crate with instruction how to properly build opencv (current .ci/.windows folders content). But...