Gabriele Bozzola

Results 237 issues of Gabriele Bozzola

In a recent PR, it was added support for icons in the footer. At the moment, it looks like that the icons are restricted to ones in font-awesome. It would...

Hi, there are some (minor) problems with `all-the-icons-ivy` on my machine. Some entries are not iconified, and it is seems that this breaks the formatting, as you can see in...

In several cases, we want to be able to ignore part of the data that satisfy a specific condition. For example, we want to ignore everything we density smaller than...

enhancement
good first issue

The tutorial on `SimDir` is supposed to introduce the user to the various attributes in `SimDir`. At the moment, only `timeseries` is discussed.

documentation

In `HierarchicalGridData`, we often check if a point belongs to a grid. In practice, the check consists in: ```python if np.any(point < (self.lowest_vertex)) or np.any(point >= (self.highest_vertex)): return False return...

bug

Keeping the `poetry.lock` file updated is important to ensure that kuibit keeps working when new software is release (e.g., `tikzplotlib` and `matplotlib`). At the moment, I update the dependencies every...

enhancement

Is it possible to disable the feature that adds the Python virtualenv? I tried looking for this flag, but couldn't find it, so I guess it is not available. In...

🚀 enhancement
⭐️ idea
🙏 help wanted

I use spaceline with the following configuration: ```emacs-lisp (use-package spaceline :config (require 'spaceline-config) (spaceline-spacemacs-theme) (setq spaceline-buffer-encoding-abbrev-p nil) ;(setq spaceline-line-column-p nil) (setq spaceline-line-p nil) (setq powerline-default-separator (quote arrow)) (line-number-mode 1) (column-number-mode...

I am using `AxesGrid` to plot a three images with distinct colorbars following the example provided by the documentation of matplotlib. `tikzplotlib` fails to replicate the grid structure (see below)....

I didn't manage to simplify my code enough to generate a MWE because I don't understand when `tikzplotlib` decides to include the figure as external graphics. `tikzplotlib 0.9.9` generated a...