Michael Fry

Results 15 comments of Michael Fry

@dubzzz Yeah I feel you there. I haven't implemented async properties in GalaxyCheck yet but I'm hyper-aware of how all these features combine and add complexity to the system. I...

I'm a sample of size 1, but it didn't take me long to realise that this is a deal-breaker for me (at least in the current project I'm working on)....

Here's an exhaustive list of the unsupported properties: - exclusiveMaximum - exclusiveMinimum - maxItems - minItems - uniqueItems - multipleOf Reference: https://swagger.io/specification/v2/#parameterObject

> Are there any plans to support these properties? @kylehild I can't speak on behalf of the maintainers, and I don't know if it's an option for you - but...

Haven't tested properly but pretty sure this will infinite loop on circular references. See further comments on: #428

I want the circuit breaker timeout to be derived from number of attempts, rather than a constant value. At the moment, this is my code: ``` const handleRateLimitations = handleWhen(isRateLimitationError)...

@envatic Try using a mapping instead.

Hey @cmeeren thanks for your work with Hedgehog.Experimental, it's a package that I have found myself reaching for often. Just to weigh in with another opinion, I think it's nice...

@0xStuart I've accomplished this by using the `IAnsiConsole` everywhere, and decorating the input with my implementation that intercepts keys globally.

A few years later... Just bumped into this. So glad this works now, huge thanks @darrelmiller 🙌