-
Change Storage Class: Make Trident as default
```
oc patch storageclass gp3 -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"false"}}}'
```
```
oc patch s…
-
The build process and dependencies graph all seems to be correct but it's pointing to an incorrect directory looking for *.h files to use with the sharpie bind -scope.
System.Exception: Error durin…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the com…
-
**Describe the bug**
When using trident as backend for virtual machines with kubevirt, if one restore a volume of a VM and later on delete the VM, we are left with FlexClone without it parent, which …
-
/kind bug
**What happened?** The test fails because it tries to determine what security group to create the FSx file system in using kops-specific ec2 instance tags . https://github.com/kubernetes-…
-
I just upgraded MathNet.Numerics to the latest version in one of my F# projects, and now I'm missing "../packages/MathNet.Numerics.FSharp/MathNet.Numerics.fsx" that I always used to load it. The docum…
-
From a clear clone on OSX 10.9.3 + Mono 3.4.0, after having setup the project info through build.sh, I run build.sh ReleaseDoc and I get the following error:
fsharpi --define:RELEASE generate.fsx
/U…
-
As an outsider, I'm trying to replicate what was seen in the demo on [youtube](https://www.youtube.com/watch?v=QjVRJworUOw&t=9s)
LiveDemo.fsx looked like the closest option, but upon inspecting its…
-
Just for someone who is interested about this project!!
https://gist.githubusercontent.com/ingted/b1d5fcadc4cb76f89790f9f990ee55b1/raw/565a8eecad39926a7a4ddb7b547387facc0a15aa/FSharp_FRP_practice.f…
-
## 🐛 Bug
Hi, I'm training `roberta_large` with DDP with `torch.compile` API wrapping the model definition in trainer. This API is introduced PyTorch 2.0; This error doesn't happen without the `torc…