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
This is more of a DevX feedback: I noticed that when I arbitrarily select a few lines within a Python function to run just those lines, I hit
Type: <class 'IndentationError'>
Value: unexpected indent (<string>, line 1)
type of errors. While that’s technically correct, PyCharm and other IDEs got really good at doing the smart thing in such cases, and handle it automatically.
Not sure if that’s an easy fix but could help improve the DevX of your DH UI editor.
The text was updated successfully, but these errors were encountered:
This is more of a DevX feedback: I noticed that when I arbitrarily select a few lines within a Python function to run just those lines, I hit
type of errors. While that’s technically correct, PyCharm and other IDEs got really good at doing the smart thing in such cases, and handle it automatically.
Not sure if that’s an easy fix but could help improve the DevX of your DH UI editor.
The text was updated successfully, but these errors were encountered: