lew

Results 22 comments of lew

@Kingsman44 do you have a link to the beta branch? I can't see anything other than `master` listed on this repo. Otherwise, @Lesiuk, if you can send over that .zip...

@jcastro I've just submitted PR #1572 to add this - you can build it from my fork if you don't want to wait until it's merged :)

I definitely agree, the fallback should only be used as a mirror to pull from, other requests should still use the main server. Let me make some changes to only...

Well that broke my commit :/ Set fallbackServer to false on the POST /api/skipSegments endpoint I'll have a think about implementing some kind of notification/status of which server's being used,...

May have accidentally reverted to the commit before and force pushed :/ Readded these, squashed commits. > Instead of "Segments found on this video" say "Segments found on this video...

Just finishing up implementing this, but noticed some strange behaviour - not sure if anyone more familiar may be able to shed some insight? The fallback switch works fine when...

Hi @moreati! I'm working on using mitogen in our existing Ansible plays, and was expecting to have to work on some logic in our orchestration tool to set the strategy...

I'd recommend opening the HTML locally, as opposed to serving this from a browser extension. There's nothing that needs to be done server side, so just point your browser to...

Are you using `docker run` or `docker-compose` for this? Windows firewall would be my first guess, but if you're getting the nginx page served from the container, it should be...

Hey! While this isn't implemented here, I added this to my fork ([bento-next](https://github.com/lewisdoesstuff/bento-next)) recently