Sebastian Kreft

Results 68 issues of Sebastian Kreft

Currently pycast can not even be imported in Python 3.

It would be great if wheels were provided for the [Python package](https://pypi.org/project/dlib), at least the ones for linux (https://github.com/pypa/manylinux), as compilation of the package takes quite a while.

enhancement
help wanted

In the latest version is no longer possible to raise an exception from a Stub. Version 3.0 was working just fine. The problem is that the line checking is the...

Please see the test below. The first test fails with an infinite recursion and the second works just great. ``` import os from unittest import TestCase from ludibrio import Stub,...

As reported by @w4-sjcho: I'd like to use git lint from CI server, where the build agent has no permissions to modify files under home dir. It would be great...

When you change the configuration and the reuslt is cached there's no way other than touching all the file to force a rerun. Several options are possible: - Add a...

enhancement

For CI, it would be great to have a `--commits` options that allows one to specify a comma separated list of commits id to track.

enhancement

Some linters like `pep8` or `rubocop` print the severity with a code or with just a letter. For example `pep8` has `E123` and `W456`, whereas `rubocop` has `C`, `W`, `E`...

enhancement

Sometimes different linters report the same message and hence is reported twice by the tool. One such example is in Java with empty catch block ``` line 36: Avoid empty...

enhancement

Currently the rules for deciding what linters is going to be used only takes into account the extension of the file. This has several problems, one is that some files...

enhancement