Sam Stoelinga

Results 223 comments of Sam Stoelinga

It might be this timeout but it's set to 45 seconds: https://github.com/websu-io/websu/blob/5fdfd31684b640f5f224dfec89c78024d290b83e/pkg/api/app.go#L270 It could be that you're running websu in an environment with very poor internet connectivity. I don't recommend...

I guess it should be a configurable timeout in that case. Thanks for reporting this and happy to see someone taking Websu and it being used outside of https://websu.io I...

Thanks for sharing! You will have to start deploying locations across the world and then add the locations using the location API endpoint. You can take a look at the...

Sam here. In my case, the handleChange function won't be called if someone uploads the same file again after an error occurred. I want to be able to reset the...

Yea i noticed the same thing. No idea yet why.. been looking at the related code without much success yet. I see yea we need the webdriver if people still...

Ah I see, so we basically want it as a new feature multiple webdriver instances? I'm probably being stupid, but what are the obvious reasons just wondering. I'm pretty new...

Ok I may give this feature a try if you dont mind. Gives me a reason to learn more about Twisted, Scrapy and Selenium. May take some time though, not...

I am thinking about re-implementing the functions in Python: encode32, bin216, Base32 This way we don't have to rely on PyV8, will update if I succeed.

I've implemented the functions in python, so no need to use PyV8 anymore, I'm still having issues logging in though. Unit tests included.

Thanks for confirming it's working as expected I will try to switch to Java and report back :)