Tom Ilett
Tom Ilett
Hi, firstly, great plugin, I love it. I have an element that starts both off the page and hidden (ng-hidden). After some user interaction this is un-hidden and brought into...
Hi, I have a collection with many fields and some of the columns are not visible. I want to sort/order by some fields I can't see. In the advanced query...
I have a few million images to save to disk and have been trying a few options out. I thought blosc/bloscpack would be well suited but I'm getting far larger...
Hi, I'm following the instructions from here: https://github.com/ralna/spral/blob/master/COMPILE.md But I'm getting lots of errors like these: ``` make[1]: Entering directory '[--]/spral/build' depbase=`echo src/ssids/cpu/kernels/ldlt_app.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -I.....
I would like to use [gulp-cdnizer](https://github.com/OverZealous/gulp-cdnizer) on my project. This plugin acts on a similar level to gassetic - replacing parts of the `html`. In order to use this alongside...
Gassetic makes direct replacements in the replacement files. In my case none of the compiled assets are committed (or uncompiled vendors either), instead the CI server builds them again as...
These are referenced in the `css/fontawesome.min.css` file: `src:url('../fonts/fontawesome-webfont.eot` but not present in the repo and produce 404s in the console.
Locally, I found that opacity is not rendered properly unless you set `s.scene.renderer.use_depth_peeling = True` as per this issue: https://github.com/enthought/mayavi/issues/574 I am now running on a headless server using `Xvfb`...
### Python version Python 3.9.18 ### Pymatgen version 2024.2.8 ### Operating system version Fedora 38 ### Current behavior Loading the SpaceGroup `P212121` works fine, but the `point_group` symbol it reports...
## Summary I am working on shape optimisation with a mesh built in pytorch. I want to experiment with some of the other integrators and options, but most of them...