Maxim Samsonov

Results 29 comments of Maxim Samsonov

I believe that waitKey does not work because the application that runs within container does not have an X terminal attached. This sample shows how to make it work: https://github.com/maxirmx/docker-python3-opencv

The only idea that I have is to rewrite one test from python to C++ and see the impact. It can be an order (10x) but it is a suggestion...

@ronaldtse I believe some clarification is required 1. Native or mingw or two installers ? 2. Installer normally have some prelude. At least a screen saying "Hello, thank you for...

@ronaldtse I would do native, if it was my choice. However, I know that I adhere to extreme position that is not shared by everyone.

@antonsviridenko Thank you I am asking about text/design of welcome screen and license itself. I do not think that NSIS already has these texts for RNP

ref https://github.com/rnpgp/rnp/issues/1402

@CAMOBAP Looks good for me though I have a note. You now have both ``` USE_STATIC_DEPENDENCIES: yes ``` and ``` triplet: [x64-linux, x64-linux-dynamic] ``` and it looks like some logical...

> @maxirmx thanks for the feedback. I also was surprised that `USE_STATIC_DEPENDENCIES` affects non-cacheable dependencies. > > https://github.com/rnpgp/rnp/blob/master/ci/lib/install_functions.inc.sh#L276-L280 > > In my opinion `USE_STATIC_DEPENDENCIES` should not affect non-cacheable dependencies, how...

I think it will take 2-3 days to add the workflow. This does not count for possible compatibility issues