Pierre-Antoine Champin

Results 99 issues of Pierre-Antoine Champin

Single quotes are often used alone in Rust (to identify lifetimes). However, Atom automatically insert a "closing" single-quote whenever I type a single-quote, and I need to delete that "closing"...

I just updated F-Droid to version 1.0 and it altered me that a number of my installed packages, including OpenConnect, were vulnerable. More precisely, it has the KnownVul and DisabledAlgorithm...

In Sphinx, internal links are typically generated with the `:ref:` role and internal anchors declared with `.. _anchor-name:`. This does not work with Hieroglyph: such anchors not even generated in...

When looking for the definition of a method invoked with `super`, Rope seem to perform a depth-first search in the inheritance graph of the class, while Python actually does a...

bug
affected-version:0.20

When a file defines new entities into its DOCTYPE, quick-xml does not recognize these entities in attribute values or text nodes. This causes an `EscapeError(UnrecognizedSymbol(...))` error. I built a minimal...

enhancement
help wanted
serde

This issue is illustrated by [this example][1] on the playground. The result compacting the IRI `http://localhost/@special` against base `http://localhost/` is `@special`, which looks like a keyword. The consequence is that...

[Example on the playground][1] A scoped context in a `@nest` attribute seems to be ignored. Given this: ``` { "@context": { "@vocab": "http://example.org/vocab#", "p1": { "@id": "@nest", "@context": { "p2":...

I augmented the "library" example with a second book, with a different author. I then tried the following frame: ``` { "@context": { "dc11": "http://purl.org/dc/elements/1.1/", "ex": "http://example.org/vocab#" }, "@type": "ex:Library",...

I'm using Blazegraph 2.1.6. Steps to reproduce the problem: * create a namespace with the `rdr` mode, and use this namespace; * update with the following query: ```sparql PREFIX :...

I'm trying to build a Python wrapper around the REST API of Blazegraph. My problem is that blank node identifiers returned by [GETSTMTS](https://wiki.blazegraph.com/wiki/index.php/REST_API#GETSTMTS) can not be injected back in GETSTMTS...