imtrobin

Results 63 comments of imtrobin

3.0.0 Alpha 7 Repro here. Look at Header.razor https://filedn.com/l3TGy7Y83c247u0RDYa9fkp/temp/code/TestBlazorStyledWithMatBlazor.zip

I figured out what's wrong. The doc says we don't need !important, but we need that here. The css version doesn't need that though.

the only one I see is GetThemeValuesAsync, which is retrieving as a IDictionary. There is GetGlobalStyle (string name) but not GetThemeValue (string name)

I'm using the source code directly. ![image](https://user-images.githubusercontent.com/531606/83933501-a4a25580-a7db-11ea-8f68-c02235936925.png) No worries, will wait for it, its weekend for me already.

No, there are still limitations with MS Json compared to newtonsoft

I'm doing PostAsync (null) in my code, and it works fine.

``` { // this is a comment in the json } ```

Am interested too, did you figure it out?

I saw your other thread, that the advice is to keep disposing and recreating new instance. I dug briefly in the code, I see your have one static httpclient shared...

yes, one httpclient is correct way to avoid socket exhaustion. Though I think it does not work as well for multiple arangodb servers, but I think that's not your design...