Vadim Frolov
Vadim Frolov
### First time contributor checklist - [x] I have read [how to contribute](https://github.com/leinardi/mypy-pycharm/blob/release/.github/CONTRIBUTING.md) to this project - [x] I have read [the code of conduct](https://github.com/leinardi/mypy-pycharm/blob/release/.github/CODE_OF_CONDUCT.md) to this project ### Contributor...
### Step 1: Are you in the right place? - [x] I have verified there are no duplicate active or recent bugs, questions, or requests - [x] I have verified...
I am using 7a4e3153d682c33e92740b6e0b24e1dc9e6bc6b6 and trying to spin up simple text classifier. The docker compose works OK, but I can't connect to http://localhost:9090/health. ``` >docker compose up [+] Running 2/0...
Hi! I would like to model a process very similar to what is described `Probabilistic Models of Cognition` under the name of [Tug of War](https://probmods.org/chapters/conditioning.html). There is a game involving...
Parameter examples are not necessary strings. However, the code in [paths.py](https://github.com/Dorthu/openapi3/blob/349b01589342ab0206f91fc053d843fe0828afca/openapi3/paths.py#L84) assumes that they are. Consider this file for validation: ```yaml openapi: 3.0.1 info: title: Example type bug version: v1.0...
#### What's the problem this feature will solve? I saw that if I run `pip-compile -i --resolver=backtracking --verbose requirements.in`, then dependencies are always downloaded from the provided index url. In...
I am using audio2video script with a song, i.e. audio contains music and voice. The produced video doesn't have any lip movement. On the face mesh I can see small...
I see in documentation that Nivo Sunburst supports custom layers via it's `layers` property. However, I do not understand what can be provided as a custom layer. I see that...
Let's see if we can support Windows computers for shutdown/reboot. It seems that on Linux-based systems Samba knows how to talk to Windows, i.e. `net rpc shutdown -I ip.address -U...
- Get rid from the parameter _configPath_ in _initDbPath_ function. Store all parameters in the configuration file, which should be located in the system-scope directory. - Think about new common...