Michael Kebe

Results 10 issues of Michael Kebe

Currently weechat only allows "active" DCC. I have found a request on the old savannah nongnu project page, but nowhere else. So I create a new one here on github....

feature

##### SUMMARY postgresql_privs should allow to create global default privileges (without a schema) on a database. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME postgresql_privs ##### ADDITIONAL INFORMATION Currently...

Just tested gpth with a takeout. I have a Google Pixel 6a. It has a "Top Shot" feature, which records a video instead of making a single photo. It looks...

Now it is possible to use the swagger webinterface running on a host other than localhost e.g. in docker or kubernetes. Removed the @host line from pkg/api/server.go and ran make...

Added an emptyDir to the kustomzie deployment, otherwise the /store endpoint does not work for storing files.

**Is your feature request related to a problem? Please describe.** artifacthub.io is great site for listing available Helm Charts. Please apply for a official status request, so kube-vip gets listed...

When trying to upgrade from a previous grafana version to 11.0.0 the grafana-server service fails to start and the log of the grafana-server service says: ``` May 17 17:51:26 grafanaXXXXXXXX...

Instead of rotating the logs to: /var/log/vmware-network.1.log /var/log/vmware-network.2.log /var/log/vmware-network.3.log /var/log/vmware-network.log rotate them to /var/log/vmware-network.log.1 /var/log/vmware-network.log.2 /var/log/vmware-network.log.3 /var/log/vmware-network.log This is the default logrotate naming scheme.

Chapter 5.5 Nullability https://rust-exercises.com/100-exercises/05_ticket_v2/05_nullability#tuples Clicking the run icon produces: ``` Compiling playground v0.0.1 (/playground) error[E0425]: cannot find value `second` in this scope --> src/main.rs:3:12 | 3 | assert_eq!(second.0, -42); |...

Setting: ```yaml grafana_ini: auth: ldap: enabled: true ``` results in a `grafana.ini` like this: ```ini [auth.ldap] enabled = True ``` A capitalized "`True`" enabled setting, will enabled LDAP in grafana,...