gpothier
gpothier
Hi, I created a fork of this repo (https://github.com/gpothier/gnome-shell-extension-clipboard-indicator) and adapted @tatums pull request to the current version of the extension (and replaced `xdotool type` by `xdotool key` to simulate...
Yes, but that would be quite a lot of lines for each extra StorageClass, instead of just two lines, and we would have one SC defined in one way, and...
Hi, there's actually a PR for that: https://github.com/cloudnative-pg/charts/pull/247
Do you mean you have an Android machine that you want to use as an always-on server? Anyway, as this repository is basically just a tutorial on installing and configuring...
The backup logs are in the same pod as the main postgres instance. You should find out the cause of the failure there. I had the same problem, and in...
Hi, I merged this branch into main in my fork, as I needed the feature, and I noticed a few issues: - There are problematic `-}}` at a few places...
Sure, I just committed it to my fork: https://github.com/gpothier/cnpg-charts/commit/fbdb794f384cfff84f583ce6b1ca62091cb0c2bf I only fixed the yaml formatting stuff (using `}}` instead of `-}}`, as whitespace is part of YAML syntax). I don't...
Hi, have you been able to take a look at my suggested fix for this? Do you want me to create another PR with my changes?
No, I didn't. The .bolt.yml file is not mentioned in the "Extending Bolt" chapter until much, much farther, in the "Custom bootstrapping" and "Bundled extensions" sections. Just to be clear:...
With your help I could do that! There are a few other (rather minor) details in the first sections of the Extending Bolt chapter that could be improved upon to...