Chris de Graaf

Results 56 issues of Chris de Graaf

This will probably be really vague and not helpful to debug, bug earlier I was able to get the `Listing` of comment replies from a `Comment` with `the_comment.replies` but now...

bug

Last thing I'll bug you with for a while! I have a comment `child`, and that comment is the only reply to another comment `parent`. ```ruby reply = parent.reload.replies[0] reply.body...

bug
feature request

Stuff like this is really gross: https://github.com/christopher-dG/go-obs-websocket/blob/2efc3605bff52dbb4e4043286352d90e9b3061ac/requests_streaming.go#L246-L256 Implementing something along [these lines](https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis) would be much nicer. Maybe it's also time to look at using `go generate`, since the Python script...

* [ ] Use a `TextBox` for input: [ref](https://docs.python.org/3/library/curses.html#curses.textpad.Textbox) * [ ] Wrap the script in bin in `wrapper`: [ref](https://docs.python.org/3/library/curses.html#curses.wrapper)

enhancement

I'm curious how people are actually arriving at this repo. GitHub tells me that many are coming from the Reddit posts in /r/unixporn and /r/googleplaymusic, please confirm or tell me...

question

I'm personally making the switch from GPM to Spotify, and I'd like to support multiple services. I realize that other projects like ncmpcpp, mopidy, etc. already exist for this, but...

enhancement
v2

Artists like [this](https://play.google.com/music/listen?u=0#/artist/A2tq7pfuv5izwrsinxlwtwvwld4/Imperial+Circus+Dead+Decadence) have no songs or albums listed, which results in a `KeyError`.

bug

I used to be able to do this with `--between-tags` (unintuitively). But now that it's gone, I don' think there is a replacement. It would be really nice to have...

It would be nice if the list elements for `--exclude-labels` etc. were compared case-insensitively. So I could say `--exclude-labels invalid` and issues marked `Invalid` also get picked up and excluded....

feature-request

As a workaround for #724, I hacked a regex for `--exclude-tags-regex` to accept any string except my specific tag: `^(?!v0\.6\.0$)`. This works in that the only section generated is for...