Doug Addy

Results 11 issues of Doug Addy

We have a type that looks like ``` ``` This means that we have a type which we need to access as: ```python myObject # type: problemType myObject.from ``` This...

File: [registry/insecure.md](https://docs.docker.com/registry/insecure/) With buildkit you must provide "http://" in your insecure registry URL, just providing the hostname or "https://" does not work. The documentation does not make this clear, and...

area/Registry

I understand that individual parts of the pywin32 library are licensed under different terms, can you clarify what terms the `isapi` component is licensed under? Ideally this would involve adding...

Adds support for most of the Negotiate and NTLM authentication mechanisms. No current support for Channel Binding Tokens, since it is currently not possible to access the httpx SSLSocketContext via...

The Discriminator class contains some information to inform how deserialization should occur, given the property name and the mapping to subclasses I would expect to be able to dispatch appropriately....

When providing a discriminator for subtypes you can provide a reference to the target type for each discriminator value (see https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/) I would expect this to be correctly resolved to...

### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? If the user has made...

backlog
pending::discussion
type::feature
source::community
stale

**Is your feature request related to a problem? Please describe.** Codacy currently reports bad code style on almost all PRs **Describe the solution you'd like** Configure inspection profile for tools...

### setuptools version 56.0.0 ### Python version Python 3.8.10 ### OS Windows 11 ### Additional environment information Encountered via tox, which invokes build and eventually runs a sdist install via...

enhancement
help wanted
good first issue
Needs Implementation

With the release of Poetry 1.2 recently the suggested approach for organising dependencies is now to use groups, rather than the binary `dependencies` vs. `dev-dependencies`. Additionally, the need to use...