Kyle Bebak

Results 48 comments of Kyle Bebak

@9840380 PR would be welcome if you know how to fix this

I've definitely thought about this, and I think it'd be worth the effort to separate the questionnaire logic, which is solid, from the `prompters` module. The integration between the two...

Because I can't make the fix in `wsproto`. There's a bug in `uvicorn` right now. Fixing it in just `websockets_impl.py` is better than not fixing it at all. IMO it's...

Hey @mkurnikov , `pyright` supports descriptors, and features from just about [all the other PEPs related to type annotations](https://github.com/microsoft/pyright#type-checking-features)! [There's a fork of this library](https://github.com/sbdchd/django-types) maintained by @sbdchd, which makes...

@sobolevn @mkurnikov @syastrov Any reason we can't do what @bellini666 is suggesting and merge most of the changes that have been made in https://github.com/sbdchd/django-types into this repo? Making these type...

In agreement with the folks above that suggested `// @ts-ignore-start` and `// @ts-ignore-end` comments to handle use cases mentioned in this thread. This is nice, because it looks very similar...

@Andrew-Chen-Wang > Yes, redis py will include an asyncio module that has the same interface as redis-py, just under `redis.asyncio`. We haven't actually merged the asyncio PR yet, but it...

@Andrew-Chen-Wang I see https://github.com/redis/redis-py/pull/1899 was merged, that's truly impressive! @seandstewart , what do you think this means for the future of this repo? For example, would you consider archiving this...

Agreed, that's great news. I think the performance issues are the most important ones to resolve. They're hard and they require low-level knowledge of this code base. Even though Redis...

I often use strikethrough to indicate a list item is finished. For example: - need to do - ~~done~~ It would be nice to have a hotkey to add or...