Casey Primozic

Results 47 issues of Casey Primozic

If the BitMEX exchange websocket feed disconnects too many times in a time interval and a high amount of reconnections are triggered, BitMEX will trigger rate limiting and start returning...

need info

### Describe the Bug `wasm-snip` fails to parse Wasm that contains SIMD instructions such as `v128`: ``` error: failed to parse code section caused by found type v128 caused by...

bug

I would like to request the ability to fetch the top players for each game mode by their rank. The more that can be supplied the better, but the top...

Raycasting against 2D shapes such as `ConvexPolygon` and `Polyline` are failing spuriously with very small shifts in the origin of the ray. The problem appears to be something with the...

bug
P-medium

NOTE: I am seeing different outputs when running with these changes. They seem of equal quality, but this isn't something I observed when first testing this out on alpaca.cpp. It's...

enhancement
performance

I ran into some issues building this project on a modern rust nightly toolchain. I was able to fix them by bumping a couple dependencies, which is what this PR...

* Latest version has some fixes that can avoid extremely slow compression in some cases as well as other improvements

enhancement

In my application which traces thousands of geodesic paths, I found that the main bottleneck was solving the system of equations to convert cartesian -> barycentric coordinates. I found a...