xyny
xyny
``` // SavedComments fetches comments saved by given username using OAuth. func (o *OAuthSession) SavedComments(user string, params ListingOptions) ([]*Comment, error) { var s interface{} url := fmt.Sprintf("https://oauth.reddit.com/user/%s/saved", user) err :=...
I've tried with both the latest releases and a new build using the commands in Readme.md. Anything in #64 didn't help. Here's the command I'm running: `[path-to-mcmap-executable] -from -2006464 -1995968...
Nice project, I'm wondering if it could be possible to implement listening to followed artists new albums and wishlisted albums. I have the opportunity to buy new albums for my...
I am using a custom icon set, so it would be nice to allow changing the default contact icon to a sufficient file on the phone from settings under user...
The repository currently has no LICENSE file making it's legal reusability hasty. I suggest MIT, that's what the Astro project and thus the template this one is based on uses.
I had some issues with the container and wanted to contrib the fixes back upstream. This has been tested to work on Fedora 39 and in GitHub Actions. Publishing an...
**Describe the bug** I just installed the Flatpak version of the application due to my interest in the subsonic-compatible streaming support. After skipping all other setup to go and install...
I'm not on the computer right now, so can't give a detailed account. I'll put down some thoughts, though. I understand how `template` and `build` are separate commands, even though...
(this issue is filed under CLI, because this is the only place changes would have to be made to implement changes to the recipe format) _I had an epiphany._ But...
The README should include documentation on things such as how the project is structured, which files contain important bits, and how to get started with local development. Additionally, as this...