imtrobin
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.  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...
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...
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...
Hi, I can suggest add a IStyle.GetThemeValue (string) I need to retrive it for theming with other libraries.
Hi, reporting documentation formatting issues  There are few other which makes it looks confusing.
Hi, just to inform, why not have it default as null if I want to postAsync with no body.
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?