Janosh Riebesell

Results 651 comments of Janosh Riebesell

> From my personal experience (and many others), a progress bar is a great tool in developing but a nightmare for cronjob and logs. It's hard (if not impossible) to...

@tomas-mazak Thanks for the workaround! Would be great if this issue could be revisited so plotly LaTeX labels in VS Code work out of the box. Thanks!

nvm, just realized `PBE_54` also doesn't exist. maybe it makes more sense to add a `PotcarVersion` enum to `pymatgen` then? specifically `src/pymatgen/io/vasp/inputs.py`. e.g. ```py @unique class PotcarVersion(Enum): """Enum type for...

> That being said, it would be better for pymatgen to differentiate between the POTCAR versions used in the Potcar object yeah exactly, i think having such an `Enum` would...

i've gotten this error many times and feel haunted by it since i'm not a pro VASP user... yet none of the pro users i've shown it to had ever...

not sure if that's any hint but i also saw this error a few times on DFPT simulations for https://github.com/janosh/dielectrics

This would be a great addition to caniuse.com. It's already excellent but email notifications when features receive wider support would take it to the next level!

In case this rule is working as intended, I'd be curious how your supposed to make a list tabbable without using `tabindex="0"`? ``` foo ```

> @janosh also [according to the eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/no-noninteractive-tabindex.md#case-shouldnt-i-add-a-tabindex-so-that-users-can-navigate-to-this-item), It is not necessary to put a tabindex on an Yeah, I saw that. But my use case is non-assistive. I want to...

> When did 0 become a positive number? @charbelnicolas It's debatable. I mostly agree with your stance but [in mathematics](https://math.stackexchange.com/q/26705), people often use positive to include zero and the term...