imtrobin

Results 44 issues of imtrobin

I can upload images with web version with drag and drop but with hamsket, the upload does not work. It shows a spinning progress bar indefinitely. - > Hamsket 0.6.0...

Hi, installing the latest nightly, Hamsket.Setup.0.6.0.exe, hangs, nothing happens even after 10 mins here. ![image](https://user-images.githubusercontent.com/531606/80908174-561f1880-8d50-11ea-9b7b-a900e51628c4.png) Windows 10. Please do portable exe instead of exe setup.

Hi, I have a issue using BlazorStyled for themeng, I described in more detail here https://stackoverflow.com/questions/62294319/blazor-two-js-interop-which-depend-on-each-other The issue is SetThemeValueAsync is running a JS interop, and has delay. The SetThemeValue...

question

Hi, I'm using BlazorStyled with MatBlazor, I could style like this fine ``` .xxx { background: rgba(20,20,20,0.75); } ``` But I could not get it working like this ``` xxx...

bug
question

Hi, currently it is not reporting any error if the theme it not specified e.g ``` body { background-color: [theme.ThisDoesNotExist]; } ``` If I use the csharp API, it will...

enhancement
question

Hi, I can suggest add a IStyle.GetThemeValue (string) I need to retrive it for theming with other libraries.

question

Hi, reporting documentation formatting issues ![image](https://user-images.githubusercontent.com/531606/83373784-1f462c00-a3fc-11ea-8346-fb1732adaf37.png) There are few other which makes it looks confusing.

bug
Documentation

Hi, just to inform, why not have it default as null if I want to postAsync with no body.

enhancement

Hi, I got the sample working fine under a service, but not when running as a normal app. So I understand there's a few more tokens as described here https://devblogs.microsoft.com/oldnewthing/20190531-00/?p=102532...

Hi, I know it is not in RFC, but libraries likw json.net or even rapidjson support comments, can u add that in please?