David Baucum
David Baucum
So at first I assumed the problem was my Nginx config. After doing a lot of reading I don't think that is the case any more. Here is a good...
I updated my Nginx config to be similar to what you provided here is my new config ```nginx server { listen 80; server_name podcast.xx.x; proxy_redirect off; proxy_set_header X-Real-IP $remote_addr; proxy_set_header...
This is a blocker for my ability to connect pagespeed to our redis backend. Hopefully this will get some traction soon-ish.
I'd like to add, images in both questions and answers would be preferable. This may be resolved automatically by implementing #489.
This is a duplicate of #9 .
This looks to be based on a change in how TypeScript works since this was written. As the error indicates, the method named `invoke` on class Collection in `src/declarations/backbone/backbone.d.ts` on...
Both sync and backup are my goal. I'm currently using Run Keeper and have years of workout data stored with them. I'd like to self-host my workout data with a...
One thing that this would be helpful for is phone transfers. It is a lot more efficient to do a single export, transfer the single file, and then import that...
Any chance on getting this merged in?
I guess @jakob-northvolt would have to resolve the conflicts first.