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
But as soon as I send something to the repl, an error occurs. It seems the bracketed_paste_python function calls the contains function in iron.fts.common treating the command as a table, and not a function. It would be nice to handle that case too, with something like this:
iftype(cmd) =="function" thencmd=cmd(meta) -- idk where to find meta thoughend
Thanks in advance !
The text was updated successfully, but these errors were encountered:
I have the same issue, but this time it is because my command is a string. It is not an error, I use the feature of iron that spawns a bash process when the command argument is a string and not a table with an executable and arguments.
The is_ipython check is now only used on Windows. Does this help things? I dont have much desire to make things less ugly on Windows as most people use linux or mac.
Hello. I am using the following config for Python :
But as soon as I send something to the repl, an error occurs. It seems the bracketed_paste_python function calls the contains function in iron.fts.common treating the command as a table, and not a function. It would be nice to handle that case too, with something like this:
Thanks in advance !
The text was updated successfully, but these errors were encountered: