Vincent Emonet

Results 151 comments of Vincent Emonet

In the editor, I cannot change the language of an existing codeblock, I cannot even see which language is defined for this codeblock But, indeed creating a new codeblock with...

It works well for me. Ubuntu: 22.04 Version: 1.0.0 Which package distribution do you use? .deb or .appimage? I have only tried appimage right now and it worked fine Which...

Try using Xorg, (logout and change the compositor bottom right of login screen normally), then try using the .appimage if it still does not work. Then please share when it...

Feel free to use as much as you want :) Yep, for the benchmark theoretically it's obviously better to split the process in multiple steps to make it more modular....

Hi @byte-for-byte , thanks for the clear report I have never used `coalesce()` with rdflib-endpoint so I never met this issue. To execute the SPARQL queries we use the RDFLib...

@byte-for-byte I gave a try to `COALESCE()` and get the same issue with the default RDFLib query engine I added a fix to make it work when using `oxrdflib` (oxigraph)...

@byte-for-byte the magic with rust bindings is that you don't see any rust dependency, you just install a pip package (`oxrdflib` in this case) and call python objects/functions like you...

Hi @RichDijk , thanks for the report! Not sure what is causing this, but my first guess would be that something is going wrong when serializing the query results sent...

Closing for inactivity, feel free to re-open it with more details if it is still a problem

Hi @cthoyt do you have a pointer to this flask app please? To have a reference I think this documentation is what you are searching for: https://fastapi.tiangolo.com/advanced/wsgi/ You can mount...