Shantanu

Results 150 issues of Shantanu

You can find the list of changes in konoha 5.0 here: https://github.com/himkt/konoha/releases/tag/v5.0.0 None of them appear to affect flair. (In general, I recommend against potentially unnecessary pins in libraries. The...

I know in general people hesitate to improve import time by deferring imports, but I claim this is worth it! `import pkg_resources` is really, really slow, often measured in seconds...

The following two PRs added better support for nullable defaults: https://github.com/spec-first/connexion/pull/1463 https://github.com/spec-first/connexion/pull/1464 However, it looks like it missed adding `NullableEnumValidator` to `create_spec_validator`. Also see https://github.com/OAI/OpenAPI-Specification/issues/1900 , which establishes that you...

However, you can trigger them by manually closing and re-opening. This isn't an ideal state of things. There's a list of possible workarounds here: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#workarounds-to-trigger-further-workflow-runs

project

stubtest finds a number of issues with the existing multiprocessing stubs. PRs that work toward fixing these (if they need fixing) are welcome, even if they're small! ``` ~/dev/typeshed master...

stubs: improvement

The context is I'm looking into #5768. There's a lot of logic we have that either assumes or checks that entries in "requires" are typeshed stub packages. It seems potentially...

project

We currently silence many errors from socket constants in stubtest, because the availability of some constants cannot be expressed in the type system (and probably also because historically we weren't...

type-incomplete
help wanted

Welcome to typeshed! Like most projects, reading our [CONTRIBUTING.md](https://github.com/python/typeshed/blob/master/CONTRIBUTING.md) and scrolling through our issues is a good way to find things that need improvement. In fact, many of our issues...

I had a patch to stubtest that added checking of base classes. Unfortunately, it was too noisy to consider merging, although some fixes did come out of it. I complicated...

help wanted