Dean Sheather

Results 88 comments of Dean Sheather

If a website hijacked clicks and made them open a malicious Sail repo in the background this would be dangerous. For example, I could make a Sail repository `deansheather/project` mount...

For security, the subdomain idea would require the site to be accessed in a new browser tab or window, which means that the parent page can't put it in a...

@roberthmiller The security issue is being able to embed the console in the current page and being able to control sail programmatically. Moving `sail-console` to a query parameter doesn't make...

I'm working on pushing images now. I've run into a lot of problems, especially with the gcc and llvm images. Once they all build and push I will commit my...

Maybe a flag for `sail run` like `--no-rebuild` to prevent rebuilding would be more approapriate.

Sorry about the lack of documentation regarding hats. You can check the [hat-examples](https://github.com/cdr/sail/tree/master/hat-examples) directory in this repository for a couple of simple hats you could use. Then to install a...

Wanted to make a PR for this, but it seems that if you change the key binding to Ctrl+Alt+R (via `sail.js`) it doesn't work in Firefox (works in Chromium, however)....

Docker's running in Windows right? If that's the case, sail is passing Docker Windows a unix style path instead of a Windows style path for binding your VSCode configuration folder...

Looks like getting sail to work in WSL will require a few workarounds. I don't have Windows or WSL myself to test any of these, but from what I can...