M. Efe Çetin
M. Efe Çetin
I think current client Implementation is very complex and limited. I think we should do these tasks to solve it: - Move client.go to `client/`. Project structure will be more...
```go func (app *App) Listen(addr string, config ...ListenConfig) error type ListenConfig struct { ListenerNetwork string CertFile string KeyFile string ClientCertFile string DisableStartupMessage bool EnablePrefork bool GracefulContext context.Context GracefulTimeout time.Duration TLSConfigFunc...
**Describe the bug** If laravel-translation package shares languages to `resources/lang`, Laravel uses `resources/lang` as default langPath (you can check it by using `app()->langPath()`). And then, it causes problem if we...
fix https://github.com/gofiber/fiber/issues/2005 To-Do List: - [x] Flash messages.
### Feature Description I think we should merge static and filesystem to make Fiber core simple in v3. Also there's no performance problem when we compare fasthttp.FS static and io/fs...
**Please provide enough information so that others can review your pull request:** **Explain the *details* for making this change. What existing problem does the pull request solve?** **Commit formatting** Use...
Docusaurus 2 is fast, flexible and free documentation generator. I think it would be better if we use Docusaurus instead of Gitbook. Gitbook isn't open source and a bit slow...
`SUBDIRECTORY` is useful when we have a project in another directory. However it doesn't work with multiple directories. It'd be nice to add something like `SUBDIRECTORIES` to use this tool...
# Description It depends on https://github.com/armbian/linux-rockchip/pull/76 https://github.com/armbian/build/pull/5519#pullrequestreview-1549880906 Jira reference number [AR-9999] # How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also...