Thomas Schreiber

Results 15 comments of Thomas Schreiber

I came up with a solution in my fork/branch. Now a 'style' can be selected for the paginator, default is 'standard'. It also is relatively easy now for someone to...

Same issue as @epicfilemcnulty, here is a traceback: ``` cryfs /srv/.cry /srv/.fs CryFS Version 0.9.9 Password: Loading config file (this can take some time)...[2019-01-07 10:44:13.764] [Log] [error] SIGSEGV 0 cryfs...

@smessmer Thank you for the tip, that totally worked. When this first happened I was almost certain it was homebrew and had actually uninstalled and reinstalled cry a number of...

I have been using flycheck lately and I've since got the max-line-length working, so I can't say for sure if this problem still exists with flymake-python. I do remember trying...

I'm got a little further with this today, fixing a lot of python3 tox errors (print as function, name and import errors), but we still have a way to go....

For the same reasons as OP, I'm building manually as a workaround to no configurable settings. I'm on a Lenovo thinkpad X1 and `300` is too sensitive. Swipe fwd+back when...

I realized my `PKGBUILD` wasn't building with the local edits to `events.rs` in my clone because I didn't commit the change. I checked again today and `500` seems to be...

I just checked the current Rackspace images, 100-120 listed below, and built one of each with this change. SSH logins continue to work on all, including the RHEL's. [localhost] local:...

Today I found the prettytable's printt() method wasn't working the 0.6 version. Simplest fix was to freeze at 0.5. https://code.google.com/p/prettytable/source/browse/branches/0.6/README#90