Vadim Frolov

Results 22 comments of Vadim Frolov

Hi! 7a4e315 is the latest one. I just used an older one for comparison.

There are unfortunately no logs. I see `logs` folder. Sometimes when I enter it, I see files popping up with name like `uwsgi-2123a`. However, the files appear and then they...

I think I found a way of providing the data that is more similar to PyMC: ``` var model = function() { var strength = mem(function (person) {return gaussian(0, 1)})...

Thanks for looking at it. I will double check that it works and will try to also do it under Linux (I mainly use Windows).

@intgr , I got some time to look into it. The problem is *in Linux* system. Kind of. ;) I was able to reproduce the problem from a terminal: 1....

I dug into the code. Looks like the initial issue is in the way how availability is checked, see [here](https://github.com/leinardi/mypy-pycharm/blob/26299d03651b45f8721ea36b8d538be7a020b501/src/main/java/com/leinardi/pycharm/mypy/mpapi/MypyRunner.java#L167). When files are being added for scanning that function is...

I am observing another issue, which I am unsure if it is related or not. I now managed to run mypy, I see in the code that it returns 14...

I looked a bit more into this. One observation: if I run the same `requirements.in` file with and without an index, then pip-tools itself never picks up any cache and...

I am not an author of this library. However, I would share my thoughts. This library is to fine-tune models (i.e. train models), which can then later used to obtain...