Janosh Riebesell
Janosh Riebesell
@utf I submitted a similar PR that adds an `ax` kwarg to `plot_brillouin`. Could you have a look at #2039?
Was fixed in a1e223a.
I can offer [this matplotlib version of a periodic table heatmap plot](https://github.com/janosh/ml-matrics#elements). it's not interactive of course and I've been considering writing a Plotly version for a while. Wasn't aware...
There's a new interactive [`ptable_heatmap_plotly()`](https://github.com/janosh/pymatviz/commit/ef043fd1e9f#L335) in `pymatviz` now ([ef043fd1e](https://github.com/janosh/ml-matrics/commit/ef043fd1e9f152c05a3a7a511eb2c016acdb4cf3)).  
Good to know it's not Windows specific. I've never seen the error locally but then I guess that's due to Ci re-downloading the files on every run whereas locally they're...
You can also `noqa` all the attributes though [like the readme says](https://github.com/jendrikseipp/vulture#handling-false-positives), it ain't pretty: ```py class ProcessResponse(TypedDict): timer: str # noqa: F841 status: str # noqa: F841 download_filename: str...
@yjp20 Did you ever find a good way to test 2-way binding?
@marcosmercuri Would be cool if the bound prop's name could be made dynamic so you don't need a new `Test2WayBind.svelte` for every component you want to test. Along these lines...
Issue confirmed under ```sh $ pip freeze | grep flake flake8==3.9.2 pyflakes==2.3.1 ```
Is there just 1 person with merge permission for this repo? Maybe time to assign others? Seems like a waste of work not to get this in.