M. Efe Çetin

Results 163 comments of M. Efe Çetin
trafficstars

> @c00kie17 sorry for the late message why are we putting this in fiber and not in fasthttp? wouldn't that help everyone if it was sanitized in fasthttp ? I...

It seems like EnableSplittingOnParsers has lost its functionality during the migration of the codebase from v2 to v3. We have to add `app.config.EnableSplittingOnParsers` condition again. **v2:** ```go if c.app.config.EnableSplittingOnParsers &&...

Test it with `go get github.com/gofiber/fiber/v3@main`. It is not included to the latest release, but it is available on main branch.

@ashermyers can you check @ReneWerner87's comment

Feel free to create a PR. I agree with you, we need more detailed guides for templates. We can add common usecases into templates section and specific usecases to template...

> I'll take this if you'd like! Feel free to create a pull request. You can add new method called `NewWithFasthttpClient`

Thanks for the PR. I will check HDMI today. I also agree with you that we need to adjust rng patch. I think we can add it as -v2 driver

Just checked HDMI on Opi5 and it doesn't seem to work. It seems like the HDMI bridge pathces have been removed during rebases. They need to be re-added from https://lore.kernel.org/all/20241016-b4-rk3588-bridge-upstream-v10-0-87ef92a6d14e@collabora.com/

> # Hardware RNG driver evaluation > ## Tests > ### `/dev/random` (software implementation) > **CM3588-NAS:** > > ``` > cat /dev/random | rngtest -c 10000 > rngtest 2.4 >...