Deon George

Results 39 comments of Deon George

Sorry, no, no place for a banner - might be something worth considering for the next release.

BTW: I needed to apply the same fix to the url() function in src/Themes.php IE: ``` // Return url of current theme public function url($filename) { if (preg_match('/^((http(s?):)?\/\/)/i', $filename)) {...

Without my patch, when you have `@js('https://my.javascript.url/to/a/jsfile')` results it being rendered as a path, ie: ``

I too am keen to see this resolved. Having been a Docker Desktop user, and developing on my M1 mac, I have no issues with permissions when starting docker containers....

This appears to be in commit 26061d7 - this could probably be closed?

This appears to be in master with 626613a - so probably could be closed?

No, not at all. If I change `PeerList` to use any of the examples, it still fails to start with the same reason: eg: `PeerList [2001:0db8:0000:0000:0000:0000:0000:0000]/32` ``` opendkim: /etc/opendkim.conf: [2001:0db8:0000:0000:0000:0000:0000:0000]/32:...

I think this is the same issue as #19

Yup, I have the same kubelet path: ``` [root@a-1-1 ~]# ls -ald /var/snap/microk8s/common/var/lib/kubelet drwxr-x--- 1 root root 182 May 17 10:27 /var/snap/microk8s/common/var/lib/kubelet ``` I guess the difference is with microk8s...

I'm not quite sure I follow - so let me give you more detail: ``` [deon@a-1-1 ~]$ kubectl describe storageclass kadalu.gfs-ec Name: kadalu.gfs-ec IsDefaultClass: No Annotations: kubectl.kubernetes.io/last-applied-configuration={"allowVolumeExpansion":true,"apiVersion":"storage.k8s.io/v1","kind":"StorageClass","metadata":{"annotations":{},"name":"kadalu.gfs-ec"},"parameters":{"kadalu_format":"native","storage_name":"gfs-ec"},"provisioner":"kadalu"} Provisioner: kadalu Parameters:...