Sabyrzhan Tasbolatov
Sabyrzhan Tasbolatov
It will be cool if when the user focuses on the input, the entire list drops down. Then user can search thru it typing already known word, otherwise, user is...
## Checklist for submitting a pull request to `Movies For Hackers`: - [x] I have carefully **read and comply** with the [Contributing Guidelines](https://github.com/k4m4/movies-for-hackers/blob/master/contributing.md) of this repo. - [x] I have...
Please add the basic YAML templates for Deployment, Service, Secrets, PersistentVolume objects in Kubernetes (>= 1.8.2) for Gerrit. Also Gerrit + Jenkins + SonarQube integration in k8s will be brilliant....
What I did: ``` mkdir build && cd build cmake -DLINUX=ON -DOpenCV_DIR=/home/user/opencv-master/build .. ``` I've copied *.so files from `incubator-mxnet/build/` which I've built from master branch source to `mxnet-insightface-cpp/lib`. Now...
**Is your feature request related to a problem? Please describe.** Replace clang, llvm apt packages in [syzbot Dockerfile](https://github.com/google/syzkaller/blob/master/tools/docker/syzbot/Dockerfile) with the stable kernel version. **Describe the solution you'd like** We could've...