Tomasz Pluskiewicz

Results 305 issues of Tomasz Pluskiewicz

**Is your feature request related to a problem? Please describe.** Please consider the property `http://schema.org/vehicleEngine` ``` @prefix schema: . @prefix rdf: . @prefix rdfs: . schema:vehicleEngine schema:domainIncludes schema:Vehicle ; schema:rangeIncludes...

⭐️ Enhancement
Module: Knowledge Base

I noticed that when exporting in CAS RDF format, the features are identified by has URLs like ``. Unfortunately, adding or removing annotations and links appears to change these numbers....

⭐️ Enhancement

Ok, so this is A LOT of changes. * [x] Update chai to v5 * [x] Preserve chai v4 * [x] Updated all usages of chai in other packages/tests *...

Edits Infrastructure
Edits multiple packages
Critical package
Check Config
Too Many Owners
Huge Change

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
The CI failed

## Related Issue @ludovicm67 needed to style selected features. Open Layers has that feature but `featureStyle` property is only settable when constructing `Select`. Because element properties cna change, the style...

## Describe this PR Added `@slot` annotations to element docs where applicable ## Checklist before requesting a review - [x] Information about the PR, including descriptive commits and link to...

I extended the `map` and `filter` steps with the option to pass any number of additional parameters for the callbacks. Until now, to parametrise them, one required to use and...

⚙️ base

In issue #31 we added a `p:FileContents` loader which reads a file as text and returns the contents. I propose a similar loader which would load, parse and return a...

I found that in v5 this is no longer possible ```js /** type {ChaiPlugin} */ export default function(chai, utils) { chai.use(anotherPlugin) } ``` `use` is no longer included in the...