Meinrad Recheis

Results 159 comments of Meinrad Recheis

The code you posted is not enough to reproduce the problem, we would have to make up the `@code { }` that goes with it. Please post a minimal code...

I think you got a bug in your code. I constructed a minimal example that updates a property of an object and it works: ```Razor @context (@(context.Length)) Selected value: @(Item?.Method)...

ok, got it. You can mimick the asynchronous initialization by using `await Task.Delay(...)`. If you can put together a minimal reproducing piece of code that can be copy-pasted into a...

@WinInsider the OP never produced code that reproduces the problem. Can you maybe?

@zaasgd do you need this PR merged? Problem is, I can't merge due to conflicts. If you need it could you pull the changes from @dvdvorle, resolve the conflicts and...

@Jiuyong sorry this has escaped my attention. It is a shame that a good PR was left lying around for 10 years ... let me say that much: It definitely...

This problem is fixed now that framework 4.5 supports modern TLS. By changing default settings I can talk to Griffin.Webserver HTTPS port without timeout! Here is the working default setting:...

Here is my working solution in case somebody cares: HttpMessageEncoder's Send method: ``` /// /// Buffer structure used for socket send operations. /// /// /// Do note that there are...

Here is the fix for that issue in HttpCookieParser change the Parse method to ``` /// /// Parse cookie string /// /// A generated cookie collection. public IHttpCookieCollection Parse(string value)...

I don't own a mac so it is not easy for me to test with your scenario. Are you using Numpy.Bare? My guess is that [pythonnet](https://github.com/henon/pythonnet_netstandard) is compiled against a...