gerrymanoim
gerrymanoim
Patch for 3.8. Doesn't actually add support for `posonlyargcount`, just makes it so code doesn't crash. Closes https://github.com/llllllllll/codetransformer/issues/72 There's still some test failures on 3.8 that are a bit confusing,...
Previously dask supported "noop" windows. This PR adds some limited window functionality. Draft to see how far I can reasonably get while keeping this a reasonable size. Notes: - dask...
## Feature Request It would be convenient if `memray` could output a format that was compatible with https://github.com/jlfwong/speedscope. Py-spy for example takes a `--format=speedscope` argument: https://github.com/jlfwong/speedscope/wiki/Importing-from-py-spy-(python). While the memray flamegraph...
Currently - we are unable to add `--no-binary bcolz` to the `requrements_locked` or `requirements.in` files because of the way `setup.py` parses them. Adding results in ``` error in zipline setup...
This is more of a feature request than a bug, sorry if this isn't the right place for this. I have an issue where if I send an email to...
I've been trying to get whisker working with LaTeX (which uses a lot of braces) At first I thought it wouldn't be an issue since there's proper nesting: ``` r...
Recently in a refactor I ended up creating actions to remove a matching node and the entire line it was on, which I think might be useful to others. Would...
I'm trying to deploy a very simple editor on a personal site (basically cloning https://www.swiftlatex.com/pdftex_basic.html to start) and I get issues whenever attempting to access the mirror sever: > Access...
Just a dumping ground for ideas. I think we can extract most of the core logic to rust and then offer functions/packages that produce both polars data and pandas data...