Greg Shuflin

Results 14 issues of Greg Shuflin

This is a problem I've noticed both when I have systemd run cherrymusic as a service, and when I just load cherrymusicd up in a console and hit Ctrl-C -...

When running cherrymusic on localhost on an unprivileged port and using nginx's proxy_pass functionality to expose it to the outside world, all requests look like they are coming from localhost....

The official docker image on https://hub.docker.com/layers/monica/library/monica/latest/images/sha256-32b98eda3eddb7a776fedeef7e6ea82c3c525104a8e837ee1b3f4b8f30f41d7a?context=explore is 15 days old, and so is missing some of the latest commits, including some bugfixes I'd like to get.

Having a VFS abstraction will make code dealing with interpreting files on disk more straightforward, and specifically will make https://github.com/agora-org/agora/pull/251 easier.

If I have a chain of `then` parsers, e.g.: ``` parse_int() .then_ignore(parse_whitespace()) .then(parse_char()) .then_ignore(parse_whitespace() .then(parse_float().then(parse_float())) ``` The output type of this parser will be a nested sequence of 2-tuples, i.e....

I wrote a [simple nix package](https://gitea.everydayimshuflin.com/greg/ord-nix-package/src/branch/master/default.nix) that builds and installs `ord`, so I could install it on a NixOS machine I have. I can manually import this package and confirm...

Print a message saying that Ord has responded to a Ctrl-C event and will shut down immeidately with 5 Ctrl-C's.

When running wallet operations (e.g. `wallet balance`) with INFO level logging turned on, I've seen logs that I think are showing that `ord` is trying to fetch a block height...