Larkin Lowrey

Results 10 issues of Larkin Lowrey

Updating catch to 2.13.7 allows it to be built with glibc 2.34 and therefore on Fedora 35. This resolves the issues caused by the breaking change to MINSIGSTKSZ that was...

stale-pr

### What happened? I cloned chia-blockchain and attempted to build per standard procedure, which I have done successfully many times before. My one Fedora 35 host is not able to...

stale-issue

I have a JsonDeserializationContext.Builder override working as expected but the serialization builder isn't working. Here's what I have in my module: ``` ``` The javascript ends up looking like this:...

Added `listSecrets(Criteria criteria)` to `DockerClient `and `DefaultDockerClient`. Essentially copied the code used by `listConfig` and `Config.Criteria`. I looked for unit test code for Secret and Config but didn't find any...

It is too easy to turn off an alarm by simply tapping the lower right corner. I'm worried I'll do that without realizing it. I would like to have the...

enhancement
in progress

When running `cudaplot` and producing `c07` plots I get a panic fairly regularly. Here's what I see: ``` Seed used: 0xe323c0f230a83863a37cb136b4db4c88d600c1cbff549e5907eaec678b02d71e Proofs requested/fetched: 35 / 100 ( 35.000% ) Proof...

I can't get `cudaplot` to produce reproducible plots. When I use `diskplot` and the `-i` arg and I hash the plots (skipping the first 1MB) I get the same hash...

I had a GPU installed in this machine and was able to run `cudaplot` successfully. Unfortunately, the GPU failed and I am waiting for a replacement. In the mean time,...

I'm using liquibase-maven-plugin version 3.5.3 and running liquibase:diff with the following reference: ``` referenceUrl=hibernate:spring:com.example.package.model?dialect=org.hibernate.dialect.MySQL57InnoDBDialect ``` When I have a String field annotated with @Length(max=65535) liquibase assigns the column a type...

The only way to have object properties marked as `readonly` is to call the `readonly()` method, but this results in a `ZodReadonly` object which cannot be extended via the `extend()`...