johnseed
johnseed
> I solved this by adding the `GrpcChannelOptions` in `Startup.cs`: > > ```cs > public void ConfigureServices(IServiceCollection services) > { > services.AddControllers() > .AddNewtonsoftJson() > .AddDapr(builder => builder.UseGrpcChannelOptions(new GrpcChannelOptions() >...
I tried on 1809, 1903, 1909, 2004, all got same error, DoS script does cause BSOD 
> > > > I tried on 1809, 1903, 1909, 2004, all got same error, DoS script does cause BSOD > >  > > what is your testing enviorment?...
I have the same issue. After debugging, it appears that the area_ratio is too small, which indicates that the replacement failed. https://github.com/microsoft/visual-chatgpt/blob/3cfc0a052d67d29e96065b3ea2bf8e22690da785/visual_chatgpt.py#L201
Very simple ```bash conda create -n wrf -c anaconda python=3.8 Basemap conda activate wrf apt update && apt install gcc g++ make cmake gfortran git clone https://github.com/NCAR/wrf-python.git pip install ....
Add some parameters here? https://github.com/dapr/dotnet-sdk/blob/ab5403ed015d7ba46099cf829186e2ea7d6264a5/src/Dapr.Client/DaprClientBuilder.cs#L166