pycodestyle icon indicating copy to clipboard operation
pycodestyle copied to clipboard

🎛 A Svelte library for building dynamic, infinitely customizable node-based user interfaces and flowcharts

Results 210 pycodestyle issues
Sort by recently updated
recently updated
newest added

When sing multiple input / output anchors, the path for the edge always starts and ends at the very first anchor in the array.

The only thing the docs say on the Node component is: "Enables dynamic Anchor positioning based on relative posiiton of conneted Nodes" (typos btw). I see that adding `dynamic` to...

8.1.0 Is there any workaround?

First of all thanks for this library it works great. In recent times am facing an issue with custom Edge that not drawn as expected **Here is the Node function:**...

Relevant change in Svelte 4 migration guide: https://svelte.dev/docs/v4-migration-guide#default-slot-bindings I have added minimal fix and updated the docs for that feature. Not sure what else to do here, maintainers please advise...

can you add the option of saving the canvas state, position and node values in a json file?

Seems like in v6 it was pretty easy to provide a list of nodes and edges to generate a graph visualization. I'm wondering if in v8 there is a similar...

I created a code example at https://stackblitz.com/edit/svelvet-v7-zrfaxy?file=src%2Froutes%2F%2Bpage.svelte There, an array of nodes with random positions is rendered on the canvas when clicking the "new node" button. The problematic code is...

I was surprised by the inversion of type and key in custom store of Svelvet. We have many TS types such as: - `Map` - `Record` but the Svelvet's Store...

Add `pnpm add svelvet` because more people should use pnpm!😄