William Stein

Results 451 issues of 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...

A-chat
E-medium
E-unclear
AI

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...

A-compute_server

We just haven't implemented this yet.

I-feature request
A-compute_server

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...

I-bug
A-security
A-compute_server

> "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...

P-low
A-sync
E-unclear

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...

I-bug
A-sync
E-unclear

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...

I-bug
A-chat
A-markdown
E-medium
A-mention
A-slate

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...

E-hard
A-purchases

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, .,...