Results 12 issues of max

Hello, Thanks for contributing this code on github! Have you considered licensing this code in some way? Currently it is unclear how the code can be used, modified, distributed, etc....

fresh install install using the suggested `oh-my-zsh` plugin dir and after adding commands to `~/.zshrc`: ``` Error: incomplete SQL: PRAGMA user_version = 2 error in History database /home/max/.histdb/zsh-history.db is using...

currently myself and I suspect many others are installing this via `master` - could a release get tagged and pushed up for more reproducibility?

passing around `io.Reader`s is broadly supported in the golang ecosystem, but this API only supports `[]byte` as input. have you considered adding support for taking in `io.Reader`s in the API?

It'd be nice to mavenify this project. Looks like the checked in jerboa jar's source code has some modifications from [this project](https://github.com/vandurme/jerboa)'s API. Would you mind posting the source you...

hi there! according to [the docs](https://gpoddernet.readthedocs.io/en/latest/api/reference/subscriptions.html#get-subscriptions-of-device), the method to get subscriptions by device should be updated in the openAPI summary - right now it is confusing, because the summary indicates...

hi there! first, love the project and hope that the maintenance issues can get resolved; it'd be awesome to keep this going. i was looking at the OpenAPI spec and...

Highlights: - README updated with latest instructions - Default to analytics.properties if none found - Fixed property loading/wildcarding a bit - was causing some issues - Fixed lots of formatting...

how would i go about building python3 with the pip module enabled, like it is by default [on the distributed versions](https://pip.pypa.io/en/stable/installing/)? should this be the default?