Christopher Lepski

Results 8 comments of Christopher Lepski

After having looked into the issue for GOOSE later binding the code that fetches the list for the subscribed list is here https://github.com/openscd/open-scd/blob/main/packages/plugins/src/editors/subscription/later-binding/foundation.ts#L258-L271 and does not call `packages/plugins/src/editors/subscription/foundation#getExtRef` at all....

The part in `packages/plugins/src/editors/subscription/foundation#getExtRef` is being used in the Message binding plugins

Sketch on how an implementation could look like ```ts type Value = null | string | number | boolean; // Interface to be usable with material form fields such as...

There more editors and wizards using the editor action api | Component | Location | | -------- | ------- | | Wizard Dialog | packages/openscd/src/wizard-dialog.ts | | Voltage level editor...

> To Reproduce > > Steps to reproduce the behavior: > > Download the open-scd-0.37.1 ZIP file from Open SCD Git location. > Unzip > Launch command: npm run build...

FYI: the issue is caused by node 20.19 setting "require(esm) is now enabled by default" https://github.com/nodejs/node/releases/tag/v20.19.0 And a workaround is to disable it via NODE_OPTIONS, e.g. adjusting the build script...

FYI, the publisher has been deployed as a openscd repository and we can replace the openenergytools version, see https://github.com/com-pas/compas-open-scd/pull/374

> Removes the old publisher plug-in from OpenSCD We can remove the "old" publisher code right? https://github.com/openscd/open-scd/tree/main/packages/plugins/src/editors/publisher