William Stein
William Stein
This issue was suggested by this clear report from security researcher Shahzaib Chauhan: ``` Hello team, Hope you are fine. I am a security researcher and have found some bugs/vulnerabilities...
See https://github.com/sagemathinc/cocalc-docker/issues/163
Notice that python works but py doesn't: Input to copy/paste: ````md ```python def hi(): print("hi") ``` ```py def hi(): print("hi") ``` ````
Just make the change even if you don't click ok; optimally get rid of the ok button. This is probably possible with antd, since it tends to be so flexible...
See https://github.com/jupyterlab/jupyterlab/issues/6881 and https://codemirror.net/5/demo/indentwrap.html There is a hack to do this with codemirror 5, and it would match the behavior the same as VS Code (i.e., monaco). It's using extra...
The readdirSync and readdir functions both have a bug when there's 2 filesystems with this.fss[1] having the directory but it is empty and this.fss[0] not having the directory. In that...
Hi Gpt4free devs, - cocalc is my website - i have disabled *all* non-authenticated access, so gpt4free will no longer work with cocalc. - it's better to remove it so...
## Current Behavior Creating a snapshot results in "500 (Internal Server Error)". The longer error message below shows that one path is just wrong in an obvious way, so this...
weak memcmp symbol from compiler_rt is not overridden when building Python 3.11.0 on Linux and MacOS
### Zig Version 0.10.0-dev.4562+b3cd38ea4 ### Steps to Reproduce Building Python from source worked well using the dev versions of zig until a few days ago. This bug is very easy...
During the last demo Blaec was doing, I told him "open the Jupyter notebook I just opened in your project". He immediately looked in the Active flyout panel, thinking that...