Tomasz Pluskiewicz

Results 305 issues of Tomasz Pluskiewicz

**Describe the bug** Insert/Where with a graph variable fails **To Reproduce** I tried to run the following query ```sparql PREFIX sh: INSERT { GRAPH ?g { ?shape sh:property ?property ....

**Is your feature request related to a problem? Please describe.** I do not find any mention of RDF/JS spec in the docs. It would be really useful if the query...

enhancement

Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...

Author is Owner
No Other Owners

Hello. I'm a little confused today. I have downloaded the latest (2.0.1) zip from releases but running `java jar restcli.jar -V` reports it is `v1.7.4` Is only the version number...

Alcaeus should not send `if-modified-since` and `if-none-match` by default because that requires to fetch the representation all the way from origin, making caching essentially useless

I am binding an image `src` to a dummyimage.com URL like so ```js render() { return html`` } ``` It is important that I bind to a directive because the...

I created a directive to set `vaadin-combo-box#dataProvider` property. Its type is a function. I get an error as below ``` lit-plugin(no-incompatible-type-binding): Type 'DirectiveResult Directive; }>' is not assignable to '(params:...

The JSDoc fails to parse when there is any `@` in it. It simply breaks at that point and the output is only (I tried in element description) will be...

Working some more with this and related libraries I'm repeatedly thinking whether the `ProblemDocument` really needs to be a class? Wouldn't it be enough to simply define a contract for...