Adam Morris
Adam Morris
I'm seeing the same issue. Any formula with array literal doesn't parse.
So I guess that means no hope for 2.5?
I am using this tool to maintain a potentially large code base as well, and I have to agree with c-j-s. The stack we are using is quite unique. In...
+1 for reverse method
I'm willing to start working on the reverse method. Is there a plan of attack that I should consider?
I wrote a magic handler that worked for a while. Then I made some changes to my kernel and not it suddenly does not. How do I go about debugging...
I have determined that when I have my developer environment installed (with `-e` flag in the requirements file) the magic works. However, when I've installed the kernel with `setup install`...
Are you supposed to use special retval variable? ``` %%python -e ... retval = display(plan()) ``` Or something to that effect?
Also seeing this. If this isn't going to be fixed is there an alternative?
If I am worried about executing a block of code that might fail, I use a context manager for that. https://github.com/classroomtechtools/ContextManager