Na'aman Hirschfeld
Na'aman Hirschfeld
Assigning this to myself
Ok, so for the CLI we need to flush out some requirements before we proceed. I will be closing this issue and create a discussion instead.
Done @sobolevn :)
Sure, but that is a different issue.
@Dr-Emann so what do you say - is there a benefit to using this, or should we close this and stick with pure python?
need to be retested - i think this should be resolved now @sobolevn
I did some trials with cython and mypyc. Mypyc Didn't like async and some other stuff, so it could handle some parts of the codebase and not others. Cython required...
> > I did some trials with cython and mypyc. Mypyc Didn't like async and some other stuff, so it could handle some parts of the codebase and not others....
So, lets start with code. The most updated version is the one in #173, so I will explain the code as it appears there which will also help by and...
@vrslev read up my explanation above, it will clarify the code you were looking at