Will Stott

Results 112 comments of Will Stott

Perhaps if this package looks for and globalises the separate npm packages and avoids downloading specifically those. Then a meta-package which depends on this and the data packages could be...

Despite a fix being merged there's been no release yet :( It would be great if we could cut a 2.0.3 release

Looks like this is due to using pyyaml to load json... ``` >>> json.loads("-1e-10") -1e-10 >>> yaml.safe_load("-1e-10") '-1e-10' ``` Here is the bug report in PyYAML: https://github.com/yaml/pyyaml/issues/173

You have to use `window.location` to make `standard` happy.

Obviously I had to guess what `secret-download`, `secret-upload` and (the untested) `nginx.conf` might look like. But I added the `Caddyfile` I was using for testing for good measure.

I've had some success with automated testing here: https://github.com/willstott101/django-sublime-syntax Would it be helpful if I open a PR which includes tests? - A huge improvement to maintainability IMO EDIT: I...

Yeah room name would match the vocab in the server, so let's go with that. I have some hesitations to making the internet room automatically created (implied by permanently visible?)...

Looks good to me, I'm a little hesitant about preventing being in multiple rooms at once, but possibly just cause of the way cookies are used atm (preventing multi-tab usage...

I'm not sure there is any complexity to supporting multiple tabs (I mean native browser tabs), afaict the only change necessary is to remove the cookie with the uuid, instead...

@najtin I appreciate your concern about sitting in loads of rooms, and I'm sure it'd be worth investing a bit more thought than we have RE security. I propose a...