cchudant
cchudant
Can you overload a new operator === for equals() ? I mean: `var1.equals(var2)` -> `var1 === var2` That world be great if that can be done!
FormData.hasKnownLength() returns true whether my form data has a known length or not (ie. inserting a stream) This break node-fetch, because they use the known length to send Content-Length header.
## Description Lots of things. - JWT validation. When enabled (jwt_sign.pem file is present – ecdsa pubkey), it will force the limit of models per user to 1 - Removed...
This is a mini roadmap for the CI. List of things we might want in the CI (medium term plan): - [x] client: build it - [ ] client: publish...
## Description Python client should accept numpy / torch tensors directly. ## Motivation and Context This would be a much better API. ## Test plans add unit tests ## Additional...
## Description We are currently using cbor for some of the serializing: transforming the flattened input tensors to a byte array. This is probably overkill, and having a dependency on...
## Description Here is a the advice we currently give (in french): > Notre solution nécessite l’utilisation de la technologie Intel SGX. Celle-ci est disponible sur la plupart des processeurs...
Hello :) This PR is made to make the yolov5 postprocessing (which uses the If operator with a non-constant condition!). This PR is not supposed to be merged as-is, as...
Hello! I have some trouble with the ONNX Resize operator. Short list: - Does not support mode: nearest & nearest_modes like floor, ceil, round_prefer_ceil, round_prefer_floor (Fixed by #723) - Does...
Hello :wave: We use Polars at Mithril Security, and, we want to serialize LazyFrames & Logical Plans containing UserDefinedFunctions (UDFs). There is also an issue for this: #4569, for pickling...