Vemula Sai Sri Vathsa
Vemula Sai Sri Vathsa
> I have been able to work around this issue. I found that the order of classes in `permission_classes` matters. To help debug this issue I rewrote `IsAdminUser` in my...
Can anyone share the instructions on how to build the binaries from the source code?
@nicolasnoble @murgatroid99 I am actually using trying to install the grpc-tools on AWS Graviton 2 instances. Are there any instructions on how to run the test cases? I have access...
I am facing the same issue. How do I fix this?
I am trying the hello world program [here](https://dotnet.microsoft.com/learn/dotnet/hello-world-tutorial/create). I get the following error on `dotnet run` ``` /home/gitpod/dotnet/sdk/5.0.205/Roslyn/Microsoft.CSharp.Core.targets(71,5): error MSB6004: The specified task executable location "/run/containerd/io.containerd.runtime.v2.task/k8s.io/8d43b12c1594dc0c1d088799c455ea33f1a0ea3eb8a5b641c0b8326fc5656516/rootfs/home/gitpod/dotnet/dotnet" is invalid. [/workspace/react-js-sample/myApp/myApp.csproj] The...
Yes, I only have one dotnet installation. On doing `cd myApp` and `dotnet build` I am getting a similar error ``` Microsoft (R) Build Engine version 16.9.0+57a23d249 for .NET Copyright...
The `DOTNET_ROOT` is already set. I set the `DOTNET_MULTILEVEL_LOOKUP` as suggested but I am getting the same error.
`DOTNET_ROOT` is set to `/home/gitpod/dotnet`
What should I mount and at which location? Btw I am running these commands inside a pod in a Kubernetes cluster(eks)
@wfurt Here's the output of mount ``` /.workspace/mark on / type shiftfs (rw,relatime) sysfs on /sys type sysfs (ro,nosuid,nodev,noexec,relatime) tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,relatime,mode=755) cgroup on /sys/fs/cgroup/systemd type cgroup...