Janosh Riebesell
Janosh Riebesell
we noticed that a lot of our nodes had zombie VASP processes that we're hogging compute and memory without doing anything useful after hitting `MaxCorrectionsPerJobError`, preventing new jobs from starting...
nice work on this package! ๐ is there a way to specify hover tooltips in `AutoObject`? i have several tweak panes ([1](https://github.com/janosh/matterviz/blob/37eb7ba2078cf57ffbaaa4b9badfcbcc63e6d25e/src/lib/structure/StructureControls.svelte), [2](https://github.com/janosh/matterviz/blob/37eb7ba2078cf57ffbaaa4b9badfcbcc63e6d25e/src/lib/plot/ScatterPlotControls.svelte), [3](https://github.com/janosh/matterviz/blob/37eb7ba2078cf57ffbaaa4b9badfcbcc63e6d25e/src/lib/plot/HistogramControls.svelte)) that i would like to migrate...
### Documentation Link https://github.com/manzt/anywidget/tree/main/packages/svelte ### Issue thanks so much for https://github.com/manzt/anywidget/pull/869! ๐ i took a close look at https://github.com/manzt/ipyfoo-svelte which is very helpful. there are a few things i'm still...
is it possible to place labels on the intersection points between diagrams in a way that the fill of the diagram is still visible below the label but the diagram...
it's [another root-level config](https://pre-commit.com/#new-hooks) file which can get exhausting but would allow using `deno lint` (and ideally `deno fmt`) with https://pre-commit.com. not sure if the `pre-commit-hooks.yml` should really go here...
running `ty check ty-issue-1135.py` raises a type error: ```py # ty-issue-1135.py import dash dropdown = dash.dcc.Dropdown( id="dropdown", options=list(range(5)) ) dropdown.id # error[unresolved-attribute] Type `Dropdown` has no attribute `id` ``` as...
### Describe the bug [docs advise](https://svelte.dev/docs/svelte/snippet#Exporting-snippets): > Snippets declared at the top level of a .svelte file can be exported from a for use in other components, provided they donโt...
[Deno 2.4.0](https://github.com/denoland/deno/releases/tag/v2.4.0) makes `global` read-only but `mdsvex` is trying to modify a global property: ```js TypeError: Cannot set property global of # which has only a getter at node_modules/.deno/[email protected]/node_modules/mdsvex/dist/main-hjyl9aFB.js:24617:19 ```...
looking forward to the https://github.com/astral-sh/ruff-pre-commit equivalent for `ty` i understand `ty` is pre-release but i think there would be value in offering `pre-commit` integration even before the beta
seems like there's no page yet for the new `alpha` attribute on `` https://github.com/whatwg/html/pull/10456 https://github.com/mozilla/standards-positions/issues/1230