M. Efe Çetin
M. Efe Çetin
Hi @mdelapenya. When i run couchbase tests with testcontainers-go, a timeout error raises after 30 seconds, especially with context tests; however, when i run tests with couchbase image on docker,...
> @efectn is it fine if I add some commits on top of yours updating the tests? Yes of course, feel free to play.
> @mdelapenya would be cool if you could support here as this is a breaking change and we want to improve the storage for v3 the new version is just...
> @efectn can i merge , or should i wait for the coverage extension ?  I will complete it tomorrow
> > @efectn If you can add the command for generating the `msgp` to the Makefile. > > you mean this [`main`/Makefile#L61-L67](https://github.com/gofiber/fiber/blob/main/Makefile?rgh-link-date=2024-08-29T14%3A05%3A39Z#L61-L67) done
@idearat any updates?
You can use `fs.Sub` directly without converting it to http.FS. New static middleware accepts `fs.FS` as FS config property. I don't think you need that part.
Tested, it works. ```go package main import ( "embed" "io/fs" "log" "github.com/gofiber/fiber/v3" "github.com/gofiber/fiber/v3/middleware/static" ) // Embed the build directory from the frontend. // //go:embed fiber/* fiber/public/* var BuildFs embed.FS //...
There are a few of major tasks left back to release rc1 of fiber v3. I'd recommend you to develop your projects using v2 which is in stable state. v3...
I am OK with the change, too.