Vizonex
Vizonex
> * Create bindings for using a C library that allows to evaluate isolated javascript code. I do not know any library like this. Did you try [duktape](https://github.com/svaarala/duktape)? It allows...
@NotoriousRebel I would love to do that with `uvloop` but the problem is that it would be really hard to compile as well as figure it out. There were a...
@ystekno Unfortunately uvloop doesn't support Windows because of how Unix heavy the code is including epolls and forking (Things in which windows cannot do). But here's the good news. I'm...
I forgot to give a link to the repository so here's one. https://github.com/Vizonex/Winloop I'll be soon uploading the parts of uvloop that I'm modifying I'll be sure that I go...
@ystekno good news I made the pypi package for you and anyone else having these OS compatibility issues. To anyone from Magicstack or any uvloop contributors, if you have any...
@ystekno I also just got all wheels uploaded so that anyone can install the alternative without having to download all those MSVC stuff that eats up gigabytes of storage. ```...
@ystekno I think you can close this issue if you want to now...
Not sure what else I need to add, except for better translations for Pyrex types to python types and a brand new test suite.
I got the `PyiWriter` to finally work with the rest of the transforms by adding in a function that was missing from the transform. Turns out that `visit_StatListNode` was missing...
> We should just run black selectively on all newly added files, as part of the code checks. It has a mode that fails on necessary format changes. Sounds like...