Victor Franzi
Victor Franzi
Hi, still having a black screen even with w$7/without virtual desktop, w$7/with, wXP/without and wXP/with, any idea ?
Yep, if I were you, I would add `id` or `instance` or even `title` with a regex matching O:)
Hey @jonashaag, could you please consider merging this PR or giving your opnion on it? Many thanks!
Hey again, thank you for your time. I believe all is working this time!
> move the new setting to very end I could move it at the very end but the `Klaus` constructor takes `ctags_policy` as a keyword argument while it takes the...
The added option won't change this behavior. You can't pass an invalid Git repository to `klaus`. This option is useful when you pass a folder containing directories, then the invalid...
Using the standalone application (`python bin/klaus`) won't load an invalid repository and end with an error (`klaus: error: argument DIR: : Not a Git repository`). By wrapping Klaus within `uwsgi`,...
I just investigated and found what causes that. When running the standalone Klaus, the argument parser tries to match the passed directories with the `git_repository` function (`./bin/klaus`). An invalid repository...
This commit disables the type check. The command line flag doesn't make a difference with this previous type check as the repositories couldn't go "through" the type checker. Now it...
I don't think we can change behavior only when the option is given, that's all or nothing as the type check is done by the argument parser. If we really...