Bryan Forbes
Bryan Forbes
@grantjenks This is ready to merge
Great questions, @grantjenks, and I didn't find them as challenges. Hopefully my answers were helpful and not condescending.
If you're still open to this, I can work up a PR
I'm having a similar problem. I set up my component with the `renderCallback` and focus the input once that happens and it works pretty well (I have other uses, but...
I just tried this in a Python 3.7 project I'm working on with the following code: ```python async def race( futures: Iterable[FutureT[T]], *, timeout: Optional[float] = None, loop: Optional[asyncio.AbstractEventLoop] =...
> What OS and loop policy are you loop using? I'm on macOS 10.14.1 using the standard event loop (as far as I'm aware). I updated the code in my...
Setting `:type:` for properties based on the return type of the property function is addressed in Sphinx 4.0 via sphinx-doc/sphinx#7383. It seems that the `:rtype:` annotation for properties can be...
> please use a fresh environment! Python 3.8 is recommended @Zethson have you tried building your docs in 3.10? I wonder if 3.8 is failing to evaluate the `|` types...
The reason I ask is because if that's the issue (the typings failing to evaluate correctly on 3.9 and earlier), I could submit a PR to add `|` evaluation to...
We may want some of this to be a separate package. I started the PAC parser/resolver on Friday and it’s going to add dependencies on `fibers` (to be able to...