Janosh Riebesell

Results 205 issues of Janosh Riebesell

when debugging a failing workflow with `run_locally`, it can be very helpful to have access to the exception object. currently, you always get the same generic error: https://github.com/materialsproject/jobflow/blob/e61b50fc864dd20221adb3c331b5887a3c184e42/src/jobflow/managers/local.py#L181 to see...

ux

should be `eV/A` https://github.com/materialsproject/emmet/blob/703cf7c43381dc5d405618e74833cdaf6df102e4/emmet-core/emmet/core/tasks.py#L118

new test matrix strategy: ```yml - { os: ubuntu-latest, python: "3.9", resolution: highest } - { os: macos-latest, python: "3.10", resolution: lowest } - { os: windows-latest, python: "3.12", resolution:...

testing
ci
outdated

[MarkedJS](https://github.com/markedjs/marked) seems a bit dated and not super actively maintained. Might be worth replacing it with [Remark](https://github.com/remarkjs/remark) which has a much richer plugin ecosystem.

housekeeping

A link like https://studenten-bilden-schueler.de/signup-pupil?chapter=Heidelberg should pre-select "Heidelberg" for the chapter field.

enhancement

We have flashing light mode colors on page reloads. Can take inspiration from lots of other SvelteKit sites that do this better than us, [e.g. here](https://github.com/svelteness/kit-docs/blob/a7761792d4daaeb4be16bc1eb7129f3cb4625ec9/packages/kit-docs/src/lib/stores/colorScheme.ts). https://user-images.githubusercontent.com/30958850/163603364-e4497706-9963-4b29-9acc-b31a277d2ad7.mp4

bug
help wanted

Run signup form tests thrice, once each for Chromium, Firefox and WebKit. Follow up to #26.

testing

@nicolaskruchten I'm not very familiar with the plotly code base so feel a bit like an elephant in a porcelain shop. But maybe this is first step in the right...

feature
P2
community

@DanielYang59 re [your comment](https://github.com/janosh/pymatviz/pull/149/files#r1613192588) > Previously the `ptable_hists` has `symbol_kwargs` and `anno_kwds`. In the new implementation, support for annotate is completely removed, as I would assume their functionality overlaps. i...

matplotlib
ptable

https://github.com/janosh/elementari/blob/54143679f5e4f138f9ccdd33f1999c0ca6d148d0/src/lib/periodic-table/PeriodicTable.svelte#L15

bug