William Stein
William Stein
When you use AI features with cocalc the communication is in the side chat, and there's a hidden "details" html element that often has context, e.g., a few hundreds (or...
It would probably be very helpful to add a popup modal to compute servers that lets you easily see how to use ssh port forwarding to forward a port from...
We just haven't implemented this yet.
The proxy server auth will fail if you don't allow third party cookies for the site you're visiting, which is I think off by default with Google chrome. The goal...
> "Surrogate pairs are strings that contain a supplemental code point (especially emojis) that cause diff indices to be offset. It can either mess up the text or cause DMP...
1. Do some things. 2. Do one more thing then very quickly 3. Hit undo 4. Now hit redo Sometimes the last thing you did before undo isn't available to...
markdown input: @mentions aren't preserved if you switch back and forth between Text/Markdown mode
1. Type somewhere, e.g., markdown cell or chat message and set the mode to "Markdown". 2. Use an @mention 3. Change the mode to "Text" before submitting. The @mention is...
See discussion at https://github.com/sagemathinc/cocalc/issues/7207 Basically throughout all code that touches costs, use: - use the decimal postgresql type: https://www.postgresql.org/docs/current/datatype-numeric.html - use this javascript package: https://www.npmjs.com/package/decimal128 Marking this as difficult, as...
Provide a way to obtain all the documentation in a format that can be used offline on a mobile device such a phone, e.g., ePub or PDF. The "Export as...
### Proposed change The current default validateKey function defined here https://github.com/nats-io/nats.js/blob/main/kv/src/kv.ts#L142 is extremely restrictive, being far more restrictive than NATS itself, which allows `Any Unicode character except null, space, .,...