Jean-Marc Le Roux

Results 239 comments of Jean-Marc Le Roux

Even after updating glTF-IBL-Sampler to KTX-Software 4.3.2, some validation fails: ``` Validating ./neutral/ggx/specular.ktx2 Validating ./neutral/charlie/sheen.ktx2 Validating ./neutral/lambertian/diffuse.ktx2 Validating ./doge2/ggx/specular.ktx2 Validating ./doge2/charlie/sheen.ktx2 Validating ./doge2/lambertian/diffuse.ktx2 Validating ./helipad/ggx/specular.ktx2 Validation failed error-6001: Mismatching dfdTotalSize...

- Upstream PR to update KTX-Software to v4.3.2: https://github.com/KhronosGroup/glTF-IBL-Sampler/pull/33 - Upstream issue regarding `ktx validate` fails: https://github.com/KhronosGroup/glTF-IBL-Sampler/issues/34

> The only problem I have with that is that when I wanted to actually pass it to the LLM in their tools API, unless they also supported the $ref...

IIRC the doc says the function names have to be unique because they are used as the `operationId`. And the macro cannot possibly know about other crates. We might be...

> After further testing, the bug also appears with an HashMap or a BTreeMap, or even with a property being a simple serde_json::Value: I'm pretty sure `utoipa-gen` has a special...

> What is the current state of it? @TimmRuppert the state is that it's done and ready to be merged. But I'm not sure who is supposed to review it....

Same problem by simply calling: ```python litellm.embedding(input="my input", model="mistral/mistral-embed") ``` The HTTP response code is 200 OK. It contains the expected embedding vector data. Nothing is wrong. Yet there is...

Uncompressed, Swagger UI is ~17MB. Compressed, it's ~4.5MB. So I guess something like UPX should do the job on the final binary. But UPX does not work on my specific...

> Sure, we could add heads up notification to README.md of utoipa-swagger-ui crate to inform potential users that Swagger UI needs some space. Or we could compress the Swagger UI...