andrejlevkovitch
andrejlevkovitch
At first I want to sorry about english. So this tool (`color_coded`) are greate! But... here is a several problems with it: 1. Speed. Lexical and semantic analizing is slow...
##### System information (version) - OpenCV => `4.1.0` - Operating System / Platform => `debian10` - Compiler => `g++-8.3.0` - Cuda => `cuda-10.1` ##### Detailed description With some matricies (perspective...
For example, i have image with size 100x100 and I want to remove bellow half of the image. So I need crop the image to 100x50 size with top=0, bottom=50,...
Sorry, this is not a "real issue", but I want to share that news, because using one source of code highlighting, completing and syntax/semantic checking is amazing. It is still...
# PR Prelude Thank you for working on YCM! :) **Please complete these steps and check these boxes (by putting an `x` inside the brackets) _before_ filing your PR:** -...
In the repository, for some reason, braces are not using in case when there is just one line after `if` or `else`. This is already a potential problem, because that...
### Describe the bug [Despite the claims in documentation](https://docs.aws.amazon.com/sdkref/latest/guide/feature-compression.html) aws sdk doesn't perform gzip compression under any circumstances ### Expected Behavior So, it is expected that sdk will compress request...
I found out that it is impassible to save non-null-terminated string with `thread:set`. So I fix this problem and think that will be useful for other developers