Clement Tan
Clement Tan
Hi there, this is not a bug but more a question (sorry if it's not a right place to ask here let me know). How can I check if a...
For V3 I am getting this error: ```log PuppeteerSharp.EvaluationFailedException: Evaluation failed: TypeError: Cannot set property 'innerHTML' of null at __puppeteer_evaluation_script__:1:66 at PuppeteerSharp.ExecutionContext.ExecuteEvaluationAsync(String method, Object args) at PuppeteerSharp.ExecutionContext.RemoteObjectTaskToObject[T](Task`1 remote) at PuppeteerSharp.DOMWorld.EvaluateFunctionAsync[T](String...
Hi there, I was just tried to use version 2.1.0 in my fsharp project with orleans 3.7, but I got `Could not load type 'k8s.Models.V1ObjectMeta' from assembly KubernetesClient` exception when...
Hi @Horusiath, I can't find it on NuGet, what's the name of this package? Thanks
Hello, thanks for the great works. Just wondering how to support [Route Groups](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis?view=aspnetcore-8.0#route-groups) as I can't find any information from the document. Thanks
Hello, thank you for the greats work. May I know are you planning to add SettingsButton which introduced by Bot Api 7.0 (https://core.telegram.org/bots/webapps#december-29-2023)
I think because of this line `if ctx.Request.ContentLength |> Option.ofNullable |> Option.defaultValue 0L = 0L then` https://github.com/falcoframework/Falco/blob/master/src/Falco/Request.fs#L98