Gonzalo Tornaría
Gonzalo Tornaría
I was just bitten by this issue and it was so much pain!!! Check out https://github.com/sagemathinc/cocalc-docker/blob/master/README.md?plain=1#L69 where this is suggested. Maybe the suggestion can be reverted and replaced by a...
The `last_edited` column in the `projects` table seems to be stored in local time without a timezone. The following code in `src/packages/server/projects/control/stop-idle-projects.ts`: ``` query: `SELECT project_id, (EXTRACT(EPOCH FROM NOW() -...
> Now I found a different workaround that seems to be working ok: instead of using `/etc/localtime`, I set the `TZ` environment variable in `/etc/environment`. Then projects seem to pick...
> I've been running cocalc locally a lot on various computers I have (so directly on macOS, etc., with no vm) and I'm obviously hitting timezone issues as a result,...
> Thanks!! What functionality are you using? Have they tried out the new computational whiteboard yet? https://cocalc.com/features/whiteboard Looks awesome! I had not noticed it, but I will tell the students,...
Note that a side effect of 9e65b8bc1427fc99d4bd6f229b60a615eccc7d7e is that running `make install` from the top directory will run `make` without target for GraphBLAS and Mongoose. In particular this will try...
@JohnCremona in the past you had release tarballs as in: - they are bootstrapped (i.e. autotools has been run) - they show up https://github.com/JohnCremona/eclib/releases with a filename `eclib-VERSION.tar.bz2` This is...
When I run `make check` I get ``` ================================================================================ Testing cypari2.pari_instance /usr/lib/python3.10/doctest.py:1350: RuntimeWarning: cypari2 leaked 147988456 bytes on the PARI stack exec(compile(example.source, filename, "single", /usr/lib/python3.10/doctest.py:1350: RuntimeWarning: cypari2 leaked 238449424 bytes...
@ahesford testing here cython 3.0.7 to compile and check sagemath