William Stein
William Stein
1. Open a code editor and split the frame in 2 2. In the left frame, open the AI dialog and type something 3. Click on some text in the...
If you look in src/packages/server/api/manage.ts then you'll see the function legacyManageApiKey. This is for an account-level api key system that was really old, and not using "best practices" for api...
Add one more "Support" dropdown with links to all the zendesk tickets for the users
If a user's compute clock is off and they send a message in chat, the message itself is timestamped incorrectly. This breaks, e.g., marking the chat as read, and generally...
This is fallout from the nextjs 14.x upgrade. 1. Start up your dev server 2. Visit .../app directly 3. The websocket won't work. WORKAROUND: Visit the top level nextjs site...
1. Create a file a.sh as a not executable file 2. Edit it for a bit and sync it to a compute server 3. Read a.sh on the compute server...
The example here https://doc.cocalc.com/howto/webserver.html#example-code of a python webserver is a bit complicated, involving creating a file and copy/pasting some weird old code (that's probably broken). You an accomplish much the...
See https://github.com/sagemathinc/cocalc/issues/6816 They are not enabled on cocalc.com and won't ever be.
Moved from https://github.com/sagemathinc/smc/issues/97 > Please help me to understand why the following example doesn't work: > https://github.com/sagemath/cloud-examples/blob/master/webservice/main.py Wow, that's broken in many ways, due to it being written years ago...