William Stein
William Stein
See on the right the "Edit" button. Fortunately, you can't actually edit.
I think I witnessed the following: 1. I'm typing an inline (not at the bottom) reply to a message thread. 2. Somebody else is also typing a reply. 3. The...
1. Enable compact design 2. The files tabs have the icon partly cut off.
Right now if you want to link to a specific chat message in cocalc you do this: 1. click on the paperclick icon 2. notice (?) that the URL in...
Make it so you can easily mount any one project (you collab on)'s home directory read/write accessible from any other project you collab on, dynamically (without any restarts needed). This...
> "I went to the CoCalc support page (https://cocalc.com/support/new), and clicked on "Task". The link to "many Python environments" was broken for me." The right link is https://cocalc.com/software
just a simple feature request. Probably a 2-line fix.
> "I'm also having problems compiling .Rnw documents. I have to hit Go and Build two or more times to get the document compiled. I hit Go and Build the...
This one liner will update a compute server compute container to the latest cocalc code: ```sh mkdir /tmp/x && time npx -y @cocalc/compute-server@latest /tmp/x && time sudo rsync -axH /tmp/x/...