Brian Hartin
Brian Hartin
## steps ### Minimal reproduction _I understand this may or may not be a bug in SBT since it only seems to occur with git-bash + Windows, but I am...
Hello, I recently worked through a case similar to the `Point` example which describes the need for `Read[A]` and `Write[A]`. The `select` worked well, the `insert/update` failed with 'type mismatch'...
# Use Case I'd like to aggregate using a tdigest library within the app, publish once per minute to a tdigest table, then aggregate across instances/intervals via SQL. This works...
(Possible duplicate of #3498) A resource in a jar on the metabuild classpath is unavailable at runtime. In my case it happens to be a `META-INF/services/XXX` file used when a...
Hello all, It seems to me like `buf convert` (and maybe other commands) locks on some resource. If so, could this be either changed, documented or worked around on my...
Currently if a given test, e.g. `test_foo` has more than one assertion, and the first assertion fails, it will continue to run the others in that test method. This leads...
This is _an example_ of how we might fix #1829 by changing the `equals` method inside `Strict` so that it doesn't inadvertently trigger the creation of a map, which was...
We are trying Scanamo in a fairly high-volume application dealing with sensor data. Admittedly, we have some places where we pull back absurd amounts of data like 10's of thousands...