ThomasCartier

Results 15 issues of ThomasCartier

Hi, Feel free to convert to a feature request, bug I consider this an issue right now. ### 1. Controlling the appended value to the /api/ calls Using the latest...

Bevy 0.14.2 -> 0.15 In this version, `let mut catmull = CubicCardinalSpline::new_catmull_rom(points.clone()).to_curve();` the CubicCardinalSpline won't let me access the undelrying segments, which is needed here because I modified the poitns...

C-Bug
A-Math
S-Ready-For-Implementation

Hi, Trying to implement websocket handling inside Pingora (instead of proxying -> some cases are better handled at the network edges without a local server that would handle the websocket...

Hi, using version 0.66. Linux debian testing. Everything is fine except when trying a verification in a crate that has a gxhash dependency (indirect in my case). It fails with...

[C] Bug

Hi, for maximum speed, could it be possible to chunk by N bits and extract it to a u8,u16.. while in the unsafe realm for maximum speed? Currently working on...