Tomasz Pluskiewicz
Tomasz Pluskiewicz
https://shoelace.style
@vid, I've been thinking about ways to handle `sh:or`, `sh:and`, and `sh:xone` being properties of `sh:NodeShape` * [x] combine all properties The first implementation could be the naively simple merge...
I'm experimenting with the `sparql-language-server`, combined with CodeMirror and [qualified/lsps](https://github.com/qualified/lsps) It works out of the box, which is nice but I completely lack ways to customise the LSP Specifically, at...
### Description When handling the `tap` event, `e.target` is not the `paper-checkbox` ### Expected outcome Event target should be the tapped checkbox ### Actual outcome The actual target is a...
The analyzer does already list the distribution slots extracted from the element's template, right? (issue Polymer/polymer-analyzer#391) It would be great if that information was also included in the generated elements...
### Description Dropdown on documentation page includes all elements imported from bower_components when a polymer-cli application is served with `polymer serve` ### Expected outcome Documentation should only display elements from...
Fixes #51 by implementing the drafted idea using global function. I also display the bound object in a highlighted element. If you run the demos you'll see this: 
### Description It is possible to use data binding in the `demo-snippet` template but there is no simple way for setting initially bound values. ### Expected outcome Setting up data...
### Problem to solve When assertion fails, the message only gives information about the technical reason of why it failed. When running hurl as an API testing tool, such as...
### Problem to solve I prefer to set the request body from a file to keep IDE's syntax support applicable to the given file type Unfortunately, the `{{variable}}` replacement tokens...