Adrien Pensart

Results 12 issues of Adrien Pensart

Hi, for a benchmark software i'm making, could you add the support for an OpenCL backend ? awesome work man !

help wanted

Hello, do you have an example to send json text with syntax highlighting ? I tried with : ` text = "```json\n{"key": "value"}\n```" ` or ` markdown "```json\n{"key": "value"}\n```" `...

Do you see an interest having examples with an async http server for authentication part ? I struggle to have a working example with sanic but work is in progress.

enhancement
help wanted
good first issue

Hello, here is a need I have, I use caddy as a reverse proxy to EdgeDB endpoint, and declare custom routes to query Edgedb. The endpoint act as an alias...

feature :gear:

One more function in the idea of python set symmetric_difference.

Fixes #2862 Related to https://docs.openstack.org/api-ref/load-balancer/v2/#batch-update-members

semver:minor

Hello, in order to support batch creation only of pool members, I would like to implement https://docs.openstack.org/api-ref/load-balancer/v2/#batch-update-members additive_only parameter

Hello! Would it be possible to execute queries like this : ``` #[derive(Queryable)] struct MusicOutput { pub id: Uuid, pub name: String } let parameters = HashMap::from([ ("artist", "John 5"),...

Hello! It seems that getheader will be removed soon in urllib3 : opsgenie_sdk/rest.py:52: DeprecationWarning: HTTPResponse.getheader() is deprecated and will be removed in urllib3 v2.1.0. Instead use HTTPResponse.headers.get(name, default). return self.urllib3_response.getheader(name,...

Hello! since a few releases after 5.0b my big upsert query is not working anymore : AssertionError: TODO: properly infer Pointer-as-Expr See linked files. [query.txt](https://github.com/user-attachments/files/15597817/query.txt) [schema.txt](https://github.com/user-attachments/files/15597829/schema.txt)