Voldemat

Results 15 comments of Voldemat

I encountered the same issue, shutdown method of resource just don`t called after handler scope ends.

I think the main problem here that Resource is more about global context, I mean that resource initialized and shutdowns with server. But in our case we need something like...

> I would argue against that. > If you put a breakpoint at > https://github.com/tiangolo/fastapi/blob/master/fastapi/dependencies/utils.py#L522 I put breakpoint there and in my case fastapi receive Closing marker, not generator. I...

> I would argue against that. > If you put a breakpoint at > https://github.com/tiangolo/fastapi/blob/master/fastapi/dependencies/utils.py#L522 I use fastapi==0.79.1 and dependency-injector==4.40.0. In your case fastapi also receives Closing marker at that...

Same error with nerdtree. if you change file, nerdtree scrolls down until file under cursor is at the top. Before changing file: After changing file: ![Uploading Screenshot 2023-11-19 at 15.50.00.png…]()

When you can give feedback on this?

Will there be any comments?

@Jarred-Sumner @Electroid Hi, is there any roadmap or planned date of release for this missing features? Personally interested in concurrent tests, as it could speed up some tests significantly.  By...