dreid

Results 17 issues of dreid

In Erlang it often ends up being useful to model the state invariants as pattern matches of expectations of complex types. For instance, an IRC chat room that is empty...

language-design

I'm not sure I expect cached-property to do anything about this, but it appears to be an undocumented limitation. My (limited) understanding is that this is part `cached_property` limitation and...

Given an `IDependencyInjector` for a type `A` and an `IDependencyInjector` for a type `B` which depends on an instance of `A` and a route that takes both injected parameters it's...

feature

Compare a verification error using service_identity: ``` ``` to the corresponding request made by `requests`: ``` SSLError(SSLError(CertificateError("hostname 'pancakes.com' doesn't match either of '*.potato.com', 'potato.com'",),),) ``` In the second case it's...

https://github.com/DataDog/dd-agent/pull/3004 The above PR added an exit if dogstatsd.py is passed a start command. This causes the dd-agent to not start in the heroku buildpack.

bug

Currently these only set the values in the json response as attributes of the AuthClient this makes it difficult to know which attributes will be available when, for instance, `get_bearer_token`...

It doesn't need to *be* a `Session` to *have* a `Session`. Subclassing `Session` drastically increases it's API surface for no benefit.

Real world examples: ``` [32] pry(main)> Namae.parse("bell hooks").first.given => nil [33] pry(main)> Namae.parse("danah boyd").first.given => nil ```

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem pip ### Package manager version _No response_ ### Language version _No...

T: bug 🐞