Moshe Uminer
Moshe Uminer
The current (legacy) headers.py module contains the `Headers` class, which consists of a dictionary implementation and the `eval` method for parsing headers (from a list of lists, to a dictionary),...
I have a `sklearn.neural_network.MLPClassifier()` model, where each input has two float fields, and outputs a boolean. When I call the following code: ```python from skl2onnx import to_onnx onx = to_onnx(reg,...
Hi, your package is really cool! I'm trying to implement the [JSONiq core grammar](https://www.jsoniq.org/grammars/jsoniq.xhtml). This grammar uses the EBNF `except` symbol, to exclude otherwise valid matches (the specification itself uses...
Curl shows the following: ``` > curl -vvv https://api.nasa.gov/planetary/earth/imagery?lon=-95.33&lat=29.78&date=2018-01-01&dim=0.15&api_key=DEMO_KEY * Trying 3.32.45.174:443... * Connected to api.nasa.gov (3.32.45.174) port 443 (#0) * schannel: disabled automatic use of client certificate * ALPN:...
Hi, I'm using your library (thank you 🙏), and I'm wondering what is lacking currently in terms of support for radio groups in forms? I would be willing to contribute...
### Feature description A tensor representation that only stores data for positions where the value non-zero. Operations on sparse tensors could then be optimized based on the fact that most...
Hitting the `indexes/{index}/search` endpoint with a query with a `"` character inside: ```json { "query": { "normal": { "ctx": "test\"" } }, } ``` results in the response ```json {"status":400,"data":"invalid...
This PR is the follow up from a conversation in the discord, where someone tested the behavior of `createEffect` and found it wasn't `batch`ed. This PR addresses the confusion by...
Currently, the `/databases` route is only capable of displaying JSON. We need to add complete XML functionality.
We should possibly allow for updates to resources to be done from the resource view. The possibility to update can only be allowed when is viewing the latest revision. This...