TeamDman
TeamDman
Got it working, but then I realized that [tauri-specta](https://github.com/oscartbeaumont/tauri-specta) and [tauri-bindgen](https://github.com/tauri-apps/tauri-bindgen) exist, guess I should read better next time 🤦♂️ Here's my updated thing for reference, it still doesn't add...
Thank you Vuizur for your snippet. Saved me from dependency hell. Originally was getting `Numpy is not available` because of pytorch [This post](https://stackoverflow.com/a/75015427/11141271) recommended upgrading numpy to fix this, however...
URF is gone again and I'd like to track when it comes back, any updates on this?
[](https://twitter.com/swaglord__420/status/1377051721655066629) Time to apply to Riot
Any updates on this?
I believe it's the AKS managed one, will follow up Tuesday when I'm back at the console https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster#blob_driver_enabled
I hesitate to grant the kubelet identity the perms since that grants the whole cluster access. I'm setting up a shared environment where multiple teams will be using a cluster...
Here's what I'm using ```yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization helmCharts: - name: blob-csi-driver repo: https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts version: v1.18.0 namespace: kube-system releaseName: blob-csi-driver valuesInline: controller: replicas: 1 node.enableBlobfuseProxy: true cloud: AzureStackCloud ```...
Thanks for the clarification, will wait for GA release of the full support then
I don't know why it isn't working, it looks like all the stuff is here for this to work as-is D: