Jason Ghent
Jason Ghent
In Chrome Version 56.0.2924.87 (64-bit) I was only seeing it work when I added this PR's change to the `rel` tag.. `¯\_(ツ)_/¯`
It also looks like the site demo is not using the same version that is on the `master` branch, fwiw.
PR #6 should fix this.
@vista-narvas I just started looking into this last night and saw similar behavior when trying to use a SOCKS proxy. You may note in the code that there are a...
@Tzahi12345 You're right that this can be addressed as a custom arg through the UI. I was looking at it from the perspective of a way to do it with...
I ran into this, too, so I created a shoddy script to that I ran on the whoishiring posts directly to find all postings after X time. Perhaps you'll find...
The `username` and `password` fields aren't being carried into the [modules/plex.py ](https://github.com/Hellowlol/HTPC-Manager/blob/master2/modules/plex.py)file through cherrypy to `htpc.settings`, so when the `ping` method gets called it never triggers the initial plex signin...
In my case, with near certainty this was because I had the manager setup to point to Plex by local subnet IP instead of by loopback address. The local subnet...
`sed -i 's/batch_size=32/batch_size=16/g' hparams.py` The above fixed this for me.
Seconding that this is still an issue. saw this manifest more consistently on linux than macos. ``` ✗ npx concurrently -k 'node -e "process.on(\"SIGTERM\", (...args) => { console.log(\"args\", args); process.exit(0)...