Janosh Riebesell
Janosh Riebesell
@manzt i just had another go at it and pushed the `anywidget` branch with code that i think might be close to working in https://github.com/janosh/matterviz/tree/anywidget. if you have any time...
> Ok, slightly concerned that rebasing this PR has lead to 395 files being changed... that's from the recent 9100860d7d which didn't ensure [`pymatgen` is recognized as a first-party package](https://docs.astral.sh/ruff/settings/#lint_isort_known-first-party)
[afaik stores are semi deprecated](https://svelte.dev/tutorial/svelte/stores): > Prior to the introduction of runes in Svelte 5, stores were the idiomatic way to handle reactive state outside components. That’s no longer the...
not sure this is an issue with `svelte-multiselect` or even unexpected behavior from Svelte 5's perspective. either way, maybe worth reporting here https://github.com/sveltejs/svelte/issues/10359
happy to take a closer look at this. does anyone have a minimal up-to-date repro using latest package versions?
or could someone experiencing this issue try either of these updated versions of `MultiSelect` that might solve the problem? more clunky but more likely fix ```svelte import { tick }...
> Beim pre-commit.ci task hätte ich gedacht, dass er automatisch alle Probleme beseitigt und dann den merge erlaubt. only a small number of lints are auto-fixable, definitely not an undiscovered...
can you give more details? do you want to manually draw bonds between atoms? or do you want to show atoms only between certain pairs of elements but not others?...
i see. and should there be anything special about those custom bonds? should they have different thickness/color or custom labels? should the atoms they connect be highlighted in some way?...
there's some very preliminary work on live structure editing in #147. many issues still to work out but gets the ball rolling