Results 454 comments of Dima Tisnek

Actually reading up on ARC, I'm completely confused... are calls to `.alloc()` recorded to current autorelease pool by the compiler or runtime? Depending on that, Python must or must not...

So, now that PR is merged, what's the new way to do the following? ``` UIWindow.alloc().initWithFrame_(UIScreen.mainScreen.bounds) ``` Or are we not there yet?

Oh, cool, I didn't realise that. Would be nice to have that documented :) Here's what I can do now (it works, I hope I understood why): ```diff - rv...

That's going to be kinda hard when `SocketManager` magically creates a `.sio` on the app that's passed as an argument. One option would be to start with `app = cast(FastAPIWithSocketIO,...

Ah! it turns out that was not generated by `mdx-go`, but rather I had a `README.md` that was automatically included into `index.mdx` (why?) And `README.md` had a bunch of slugs...

[not sure if this is the right place] `.gitignore` doesn't work out of the box for me: * `.gitignore` has a line `/dist` † * I run `watchexec -v -e...

IMO fragment makes most sense because the number of elements is constant.

That was one long weekend, perhaps it's time to think about this again? :)

Having a glance at the PR, yes, the issue ought to be resolved in the main branch.

I too would like a limited feature like this. I think this could be useful for functional testing, but not for unit testing that uses mock.patch. In fact, I'll try...