Luke Czapla

Results 4 issues of Luke Czapla

Hi guys, it might be an issue with the code on my end, but although my BasePairParameters class works to serialize my data, it still doesn't correctly serialize the Structure...

bug

Hi, I'm working on sampling audio to audio/wav to send to this Speech-to-Text translator (it worked, finally!). I noticed that setting the sampleRate = 24000 lead to a 13 second...

Hey, I had some fun with the archive but the kernel is just this: ```C++ real3 delta = make_real3(pos2.x-pos1.x, pos2.y-pos1.y, pos2.z-pos1.z); real r = SQRT(delta.x*delta.x + delta.y*delta.y + delta.z*delta.z); float2...

**Describe the bug** Working with Argo Workflows API that has this OpenAPI spec (made a few minor changes just with the Swagger to OpenAPI 3.0 with a simple converter): https://github.com/argoproj/argo-workflows/blob/main/api/openapi-spec/swagger.json...