Ray

Results 8 issues of Ray

Get unique module-id by the hash resourcePath, This makes it possible for multiple projects to run simultaneously on a single project. e.g. A parent project has two sub-project, To prevent...

If your page has multiple canvas, you can prefabricate the parent of your canvas: ```html ``` ```js cyInstance.nodeHtmlLabel( [ { ... } ], document.querySelector('#canvas-parent') ); ```

It is suggested to add a new feature to enable cross-page state synchronization in Pinia Plugin Persist. This feature can work with listening to the localStorage event, which will automatically...

Can you add more detailed documentation? And then I wrote some [ideas](https://discuss.atom.io/t/electron-plug-in-system-design-record/61410), do they fit in with your design? Look forward to your reply

How to add or paste an image?

Current behavior `reorderEnabled: false` parameter does not work in version 2.0. In version 1.0, this parameter functioned as expected, disabling tab reordering. Expected behavior: reorderEnabled: false should disable tab reordering...

Current behavior In Golden Layout 2.0, I am experiencing an issue where dynamically adding components is not supported as it was in Golden Layout 1.0. Following the instructions from the...