Luke
Luke
Ran into a number of odd errors when accidentally passing None into owl functions. Turns out cython just tries to accept them and they turn into invalid memory causing segfaults....
Hello again, I think I found a race condition in importing of owl. I have a fairly simple test program that crashes maybe 1 in 3 times. ``` import owl...
A frequent use case I have when using blocks involves creating some graph of bricks, (most of which recursive), and needing to fine tune only a few of the children...