Justin Cinkelj

Results 5 issues of Justin Cinkelj

I believe in docs/index.rst line ``` cl = Client('http://localhost:55672/api', 'guest', 'guest') ``` should be ``` cl = Client('localhost:55672', 'guest', 'guest') ``` While copying example code, I first got: ``` root@2b2e772eeff1:/code#...

I had to apply those small changes to be able to execute ```opam install -j4 -y libmonda-gdb```.

I'm using xen which comes with ubuntu 16.04. ``` root@or-xen-d0:/var/log/xen# xl list Name ID Mem VCPUs State Time(s) Domain-0 0 23962 2 r----- 3004.6 Mini-OS 51 32 1 r----- 2024.6...

Run `keepachangelog`, and got a stacktrace. Stacktrace sounds like 'this is a bug', but I only forgot to add ` show` or ` release`. "Fix" by showing help message about...

It was possible to run `keepachangelog release 2.0.0` multiple times. Each time the CHANGELOG.md was updated with text for yet-another 2.0.0 release. PR prevents this, and error message like "Version...