Nelson Elhage

Results 67 comments of Nelson Elhage

For anyone else who encounters this issue or this ticket in the future: We've worked around by switching to [`jupyter nbclassic`](https://nbclassic.readthedocs.io/en/latest/) which uses the newer `jupyter-server` server, which uses a...

fwiw, while debugging a similar issue in our environment, I discovered you can tune the busy-loop behavior using `OPENBLAS_THREAD_TIMEOUT`. If I modify your script to loop for 50 iterations, I...

`OPENBLAS_THREAD_TIMEOUT ` is the log2 of the number of `rdtsc` cycles to spin, and is clamped to be in `[4, 30]`: https://github.com/OpenMathLib/OpenBLAS/blob/8afddc1a819f81cce2982bd51ddb7d2403929648/driver/others/blas_server.c#L572-L577

Is anyone able to review this and #368 ? These are fixing a pretty bad data-loss bug with this plugin…

Fair enough! Filed here: https://github.com/googleapis/python-storage/issues/1459

The remaining test failures don't seem related to my change. Possibly bitrot from [an upstream change this week](https://github.com/emacs-mirror/emacs/commit/1fc4bb1fead205e425f69fa803a71f4e446d48a8). ``` In lsp-on-change: lsp-mode.el:4896:18: Error: ‘revert-buffer-in-progress-p’ is an obsolete variable (as of...

Yep, test failures are due to upstream, attempting a fix in #4859.