Colin Bendell

Results 13 issues of Colin Bendell

It appears HEAD requests cause the gzip decoder to throw an 'unexpected end of file' error. This is likely because the HEAD has a Content-Length but no body frame.

A common anti-pattern is to use lazy loading images (``) above the fold. This causes the browser to immediately discover the image and boost the HTTP priority of the resource...

performance

Should `responseStart` measure the time to first by for *any* response or only measure non-informational HTTP responses (specifically focused on HTTP status code >= 200)? Currently the spec is ambiguous...

TCP failures are currently fatal and will cause HB to restart.

enhancement

There are now 4 types of vaccines available. the APIs should track which of the 4 have been distributed and administered.

A common anti-pattern is to use lazy loading images (``) above the fold. This causes the browser to immediately discover the image and boost the HTTP priority of the resource...

enhancement
area:theme-check

This PR focuses on optimizing the memory allocation for the byte manipulation to and from the Rockford Base32 encoding and bytes. Specifically the encode32 and decode32 can better utilize the...

A ULID is nothing more than an uInt128 with encoding convenience. This PR enables the conversion to / from UUID forms to a ULID. Likewise enables support of the BigNum...

It's 2020. The large majority of 'desktop' are really laptop devices. Laptops are just like mobile devices in that they are used while on busses, coffee shops and on the...

Discussion