Pascal van Kooten

Results 71 issues of Pascal van Kooten

It would be great to know what could be the possible gain of using it (other than being forced to while using aio stuff).

/reminders @kootenpv in 1 minute

https://pypi.python.org/pypi/brightml @Volcyy Do you have an idea how this could be solved?

1) auto class-based groups (only if more than 1 fn in a class) 2) auto module-based groups (only if more than 1 fn in a module) 3) based on decorator...

Determine the right format, probably space separated instead of comma separated though: --some-list 1,2,3,4

Interface: s = "some special text" colorama.replace("special", Fore.RED, s) In this case, it will replace `"special"` with `Fore.RED + "special" + Fore.RESET`.

I inherited from your theme, and now I'm struggling to figure out what's the problem here. Whenever I have a flymake-warnline or errline, marking a region does not show any...

marked region overlay is now visible when marking a flymake err/warn/info line.