Wind
Wind
I fell into trouble to think about the following case: ```python try: ... except: with open_handler() as handler: @handler.handle(RuntimeError) def handler1(exc): do_one_thing(exc) raise exc @handler.handle(ValueError) def handler2(exc): do_another_thing(exc) raise exc...
I think it's a useful feature to have
Hi, @ogham , any update on this? I think this is a good fixing :-D
Wow... That's what I meet and confused before
@dedebenui Excellent hack! I think nushell once allowed such syntax before(yeah version 0.44): ```nushell let x = { echo $it }; ``` In this way we need to run `do...
Just curious, can I enable such feature in neovim?
Actually I don't think `ls` shold guarantee the order of output. It's sorted by date occasionally, maybe users shouldn't rely on it.
@cassaundra Sorry, I don't have too much time to look into this yet. Feel free to do it
> This PR could be split into two PRs. one for the two first commits (the second commit is just a refactoring on top of the first). and another for...
Thanks for proposing the PR. I think it's too old and have conflicts. I'm going to close it. If you think the change is still necessary, feel free to resolve...