Gabriele Bozzola
Gabriele Bozzola
Thanks! I tested the new commit. It works better, but I still have inconsistent icon size. See, e.g., image attached. I took two screenshots selecting two different entries and aligned...
I changed the theme and the new one has a subtle highlighter, so it is harder to tell. However, if I focus I can see some small inconsistent behaviors. For...
Thanks for your efforts! Adam Sokolnicki writes: > The branch is this one: https://github.com/asok/all-the-icons-ivy/tree/overwrite-args
Thanks! I think we can do a little bit better: we can make all the parameters adjustable. Here's a couple of ways to do so: 1. Do something like [this](https://gist.github.com/fralau/061a4f6c13251367ef1d9a9a99fb3e8d)...
FYI, you can write config files instead of shell scripts (see, `--help`). You can also intermix setting options from the command line and from config files. I implemented 2. in...
Commit https://github.com/Sbozzolo/kuibit/commit/997dfa1ff41a77e679cf5c60d6b3b0bd0f891b1e introduces the infrastructure to work with masks. What is not supported yet is masks on a region defined by coordinates.
`qlm_psi4` is not a 3D grid function. It is a 2D grid array. Unfortunately, there's no way to distinguish 2D grid arrays with 2D grid functions, so this is a...
Yes, this is a good point and something I definitely have thought about. At the moment (version `1.0.0`) `kuibit` doesn't provide any function to make visualizations: it is up to...
I have some 3D data (attached [here](https://github.com/Sbozzolo/kuibit/files/6344596/rhob.xyz.npz.zip)--zipped) that I wanted to render and I tried to do it with `yt`. In my quick tests, I couldn't get much out of...
With version `1.1.0` we introduced a new algorithm to find which component contains a point. The older mechanism is kept as fallback for when the grids do not have constant...