Richard Pringle

Results 13 issues of Richard Pringle

Endpoint to emulate the health check exposed by Azure Event Grids as documented - https://docs.microsoft.com/en-us/azure/event-grid/custom-disaster-recovery-client-side#implement-client-side-failover Due to invalid configurations resulting in an immediate termination of the simulator as well as...

[#302](https://github.com/ava/use-http/issues/302) describes a race condition where an aborted request resets the abort controller ref even though a subsequent request has been issued and already replaced the ref. Code sandbox: https://codesandbox.io/p/sandbox/react-hooks-usefetch-forked-xsdrhl?file=%2Fsrc%2Findex.js...

This PR is a little larger that I would like it to be as I never intended for it to be merged upstream due to some breaking changes. It also...

BoundingBox Z range is optional and populated when Point includes a Z value. BoundingBox gains three new properties + Dimension Dimension + double? ZMin + double? ZMax

_TLDR; associate consumers with health checks to enable/disable them as the status of dependent services change_ I haven't seen this implemented in a competing library, and it may be beyond...

Please consider including source link - https://github.com/dotnet/sourcelink

A Vector3D with a NaN axis results in an in infinite loop during a union operation. A NaN value is achievable by constructing a cube with a sufficiently large centre/radius...

Use a queue instead of a list so as to allow the GC to reclaim the unreferenced object.

The axis are currently limited to a range of -21475 to 21475. Adding a vertex with a dimension outside of this range results in an overflow during a union operation...

property was deprecated in favour of , The property is no longer supported by the compiler. Reference: https://stackoverflow.com/questions/53633538/how-to-enable-nullable-reference-types-feature-of-c-sharp-8-0-for-the-whole-proj ---- BenchmarkDotNet 0.11.x is not compatible with the above.