Vlada Macek
Vlada Macek
`autopep8 -a` outputs `'x' in dor e` from `d.has_key('x')or e` Be aggressive, but still grant some space, please. :-)
Using -restart 1 leaves me with image having large horiz bands of colors and greyscale. Using -restart 100 the result has colors strongly blurred. Compiled on Ubuntu 14.04. Tested also...
Source files without extension started with `#!/usr/bin/env bash` are monochrome. They should be colorful. After changing the shebang to `#!/bin/bash`, the colors turn up right away. Interesting is that after...
First, thank you for this very useful project! If I may, I have a simple context manager ```python @contextmanager def create_op_revision(self, **comment): with reversion.create_revision() as ctx: comment.update(param1='a', param2='b') reversion.set_comment( json.dumps(comment)...
Hi, in **How it works?** chapter there are six rules reiterated: ``` -A DOCKER-USER -j DROP -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -d 192.168.0.0/16 -A DOCKER-USER -j DROP -p...
Hey Pete, I'm about to customize the project for my own purposes, but found out my recent 2 commits could improve the original too.
I have a single-node k3s cluster running on Debian 10, which is a KVM guest. When I start rkubelog from `quay.io/solarwinds/rkubelog:r19rc2`, the `top` shows this: ``` PID PPID USER PR...