Thibault Ehrhart

Results 7 issues of Thibault Ehrhart

Hello, Is there currently any way to create a table in C++ and pass it to a Lua function? I'm actually trying to convert a std::vector (or a std::list) so...

I'd like to know if it's possible to check if a global function exists before doing invokeFunction or invokeVoidFunction. If I try to call a function that doesn't exist, the...

enhancement

This is an attempt to discuss about the ways to improve the guidance and conversationality of the bot. ### Help As noted before, the bot lacks a basic set of...

enhancement

This pull request includes upgrades and dependency changes: - Set Node.js version requirement to >=18.0.0. - Upgrade `eslint-plugin-import` to 2.29.1. - Remove unnecessary dependency `rimraf`. - Replace certain dependencies with...

This PR introduces GitHub Actions workflows for automating the testing process.

Using aggregates with a variable (e.g., `{ v: "?v$sum" }`) would "incorrectly" generate SPARQL queries like: `(SUM(?v) AS ?v)`. While technically accepted/ignored by Virtuoso, it causes errors with stricter engines...

This fixes a minor typo in README.md: `$alist` -> `$asList`