Janosh Riebesell
Janosh Riebesell
@akauppi Fair point. The easiest solution is probably to use raw.githubusercontent.com instead of local files.
@pngwn If you think there's some work here that can be delegated, let me know. Happy to help with this.
As for a guide/template/source of inspiration, there's also https://github.com/mvasigh/sveltekit-mdsvex-blog by @mvasigh which looks very well done.
> I've been thinking whether or not it could be achieved using components and a preprocessor (not sure about that) It can definitely be done with a preprocessor. In fact...
Turns out that if I only use an `ElementProperty` featurizer (which generates the only features that are retained anyway), the problem disappears. ```py import automatminer as amm import matminer as...
Another small correction for the [Pseudopotentials section](https://atomate.org/installation.html#pseudopotentials) of the setup docs: Based on ```txt pseudopotentials ├── POT_GGA_PAW_PBE │ ├── POTCAR.Ac.gz │ ├── POTCAR.Ac_s.gz │ ├── POTCAR.Ag.gz │ └── ... ├──...
I remembered after creating this issue that `lpad` itself doesn't write to the `'tasks'` collection. So given the function name `update_launchpad_data`, it makes sense. But would you be open to...
@mkhorton I built and tested a version of `update_launchpad_data` that takes arbitrary collection names and also allows for regex replacements. Let me know if you'd like a PR for that....
> As a user of FireWorks, I would be strongly in favor of this and think it’s a great idea. I find type annotations very helpful when debugging. Same.
@arosen93 Yes, this looks like the same error discussed in https://github.com/materialsproject/fireworks/pull/483#issuecomment-1059212580. I believe the error is already fixed on `main` so the first thing to try would be to release...