Tomasz Pluskiewicz

Results 305 issues of Tomasz Pluskiewicz

Is it not possible to run the `spec` and `watch` over multiple files, is it? I thought it would be nice to run `bikeshed watch /docs/**/*.bs` or `bikeshed spec /docs/**/*.bs`...

Defined in: https://w3c.github.io/N3/spec/#paths Here is an [example](https://n3-editor.herokuapp.com/n3/editor/s/aSEPwg59) of a concise rule which drops the unnecessary intermediate variables using the `!` for resource paths: ```turtle @prefix string: . @prefix log: ....

### Version 4.10 ### What happened? When validating SHACL, Jena appears too strict when parsing property shapes, as it requires `sh:path` in all cases See https://s.zazuko.com/3rcogrc. It should find a...

bug

### Version 4.9.0 ### Feature When I run `shacl v --data data1.ttl --data data2.ttl --shapes shapes.ttl` only the last data graph is validated I expected that all values of `--data`...

enhancement
SHACL

### Version 4.8.0 ### Feature When executing queries with `arq` it is possible to provide multiple input files by repeating the `--data` option This is a not shell-friendly, where I...

enhancement

## Expected behavior Assume an `element` selected from shadow dom, I should be able to use style assertions ```js const el = await fixture() const child = el.renderRoot.querySelector('ex-child') expect(child).not.to.be.displayed ```...

I proposed a feature in INCEpTION to export Web Annotations https://github.com/inception-project/inception/issues/4549 INCEpTION has a feature for links between annotations which I intend to take advantage of. Is it allowed to...

I would like to be able to set status and other custom fields to issues added to a project For example, if I'd like to set a `Status = Triage`...