Nikolay Lanets

Results 27 issues of Nikolay Lanets

Maybe need to remove react-hmre preset.

Now editor.addConnection passed [pure data](https://github.com/retejs/connection-plugin/blob/8453c60d5fd7412211d2af6e0946ff619f903651/src/flow/utils.ts#L41-L47): ```ts context.editor.addConnection({ id: getUID(), source: source.nodeId, sourceOutput: source.key, target: target.nodeId, targetInput: target.key }) ``` But we can use cusom Connection class, f.e.: https://github.com/Ni55aN/allmatter/blob/main/src/editor/connections/index.ts ```ts import...

Stale

I try to run ```sh docker compose up -d --build ``` After start on translate got error ``` docker logs -f libretranslate WARNING:waitress.queue:Task queue depth is 1 WARNING:waitress.queue:Task queue depth...

possible bug

If used TreeDataGrid and select last row, have padding and scroll with :before element. ![image](https://github.com/adazzle/react-data-grid/assets/2550668/432dc3f0-2aa5-4b83-8958-37e712fc1526)