Martin Thoma

Results 275 issues of Martin Thoma

I receive a `FileNotFoundError: [Errno 2] No such file or directory: 'myproject/_version.py'`, because I have this structure: ``` git root ├── .pre-commit-config.yaml ├── README.md └── web ├── myproject │   ├──...

pre-commit

Take a look at this SO question: http://stackoverflow.com/q/28418962/562769 The reference image (take with JavaScript, but the same webcam and lighting situation) is much brighter and more details are visible. Why...

It would be amazing if you could create documentation / a YouTube video / a podcast where you explain on a high level how it works. I know and understand...

When I execute the tool, I get ImportError: No module named 'ConfigParser' The reason is likely that w3af is using Python 2. Are there plans to update to Python 3?

# Bug report I've updated `django-stubs-ext` from 0.4.0 to 0.5.0 and got a lof of error messages from mypy. Before, mypy didn't complain There might actually be nothing wrong with...

bug
mypy-plugin
3rd party

Why doesn't pompem have a package on PyPI? Do you want help with packaging?

## Error message ``` Create movies which are rated... Create users which did rate... Create ratings... Traceback (most recent call last): File "example.py", line 25, in model.fit(item_user_data) File "/home/moose/GitHub/algorithms/ML/movielens-20m/ml-20m/venv-one/lib/python3.6/site-packages/implicit/als.py", line...

When I use django-money==3.0.0 and django-stubs==1.12.0 and django-stubs-ext==0.5.0, mypy complains: > Could not resolve manager type for "core.models.FooModel.objects" [django-manager-missing] According to https://github.com/typeddjango/django-stubs/issues/1023 . A user mentioned that django-money should export...

Mutation testing applies common mistakes to the codebase and checks if the tests capture them. Those changes are called "mutations" (or mutants). Killing a mutant means to add a test...

nf-testing
is-maintenance