Ram Rachum

Results 174 issues of Ram Rachum

More context for this change here: https://blog.ram.rachum.com/post/621791438475296768/improving-python-exception-chaining-with

I've been trying to use [Pax](https://github.com/ucl-dark/pax/) on Python 3.12 and I can't because `bsuite` doesn't support Python 3.12. This should fix that.

More context: https://blog.ram.rachum.com/post/621791438475296768/improving-python-exception-chaining-with ## Checklist - [V] This PR fixes a minor issue (e.g.: typo or small bug) or improves the docs (you can dismiss the other checks if that's...

See this code sample: ```python import pathlib import orbax.checkpoint orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer() tree = {'key': 7} path = pathlib.Path(__file__).parent / 'foo' orbax_checkpointer.save(path, tree) ``` When I run it on Linux,...

I often edit text in cells by pressing `e`. I'm annoyed by how basic the text-editing interface is. Here are a few things I'd want: 1. Bind both `Ctrl-Backpace` and...

wishlist

# I am submitting a new Community Plugin ## Repo URL Link to my plugin: https://github.com/cool-RR/backtick-text-selector ## Release Checklist - [X] I have tested the plugin on - [X] Windows...

Ready for review
plugin

### Description I ran code for my RL experiment and got a segfault. gdb backtrace: https://gist.github.com/cool-RR/c84edf8d45d11d99ecfe03c9bdb3cefb The code is secret, but if needed I can share it privately. ### System...

bug

How about having pip download all the packages in parallel instead of waiting for each one to finish before downloading the next? After that is implemented, how about having pip...

type: enhancement
resolution: deferred till PR