Angus Dippenaar
Angus Dippenaar
Thank you for contributing to sewer. Every contribution to sewer is important to us. You may not know it, but you have just contributed to making the world a more...
Added support for TLS. Added `--tls` flag which copies the way `redis-cli` works. Also added a flag to place the index file in a specified filename. I needed this because...
I found the lag metric increasing over night when there are no commits in the database. Setting the lag to `0` when the `pg_last_wal_receive_lsn` and `pg_last_wal_replay_lsn` values are equal seems...
### Version 1.15.0 ### What happened? In the playground example I supplied, you can see that I have used both `sqlc.arg` and `sqlc.narg` when casting to `TEXT[]`, but the generated...
### What happened? The arrow should be rendered in the PNG export. ### How can we reproduce the bug? 1. Draw a rectangle 2. Draw a frame around it 3....
Hi, I would like to add your linter to my project. I had my own nix configuration defined, and I thought, why not upstream it. So this is adding the...
Cleaned up some commented out code, and ran golangci-lint, and fixed the errors. I also thought that `generate` function had a bit too many parameters, so I made a struct...
Hi. I like the project. I'm wondering if you have considered or would like to have a contribution where the enum definitions are in a config file instead of in...
I'm not sure if this is a bug with soundio or my setup, but on Ubuntu 16.10, I always get this output to the terminal: ALSA lib pcm_dsnoop.c:556:(snd_pcm_dsnoop_open) The dsnoop...
Closes #248 As pointed out in the issue, and from my understanding, the password is not used for any purpose other than during `wallet init`, and `wallet restore`, so giving...