William Stein
William Stein
This was just discussed in the JupyterLab call for a moment during triage. For what it is worth, I changed how I deal with iframes and windowing in CoCalc to...
The problem is that users who sign up via SSO do NOT have any tags selected, hence they do not get their initial project. Only accounts with at least one...
When a user signs up via SSO, anything they set via the tags is totally ignored. The SSO buttons are just links and they know nothing about tags. Creating a...
What I did definitely doesn't work.
With a fresh set of eyes, here's a list of concrete actions that could be taken to improve the auth callout documentation: - It would be **helpful** if https://natsbyexample.com/examples/auth/callout/cli were...
> I believe that all callout services should be written in Go. FWIW, I just wrote one in Typescript. It was surely more difficult due to lack of docs, but...
(CAVEAT: I greatly appreciate you thinking about the constraints of my application for free, and do not expect anything at all in response! I'm just filling in some details below,...
Nice find. This is exactly the sort of mistake Harald was worried about...
The code in src/packages/frontend/i18n/extracted.json looks like this: ```js ... "jupyter.llm.dell-tool.actions.bugfix.label": { "defaultMessage": "Explain" }, "jupyter.llm.dell-tool.actions.document.descr": { "defaultMessage": "Add documentation" }, "jupyter.llm.dell-tool.actions.document.label": { "defaultMessage": "Document" }, "jupyter.llm.dell-tool.actions.explain.descr": { "defaultMessage": "Gain some...
> . If it works and uses less RAM than webpack It seems to just sit there at 2.5 GB in dev mode, instead of blowing up to 40 GB+...