Luis Pabon

Results 104 comments of Luis Pabon

Being able to create the configmap ourselves would be ideal, as values files in helm can't accept templating and often the contents on that configmap are non-trivial. Being able to...

Also I do not think it's unreasonable to make a BC break here on the chart, and bump major version. I don't think it's necessary to saddle ourselves with an...

At this point, a Wayland backend should be the target for any new software, and an x11 backend a best effort by whoever wants to contribute it. Ubuntu is switching...

Read this: http://www.mihaimatei.com/virtualbox-performance-issues-multiple-cpu-cores/ Seems inherent to Virtualbox's architecture.

Kodi fixes this problem by only adding new found media when rescanning, and having a library cleanup action that removes missing files as a separate action. The library cleanup has...

I back up everything, more so irreplaceable data like that.

backup-full

```bash #!/usr/bin/env bash # Check we have all we need on the environment if [[ ! "$APP_S3_BUCKET" ]]; then printf "\n ** Please provide with APP_S3_BUCKET" exit 1 fi if...

This would be pretty handy, some icon themes are great but have really crap or unreadable tray icons and viceversa

This is happening on Ubuntu 22.10 as well, with python3-trio system package (0.21.0-1) and borg 1.22 I'm not sure when it got installed, but I don't have anything of substance...