Rémi Cérès
Rémi Cérès
Hello Fabien, We think we have corrected this bug with @ocorby . There were 2 problems: - **Display problem:** The status of the checkboxes was inconsistent because it was not...
Here is the schema of the sub-hierarchy on which the test is performed. I use this query to obtain the image: ```sparql CONSTRUCT { rdfs:subClassOf ?parent . ?parent rdfs:subClassOf ?ancestor...
Hello, Thank you for your detailed report. We have noted the two issues you've identified: 1. OWL properties being inferred despite only selecting `RDFS`. 2. Inconsistent behavior between `RDFS Subset`...
Hello, Thank you for your report. I have attempted to reproduce the issue, but without success. My tests were conducted on Fedora 39 using Corese-Gui, which I installed from FlatHub....
Undo functionality is currently enabled across all operating systems, but it is only available in the query editor. Could you please specify whether the undo feature is not working in...
Thank you for the clarifications. Undo and redo functions must work in all editors. I managed to reproduce the problem on certain Linux setups, but for now, I haven't identified...
Hello, I had the same problem, and I fixed it by commenting out line 930 in `extension.js`: ```js log('_selectImage: ' + this.selected_image + ' = ' + (image && image.urlbase)...