Janosh Riebesell

Results 651 comments of Janosh Riebesell

got it. is there anything preventing you from changing to `matbench-discovery==1.3.1`?

i see. should be straightforward migration. rename from `CONSTANT_CASE` to `PascalCase`, then append `.path` to any attribute access, e.g. `DATA_FILES.wbm_summary -> DataFiles.wbm_summary.path` or `str(DataFiles.wbm_summary)` if you just want the file...

Thanks for sharing. Have you used it? Markdown support doesn't look like a 1st party feature. I'm wondering how much Svelte the average slide requires.

we use a monorepo and lack of `--add-noqa` auto-suppression is preventing us from updating to newer `ty` versions due to the large number of legacy errors. would be super useful...

definitely ty check --fix for consistency with ruff

same problem over at https://github.com/janosh/matterviz. currently pinned to `[email protected]`. if i update to [5.42.0](https://github.com/sveltejs/svelte/releases/tag/svelte%405.42.0)+ (including current latest [5.43.14](https://github.com/sveltejs/svelte/releases/tag/svelte%405.43.14)) clicking nav links for page navigation freezes the site (for many but...

i just updated to [5.45.6](https://github.com/sveltejs/svelte/releases/tag/svelte%405.45.6) and seems like this issue is gone? i see a linked debug helper PR but no PR that fixed the actual issue in this thread....

my (only weakly related) use case is to import a standalone `cetz` diagram and render as a figure in the main document. for viewing the cetz diagram by itself while...

yeah, i saw and upvoted #3723 as well. `include "fig.typ"` is what i'm currently doing. setting auto-page size on diagrams is a must. i don't want to render small diagrams...