Guillaume Schurck

Results 23 comments of Guillaume Schurck

Also highly interested by this feature (to switch between video and background audio for video podcasts). Any suggestions for the implementation ?

Memory usage seems to go very high also when opening a channel with many images.

You need to set this configuration in `settings.py` to override the [default config of dbbackup](https://github.com/jazzband/django-dbbackup/blob/790ec8bd297ef24cddfd2618d18d243abd15437e/dbbackup/db/base.py#L24) : ```py DBBACKUP_CONNECTOR_MAPPING = { "django.db.backends.postgresql": "dbbackup.db.postgresql.PgDumpConnector", } ```

> My solution was adding this to my first call of building the image as a tar: **&& rm -rf /kaniko/*[0-9]* && rm -rf /kaniko/Dockerfile && mkdir -p /workspace** Thanks...

I am also highly interested by having an optional profile picture in Home Info mode.

Yep, that's exactly what I did. I changed a few things to make it look better for me, especially on mobile : - https://gschurck.github.io/ - https://github.com/gschurck/hugo-papermod

Same issue on Webstorm, even after following the [Accessing PWA info](https://vite-pwa-org.netlify.app/frameworks/#accessing-pwa-info) part.

Hi @frankharkins, we did the migration to Qiskit 1.2 in the last release of our provider so we can close this.

Also there is the option to use _Mark as read_ like on Coolify to remove a notification element

Good job ! Is it possible to create an exchange instance dynamically from its name like in Python ? ```py exchanges = {} for id in ccxt.exchanges: exchange = getattr(ccxt,...