Alexey Zapparov

Results 43 issues of Alexey Zapparov

As of 3.24.0 release it became impossible to pass Addressable::URI as pattern, while Addressable::Template is still supported. This patch brings back previous behaviour of Addressable::URI. Regression: f651c254a3a8d75ec3b2bef73bae35979c9ae5fc

It would be nice to be able to connect to HTTP servers via UNIX socket (e.g. docker.sock). It's mostly interesting for healthcheckers and similar utility type usage. API can be...

Allow multiple criterias and more complex values. Example: ``` ruby class Example < Literal::Enum(String) prop :score, Integer index :score, Integer, unique: false A = new("a", score: 5) B = new("b",...