Maxime Lecoq-Gaillard
Maxime Lecoq-Gaillard
FreezeOperation class basicly implemented. Look at the method Editor::unfreeze_route from gtk2_ardour/editor_ops.cc.
How do we change the style applied to the editor when it gains focus? I did not find the solution in the exemples. Can we change the theme passed to...
How to merge two RDF graphs in a single one?
The following code produces errors like shown in comments: ```ts import rdf from 'rdf-ext'; import DatasetExt from 'rdf-ext/lib/Dataset'; const dataset = rdf.dataset(); const quad = rdf.quad(...); dataset.add(quad); // Property 'add'...
Hi, the [spec of dataset](https://rdf.js.org/dataset-spec/#dataset-interface) mention the function `boolean contains (Dataset other)`. Should not it be included in the "rdf-ext" library?
When browsing the website, some people might think that Solid is designed to manage personal data only like the term "POD" suggests it. I would like to propose some changes...
Hi, Is there anything to do to see any hreflang in the url section of my All in one SEO pack sitemap using WP-Multilang? My site has many languages activated...
The [`N3Store.removeQuads`](https://github.com/rdfjs/N3.js/blob/4b54ae42e00ce28606dd0b853c5b822545de8d8c/src/N3Store.js#L449) function is not reporting any error when a quad is not successfully removed from the store. This function just calls the [`N3Store.removeQuad`](https://github.com/rdfjs/N3.js/blob/4b54ae42e00ce28606dd0b853c5b822545de8d8c/src/N3Store.js#L451) function without taking into account its...