paul fisher

Results 8 issues of paul fisher

String comparisons are a *lot* cheaper than govaluate function calls, so putting them last in the matcher function can save a shocking amount of CPU time and allocations, while being...

This change adds a new build type, `OptWithDebInfo`, which is equivalent to `RelWithDebInfo`, except that it continues to build all libraries in `Release` mode, unless overridden by an explicit `LIBRARY_CMAKE_BUILD_TYPE`...

US/Pacific is a (deprecated) alias for the America/Los_Angeles timezone, which is the canonical location-based timezone name for Pacific time as it is observed in the US. --- I am sorry,...

Previously, urllib.urljoin with a relative URL of the form '?' would result in no change to the URL, in spite of the fact that it should clear the query string....

awaiting review
stale

`tiledb_dimension_get_domain` does not copy the bytes from the domain into the passed-in pointer; instead it uses the passed-in pointer as an out value, which it writes to point to the...

skip-ch

This change unifies the build scripts between Mac OS and Linux, and caches build outputs. This means that future builds of the same version don’t need to rerun the entire...

skip-ch

Use case: I run two `DB.Create()` statements with `ON CONFLICT` set. Expected result: The program does not crash. Actual result: The program crashes with a panic.