Dipankar Das
Dipankar Das
Are there any updates on this? now the wasip2 is already out and having problems using reqwst and tokio in wasmtime. This project is the best alternative but currently not...
Np will wait
Here is the test function for more context ```go func TestIsValidRegion(t *testing.T) { testSet := map[string]error{ "LON1": nil, "FRA1": nil, "NYC1": nil, "Lon!": errors.New(""), "": errors.New(""), } for region, expected...
@alabulei1 @juntao
> Hi @dipankardas011 > > Thanks for pointing this out. We use `rust-tls plugin` to replace the `wasmedge_httpsreq` plugin. So I think the existing docs are right. can you review...
@dipankardas011 add the diagram for the overall overview of the event driven archeticture
> [!CAUTION] > I am force all the context.TODO() and context.Background() already present to use the package specific context cc @Horiodino
Improve the loading screen like some go routine that we are waiting for some information or wait operation ```go package main import ( "fmt" "time" "github.com/briandowns/spinner" ) func main() {...
## Some discussion on ksctl component release cycle For example a new tag is created and a relase for ksctl core new tag -> `v1.2.0` #### Sol 1 in the...
we would also need to think on for each release there has to be one file or something which will contain the latest stable release version for these components and...