Pascal Wilbrink

Results 24 issues of Pascal Wilbrink

In order to enforce the community to come up with great new ideas for plug-ins, we can create a new GitHub issue template for new plugins. Example: ```yml name: New...

Kind: Enhancement

To make our life more simple, we can make use of a `PR` Template in GitHub Example: ```markdown ## Hi, i just made a pull request! 👏 ## Changes Made...

Kind: Enhancement

Nx is a powerful tool. We can make more use of it. We can create a global eslint configuration with Nx (https://nx.dev/nx-api/eslint) *Acceptance criteria*: - [ ] Global eslint configuration...

Kind: Enhancement

All the packages from OpenSCD need some cleanup. There are unused scripts and unused dependencies in each package. *Acceptance criteria*: - [ ] `packages/core` has no unused scripts - [...

Kind: Enhancement

`@openscd/core` should be framework agnostic. That's why any `lit` specific packages should be removed. (Including the translation). *Acceptance criteria* * [ ] `dependencies` list of `packages/core` should be empty. *...

Kind: Enhancement

Currently only `menu` type plug-ins are supported to work without a `doc` being present. This should also be the case for `editor` type plug-ins. *Acceptance criteria* * `requiredDoc` attribute should...

Kind: Enhancement
Status: Help wanted
Status: Ready for development
PR: Feedback Needed

There should be a new `serve` script that serves the build output from OpenSCD. For this, we can make use of [http-server](https://www.npmjs.com/package/http-server). *Acceptance criteria*: * serve should be dependent on...

Kind: Enhancement
Status: Ready for development

Web-Test-Runner is making use of a specific lit version. If we want to upgrade Lit, we also need to change WTR. In order to have this split, we need to...

Kind: Enhancement