William Stein
William Stein
I wish this "sizewatcher" actually made sense, as this makes no sense:
Of related interest, I recently implemented a Jupyter whiteboard for CoCalc: https://doc.cocalc.com/whiteboard.html It's a basic whiteboard and there's a Jupyter button off to the left that you can click on...
Just a little "for what it's worth", I've implemented a few notebooks that *don't* have this problem, e.g., Sage Notebook, Sage worksheets in Cocalc, and CoCalc's Jupyter notebooks... and am...
I'm working on getting the cpython test suite to pass (as part of https://github.com/sagemathinc/python-wasm which uses unionfs), and this revealed another bug in unionfs, which I've also fixed here (and...
I pushed another commit that limits the scope of this change to *only* ENOTDIR errors. Otherwise, the latest change would cause other problems.
And also EEXIST errors, as I found when running the cpython test_gzip.py part of their test suite...
Thanks. I understand, and am fine using my slight fork in the meantime.
I'm having significant problems due to "too many connections" and changefeeds with my production application (https://cloud.sagemath.com). I would thus be willing to test anything along these lines that gets done,...
Hi @derekperkins for what it is worth I care about this library and use it in production for all realtime sync for https://cocalc.com. I maintain a slightly modified dmp.js here...
> I'm curious what edge cases you've run into? They were issues involving the timeout implementation, and I think also some really bad performance in edge cases, e.g., shifting a...