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
There are a bunch of ValueErrors in the logs from the _render_myst_role_with_text_edit function due to it trying to create a Position instance with a negative line or character value.
Thankfully error handling elsewhere in the server prevents this from being a major issue
Actual behavior
ValueErrors should not be raised
Log output
No response
(Optional) Settings from conf.py
No response
The text was updated successfully, but these errors were encountered:
Expected behavior
When typing something like
There are a bunch of
ValueErrors
in the logs from the_render_myst_role_with_text_edit
function due to it trying to create aPosition
instance with a negative line or character value.Thankfully error handling elsewhere in the server prevents this from being a major issue
Actual behavior
ValueErrors
should not be raisedLog output
No response
(Optional) Settings from conf.py
No response
The text was updated successfully, but these errors were encountered: