Pierre Gronlier

Results 17 issues of Pierre Gronlier

Hi, Would you mind sharing the code of libxiaomihack.so and buidling scripts into a separate src folder ? Great project

add one line to get list properly rendered

### Use case name load the core-business ontology ### Please insert the status of the use case Tested ### Stakeholders - Riphixel (company) - Gaia-X (association) ### Problem statement We...

Hello, Based on the OpenAPI specs, some headers are not supposed to be listed directly as parameters https://swagger.io/docs/specification/describing-parameters/#header-parameters From the doc here https://www.neoteroi.dev/blacksheep/binders/#built-in-binders, the `Accept` header will generate the following...

Hello, Somehow related to #501 , there is a bug when testing if we specify a header already defined in the helper. ```python response = await test_client.get("/test", headers={"accept": "application/json"}) ```...

Hello, In a `server.py`, I have a simple health check ```py # in server.py from datetime import datetime, timezone from blacksheep import Application, get, ok app = Application() @get("/health") async...

# Describe your changes Add reference to a maintained and working Python lib, tested with the latest kubo 0.29 https://gitlab.com/cipres/aioipfs

As proposed here https://github.com/linkml/linkml/issues/1966

Proposal to address https://github.com/linkml/linkml/issues/2475 Without this, it's impossible to convert a Python Instance of a LinkML gen-python class to RDF without loosing language and datatype information.

### Current Behavior I have an instance of [eclipse/rdf4j-workbench:5.1.0-tomcat](https://hub.docker.com/layers/eclipse/rdf4j-workbench/5.1.0-tomcat/images/sha256-e12b63a519ef24aee989a341d7a2990e8868a1b238b1d67cee69dfba727b4346) deployed on a node on my local network, lets say `rdf4j.lan:8000`. This node is exposed to the WWW via a nginx...

🐞 bug