William Stein
William Stein
With a46ab15c0a5d3ecdd4870e2c8675fd24a9b4d0fe I just got this down to almost the only remaining coffeescript is the backend database code, which is used almost only for user_query functionality (since almost all other...
I just worked on this for a bit, and realized there is a major detail, which is that you can't "regenerate response" if you don't have the full code. Best...
I did some work on this, but it isn't worth the effort right now: https://github.com/sagemathinc/cocalc/pull/7893 There's a lot of things to worry about that are subtle. E.g, sending the whole...
This isn't a bug but a performance issue. We don't seem to have a tag for performance?
Related to this -- I tried using AI to draw a plot just now in a notebook, and the code looked OK, but the result sucked... but there is no...
> It's just a normal antd.Button of small size and type="primary", though... It has `color:"white"` set in style:
Highlighting buttons by explicitly setting style to white is not semantically meaningful and also not using ANTD's abstractions. Use an antd radio group instead: https://ant.design/components/radio
Better fix -- just get rid of the toggle entirely! That fixes this really massive confusing UI bug that has impacted several of us... and makes things much simpler (two...
Quick question: who is allowed to do this?
Thanks for the update -- that's excellent news and my respect for LF and CNCF has increased greatly.