Ryan McGuire
Ryan McGuire
For the time being, I can still develop on Linux, and cross-compile to a windows .dll and load that in [Carla](https://github.com/falkTX/Carla) which uses wine to run windows binary in a...
I had the same problem, but I found it is fixed in this fork: https://github.com/smoketurner/dropwizard-swagger. It doesn't actually show the description, but at least it doesn't show the wrong value.
try: TONIGHT HELL FREEZES OVER ... except: IT'S NOT A TUMOR ... finally: CROM, GRANT ME REVENGE!
Thanks for your work on this, but is there any functionality here that is not contained in #8 ?
I wanted the artists to sort alphabetically, case insensitively, when listing the directory. However, I would be fine if you wanted to add a new config option that named them...
Code looks good, but it's not working for me. When I list the playlists directory I just get: ``` ls: reading directory .: Input/output error ``` I'll see if I...
you should use the docker-compose.instance.yaml template to conditionally add the env vars depending on whether PODFETCH_BASIC_AUTH is set to `true` or not, that way you only add them when its...
https://github.com/SamTV12345/PodFetch/blob/d9c52def75fb3566f1cf12127d929a9befb09fe4/src/auth_middleware.rs#L77 ``` return if var(BASIC_AUTH).is_ok() { ``` `is_ok()` here is not checking if the value is `true`, but rather its just checking for its existance, therefore even if the value...
I updated this to use the new auth config I had to disable the gpodder api feature, because it apparently has a hard requirement of handling the auth itself. So...
Check ~/.cache/gmusicapi/log/gmusicapi.log for further errors. Or, you can tack on a -f so that gmusicfs doesn't go into the background.