Greg Werbin
Greg Werbin
I just forgot about it @subhamagr. @Legrandin I admittedly don't know enough about crypto to know which options are needed for each mode. Thanks for the suggestions. Is there a...
This sounds like a good use case for a library like [Marshmallow](https://marshmallow.readthedocs.io/en/stable/). I wouldn't want to burden the devs of the Python TOML package with this functionality.
Are you familiar with the [jqr](https://github.com/ropensci/jqr) package? It could probably help here.
> It's currently not really possible to split them properly as far as I know, you'd have to install somewhat matching ipympl versions in both environments. Given that the kernel-side...
Thanks @dcreager, that at least covers the 1st request! Although it's a bit clunky to have to browse through the output of `tree-sitter dump-languages` to make sure that you have...
> This is something we'd like to allow users to be able to do for themselves, especially since different users might want vectorize functions differently. We haven't released the changes...
@ajfriend one quick note about `test_cython.py`. It seems you're using the Pytest test framework. Instead of simply `return`-ing from that test if the Cython extension isn't built, would it make...
Solving environment is painfully slow (5+ minutes) on Windows for me as well, once an environment gets beyond a certain size. I have an almost-identical environment on Linux where the...
> I think this is something we should support, and the way it's done here lgtm : ) > > I'd prefer some reassurance from someone more familiar with RefC,...
Thanks! I'd still like to add test cases, but I don't know how to structure them, and I don't understand the test file naming convention.