Clement Tan

Results 15 comments of Clement Tan

Need to re-configure the `Custom domain` for the Github page again every time after I triggered the deployment

Hi @kblok, I have few extension methods for example: ```c# public static async Task DisableImages(this Page page) { await page.SetRequestInterceptionAsync(true); page.Request += async (sender, args) => { if (args.Request.ResourceType ==...

Hi @kblok I think this is not solve yet? Or do you think these use-case scenario doesn't make sense?

Indeed, you either throw exception or use `TryXXX` pattern `bool TryGenerate(out string password)`

Not sure if it is the same issue? I am using orleans 3.7.1 + dashboard 3.6.2(**selfHost=false**), I got a lot of errors on the front-end ``` Refused to apply inline...

Ok I think the issue is because I enable [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) in my web server.

Hello, any plan to fix this? Or whats the workaround to solve this issue? @ReubenBond Thanks

UPDATE: I am configuring System.Text.Json for now instead of using default one it seems solved my issue https://learn.microsoft.com/en-us/dotnet/orleans/host/configuration-guide/serialization-configuration?pivots=orleans-7-0#configure-orleans-to-use-systemtextjson

hi @mbdavid any plan to support async methods? BTW thanks for the great works

Hello, Same issue here, any update on this? thanks