gbonazzoli

Results 8 issues of gbonazzoli

#### Description I'm using the snap version of glances on Oracle Linux 8.2, in order to keep the operating system as clean as possible from package installation. glances goes like...

packaging
needs discussion
needs contributor

Here are the resulting output: **btrbk.0.30.0**: ``` [root@ora02 ~]# /usr/local/bin/btrbk.0.30.0 list snapshots /lxd SOURCE_SUBVOLUME SNAPSHOT_SUBVOLUME STATUS TARGET_HOST TARGET_SUBVOLUME /lxd/containers/grafana /lxd/btrbk-snapshots/grafana.20210116 - ora01.ps.it /lxd/btrbk-snapshots/grafana.20210116 /lxd/containers/grafana /lxd/btrbk-snapshots/grafana.20210116 - psvm.ps.it /lxd/btrbk-snapshots/grafana.20210116 /lxd/containers/grafana /lxd/btrbk-snapshots/grafana.20210117...

question

My little advice is to to use the switch **--no-use-colors** in dbt_hook.py ``` def run_cli(self, *command): """ Run the dbt cli :param command: The dbt command to run :type command:...

good first issue
API

On a vanilla python3 installation on Ubuntu 19.10 Git-Auto-Deploy doesn't work. This is the error I got: ``` root@eoan:/opt/Git-Auto-Deploy# python3 -m gitautodeploy --config config.json Traceback (most recent call last): File...

In Prestashop there are field declared "mediumint(8) unsigned" that are not translated to oracle ``` desc ps_specific_price; +------------------------+-----------------------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra...

### Official Helm Chart version 1.11.0 (latest released) ### Apache Airflow version 2.7.1 ### Kubernetes Version 1.28.2 ### Helm Chart configuration The vanilla command copied from documentation: ``` helm upgrade...

kind:bug
area:helm-chart
pending-response
needs-triage

Following the guide at: [https://medium.com/@marekermk/take-a-better-look-at-the-pandas-dataframes-a8d6613a46a](url) After the command: `jupyter nbextension install --py jupyter_require` I get always the following error: ``` Jupyter Require found itself running outside of Jupyter. Traceback (most...

bug

We use the following "pandoc" tags in the frontmatter in order to drive the conversion to pdf. ```yaml title: {{title}} subtitle: WIN Project AS-IS author: [Author] date: {{date:YYYY-MM-DD}} page-background: "ColombiniGroupBackground.pdf"...