William Stein

Results 812 comments of William Stein

Exactly the same problem happens with Safari. So, with current OS X, cocalc-docker on one's own laptop with a self-signed cert is completely unusable. Obviously, fixing this is a high...

I've created a new cocalc-personal image and mode to run Cocalc in Docker on localhost (on your own laptop for single user use only) that completely solves these problems. It...

On a purely technical level, I don't understand how it is even possible to do something like this in complete generality: ``` https://example.com/cocalc https://localhost:8443 ``` The problem is that code...

Are you manually installing this for your deployment right now?

> Is it possible to put inital custom data in a newly created project in CoCalc-Docker? This is not implemented. However, with a little care I could just add the...

This is really unlikely to be supported in anything but a very blatantly insecure mode because authentication uses a cookie, and cookies can't be set over port 80. But I'm...

This should actually be solved by using unix domain sockets.

Another question: if instead of using a terminal, you edit a file in cocalc (i.e., via codemirror or jupyter), what happens?