You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hit the following error with the latest version:
thread '<unnamed>' panicked at src/undo.rs:26:38:
Error getting timestamp: PyErr { type: <class 'SystemError'>, value: SystemError('<built-in function time_ns> returned a result with an exception set'), traceback: Some(<traceback object at 0x7fd05aaf0980>) }
Would it be possible to make that behavior optional (and not active by default to avoid python calling Rust calling python)?
Description
I hit the following error with the latest version:
Would it be possible to make that behavior optional (and not active by default to avoid python calling Rust calling python)?
Related to #214
Reproduce
Seen there e.g.: https://github.com/datalayer/jupyter-nbmodel-client/actions/runs/13393090927/job/37405238714
Expected behavior
No error
Context
Troubleshoot Output
Command Line Output
Browser Output
The text was updated successfully, but these errors were encountered: