Janosh Riebesell
Janosh Riebesell
@computron Could we make a new release for the `lpad _wfs` aliases added in #512?
### Discussed in https://github.com/janosh/svelte-multiselect/discussions/262 Originally posted by **igorlanko** September 11, 2023 It might be useful if you want to modify the list of tags by POSTing a request to create...
Is this project looking for maintainers? It seems unmaintained so would be great to assign a new maintainer or mark it as public archive.
Trying to visit https://svelte-slides.vercel.app, I'm seeing > 500 Failed to fetch dynamically imported module: https://svelte-slides.vercel.app/_app/pages/index.svelte-53e1231b.js TypeError: Failed to fetch dynamically imported module: https://svelte-slides.vercel.app/_app/pages/index.svelte-53e1231b.js
Would be great if the readme had a little example on how to pipe the output of `pytest-md` into a [GitHub Action job summary](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary).
https://github.com/janosh/elementari/assets/30958850/07390002-f7b5-4bbd-97d4-37b69ad03600 ef2d197 add hint how to change element color in StructureLegend.svelte 3f59f86 add structure Bi2Zr2O7-Fm3m.json with partial site occupancy 1ea104a StructureScene support rendering partial site occupancies as differently-colored sphere slices...
Make `ColorBar` integral part of `PeriodicTable` so it that takes only a prop to show a `PeriodicTable` with a `Colorbar` without the need to import 2 components and manually hook...
This simple example ```py import numpy as np from pymatviz import density_scatter arr = np.arange(5) lst = list(range(5)) ax = density_scatter(x=arr, y=arr) ax = density_scatter(x=lst, y=lst) ``` embarrassingly raises ```py...
Might be a good idea to setup CI testing for example notebooks with [`nbmake`](https://github.com/treebeardtech/nbmake): Would require more optional deps to `pyproject.toml` (`dash`, `jupyter-dash`, `nbmake`, etc.)` and running `pytest --nbmake examples/**/*.ipynb`...
Add a prop `hideWhenIntersecting` to allow passing in an array of HTML elements or a query selector whose matching DOM nodes cause `sveltet-toc` to be hidden temporarily for as long...