Ryan Shaw

Results 24 issues of Ryan Shaw

I believe that transportations were being weighted incorrectly for `n_t > 2`. In the confusion matrix we want close transpositions to be closer to 1.

If the order of arguments is `hyp, ref` then `hyp` is side `a` and `ref` is side `b`.

Possible fix for issue #2. Note that this breaks nine tests.

Especially for `skos:example` values, it would be great if it were possible to take advantage of [Python Markdown extensions](https://python-markdown.github.io/extensions/), specifically [fenced code blocks](https://python-markdown.github.io/extensions/fenced_code_blocks/) and [codehilite](https://python-markdown.github.io/extensions/code_hilite/). This would allow the generation...

[Section 4.3 of RFC6902](https://tools.ietf.org/html/rfc6902#section-4.3) says: > The target location MUST exist for the operation to be successful. But `fast-json-patch` incorrectly does an `add` instead of failing in this situation: ```js...

Before we get into the weeds of discussing various proposals for new properties of LPF, I think there is a need for consensus on the high-level vision for the format....

The spec says > … if a geometry type is anything but a "Point" (a single coordinate pair), the dataset will not currently validate as JSON-LD. I believe that since...

rdflib 6.1.1: ```python >>> import rdflib >>> g = rdflib.Graph() >>> g.query("SELECT ?x ?y WHERE { ?x dcterms:type ?y }") ``` rdflib 6.2.0: ```python >>> import rdflib >>> g =...

regression

Have there been any experiments with running eye in a browser, using something like [swipl-wasm](https://github.com/SWI-Prolog/swipl-wasm), or maybe [Tau Prolog](http://tau-prolog.org)?

I am using `jdtls` with eglot in Emacs. I have the following lines in `.settings/org.eclipse.buildship.core.prefs`: ``` org.eclipse.jdt.core.formatter.tabulation.char=SPACE org.eclipse.jdt.core.formatter.tabulation.size=2 ``` But `eglot-format` results in a formatted buffer with 8-space indentation, whether...

question
client/integration