walnut-co

Results 10 comments of walnut-co

any solution / update on this ?

regarding CORS - configure your server side to allow comms from client e.g. .net core in startup class `services.AddCors(options => { options.AddPolicy("AllowAll", p => { p .WithOrigins(new string[] { "http://localhost:8080",...

> when vs-upload is automatic, uploading second file will also send first file.. > > is there any solution for this ??? any workarounds ?

Running below code on android breaks with exception, should the exclusivity be ignored automatically on android ? ![image](https://user-images.githubusercontent.com/13636878/119773766-78a84480-bf04-11eb-9f25-7b011404c67e.png) ![image](https://user-images.githubusercontent.com/13636878/119773818-89f15100-bf04-11eb-9f30-39d497130520.png)

bit late - implement both the plugins, asked user via dialog "pick from files" or "Pick from photos".

have you found any solution ?

![image](https://user-images.githubusercontent.com/13636878/44239931-25572280-a1ff-11e8-9d8e-8e4439fbe907.png) I get this randomly.

I get this errors, somewhat related and also projects do not load in VS 2026 C:\Program Files\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4242: SDK Resolver Failure: "The SDK resolver "Microsoft.DotNet.MSBuildWorkloadSdkResolver" failed while attempting to...

> As a workaround, switching to manifests mode worked for me. > > dotnet workload config --update-mode manifests This solution worked for me, build is working and projects are loaded...

> The originally issue reported was likely a timing issue on release day since the issue went away. We'll review our release process to ensure there's a check that confirms...