Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/gofiber/fiber

⚑️ Express inspired web framework written in Go
https://github.com/gofiber/fiber

πŸ€— [Question]: Grouping by Middleware

adiwahyudi opened this issue 11 months ago
Bump golangci-lint to v1.56.1

gaby opened this pull request 11 months ago
🎨 Style: Clean up errcheck config

nickajacks1 opened this pull request 11 months ago
♻️ Refactor: Remove mutex lock in logger middleware

nickajacks1 opened this pull request 11 months ago
πŸ“ [v3 Proposal]: Improve Storage Interface

efectn opened this issue 11 months ago
πŸš€ Performance improvements

Fenny opened this pull request 11 months ago
Fix: Typo in routing.md

linogomez opened this pull request 11 months ago
Add go1.22 to test matrix

gaby opened this pull request 11 months ago
πŸ› [Bug]: Prefork Option removed from fiber.Config

darkness-a47 opened this issue 11 months ago
πŸ› [Bug]: The documentation of `QueryParser()` is incorrect.

your-diary opened this issue 11 months ago
πŸ”₯ v3 (feature): Adding GetReqHeaders and GetRespHeaders

brunodmartins opened this pull request 11 months ago
fix(logger): print to stderr if log fails for default format

nickajacks1 opened this pull request 11 months ago
πŸ€— [Question]: How to add space at the end of header value

pitagoras530 opened this issue 11 months ago
build(deps): bump benchmark-action/github-action-benchmark from 1.16.2 to 1.19.3

dependabot[bot] opened this pull request 11 months ago
build(deps): bump release-drafter/release-drafter from 5 to 6

dependabot[bot] opened this pull request 11 months ago
πŸ€— [Question]: CSRF check is failing

vijrcafinnovation opened this issue 11 months ago
build(deps): bump nick-fields/retry from 2 to 3

dependabot[bot] opened this pull request 11 months ago
fix(cache): 304 status loop when using fiberpow

mjholub opened this pull request 11 months ago
fix: testifylint failure that fell through the cracks

nickajacks1 opened this pull request 11 months ago
Update Typo documentation

canks69 opened this pull request 11 months ago
build(deps): bump benchmark-action/github-action-benchmark from 1.16.2 to 1.19.2

dependabot[bot] opened this pull request 11 months ago
ci: Update golangci-lint to v1.55.2

nickajacks1 opened this pull request 11 months ago
🧹 [Maintenance]: Update golangci-lint

nickajacks1 opened this issue 11 months ago
chore: fix force type assertions in session_test.go

nnnkkk7 opened this pull request 11 months ago
build(deps): bump benchmark-action/github-action-benchmark from 1.16.2 to 1.19.1

dependabot[bot] opened this pull request 11 months ago
Addition of Locals Function with Go Generics as an Alternative to c.Locals

ryanbekhen opened this pull request 11 months ago
Fix default value to false in docs of QueryBool

CAEL0 opened this pull request 11 months ago
build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0

dependabot[bot] opened this pull request 11 months ago
πŸ“š: Fix a misspelled comment

theleeeo opened this pull request 11 months ago
:sparkles: v3 (feature): add support for custom constraints

efectn opened this pull request 11 months ago
chore: Fix remaining testifylint errors

nickajacks1 opened this pull request 11 months ago
chore: Fix testifylint errors in middleware

nickajacks1 opened this pull request 11 months ago
build(deps): bump actions/cache from 3 to 4

dependabot[bot] opened this pull request 11 months ago
docs: fix typo in documentation

StrawHatHacker opened this pull request 11 months ago
ci: re-enable tparallel linter

nickajacks1 opened this pull request 11 months ago
🚨 Test: Speed up addon/retry tests

nickajacks1 opened this pull request 11 months ago
πŸ› [Bug]: Set cookies in different paths

DarkSorrow opened this issue 11 months ago
chore: change interface{} to any

nickajacks1 opened this pull request 11 months ago
πŸ“š Doc: Undocumented function in session.md

gandaldf opened this pull request 12 months ago
πŸ“š Doc: Update handler signature for v3

nickajacks1 opened this pull request 12 months ago
SessionID new on each request (session mw)

sixcolors opened this issue 12 months ago
2743 encryptcookie middleware docs

sixcolors opened this pull request 12 months ago
build(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0

dependabot[bot] opened this pull request 12 months ago
build(deps): bump github.com/valyala/fasthttp from 1.50.0 to 1.51.0

dependabot[bot] opened this pull request 12 months ago
build(deps): bump actions/setup-go from 4 to 5

dependabot[bot] opened this pull request 12 months ago
build(deps): bump github/codeql-action from 2 to 3

dependabot[bot] opened this pull request 12 months ago
build(deps): bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20

dependabot[bot] opened this pull request 12 months ago
πŸ€— [Question]: Dynamic Session ID Generation

gandaldf opened this issue 12 months ago
build(deps): bump golang.org/x/sys from 0.15.0 to 0.16.0

dependabot[bot] opened this pull request 12 months ago
Injectable route constraints

ReneWerner87 opened this issue 12 months ago
add ulid routing Constraint

alfadhela opened this pull request 12 months ago
♻️ v3: fix!: ContextKey collisions

sixcolors opened this pull request 12 months ago
πŸ€— [Question]: How does the prefork in Fiber work?

hitrop opened this issue 12 months ago
Add support for running nilaway

gaby opened this pull request 12 months ago
πŸ€— [Question]: app.OnShutdown not printing to stdout

mhornbacher opened this issue 12 months ago
Adding new QueryParser

brunodmartins opened this pull request 12 months ago
v3: Add QueryParser for get query using generic

ryanbekhen opened this pull request 12 months ago
Why isn't c.Params(param) capturing the route parameter in a middle handler?

darienmiller88 opened this issue almost 1 year ago
♻️ logger/middleware colorize logger error message #2593

ReneWerner87 opened this pull request almost 1 year ago
πŸ› [Bug]: Adaptor + otelfiber issue #2641

ReneWerner87 opened this pull request almost 1 year ago
πŸš€ [Feature]: Allow rebuilding route tree stack

rebaz94 opened this issue about 1 year ago
πŸ€— [Question]: Can fiber support reverse url like django?

feeops opened this issue about 1 year ago
πŸ”₯ v3: update Ctx.Format to match Express's res.format

nickajacks1 opened this pull request about 1 year ago
🩹 Fix: Fixed Adapter Otelfiber c.BaseURL() issue

rharshit82 opened this pull request about 1 year ago
[Proposal v3] πŸ”₯feat!: add Req and Res objects to mirror Express

nickajacks1 opened this pull request about 1 year ago
build(deps): bump github/codeql-action from 2 to 3

dependabot[bot] opened this pull request about 1 year ago
build(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0

dependabot[bot] opened this pull request about 1 year ago
πŸ“š Update app.md for indentation

MehmetFiratKomurcu opened this pull request about 1 year ago
πŸ”₯ feat(utils): add IsZeroValue

sixcolors opened this pull request about 1 year ago
πŸ“š Doc: added guide how to build docker image with fiber

etroynov opened this pull request about 1 year ago
πŸš€ [Feature]: Implement Generic APIs for Enhanced Variable Type

dozheiny opened this issue about 1 year ago
🩹 middleware/logger/: log client IP address by default

iredmail opened this pull request about 1 year ago
build(deps): bump actions/setup-go from 4 to 5

dependabot[bot] opened this pull request about 1 year ago
chore(encryptcookie)!: update default config

sixcolors opened this pull request about 1 year ago
Update CONTRIBUTING.md

tokelo-12 opened this pull request about 1 year ago
fix: don't constrain middlewares' context-keys to strings :bug:

benjajaja opened this pull request about 1 year ago
Revert revert requestid contextkey

benjajaja opened this pull request about 1 year ago
✨Feature: Add fgprof to analyze mixed I/O and CPU workloads

Max-Cheng opened this pull request about 1 year ago
🩹🚨 - fix for redirect with query params

gilwo opened this pull request about 1 year ago
The compiled package is too big, isn't it

iaping opened this issue about 1 year ago
πŸ€— [Question]: PR template and CONTRIBUTING.md Inconsistency

nickajacks1 opened this issue about 1 year ago
πŸ“ [v3 Proposal]: Parity for res.format and Ctx.Format

nickajacks1 opened this issue about 1 year ago
build(deps): bump golang.org/x/sys from 0.14.0 to 0.15.0

dependabot[bot] opened this pull request about 1 year ago