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'm seeing the following runtime error when calling the format function.
RuntimeError: memory access out of bounds
at 6186a877028fe3c3c16f.wasm:0x11ad25
at 6186a877028fe3c3c16f.wasm:0x1113d4
at passStringToWasm0 (ruff_fmt.js:62:1)
at format (ruff_fmt.js:196:1)
I'm seeing the following runtime error when calling the
format
function.Here is the code I'm running:
The error only occurs if I pass a config option to the
format
function. Without the config object, it works fine.The text was updated successfully, but these errors were encountered: