Results 22 comments of Motte

+1 for this! Now that Mega has reduced its free space from 50GB to only 15GB, Keybase support for rclone would make it absolutely the best tool ever for my...

Just an advice: you can simply give the user an option to enable/disable KaTeX rendering in the Settings page :wink:

@JVini0166 see #98 If this solves your problem, please close this issue

Posting my solution here for anyone who may face the same issue. I created these two Kubernetes resources: ```yaml --- apiVersion: v1 kind: ConfigMap metadata: name: pod-env-configmap namespace: postgres-operator data:...

This also resolves #5

@tst2005 this is the output of both `uname` and `uname -a`. As you can see, it's not really useful 😅 ``` Motte@dmottepc MINGW64 ~ $ uname MINGW64_NT-10.0-17763 Motte@dmottepc MINGW64 ~...

Thanks for your time. Yeah i know the thing about MINGW64, but i would prefer if there is no check at all and the script assumes to work on all...

No problem for that. It's your project so feel free to do what you want :wink:

@FxKu yep, but only if the `ReclaimPolicy` of the PV is set to `Retain`. In any case, the feature I'm referring to is named `persistent_volume_claim_retention_policy`, so it should be related...

Great! Thank you @FxKu I tried to take a look at the PR you mentioned, but unfortunately it's not quite clear to me what the problems actually are. Let me...