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
Reading the source code shows that str::lines() uses .split_terminator('\n'). Instead we should just split ourselves with .split('\n'). This is a quick fix I'll do right away
v0.37.1
The text was updated successfully, but these errors were encountered: