flamingo icon indicating copy to clipboard operation
flamingo copied to clipboard

Flamingo Framework and Core Library. Flamingo is a go based framework to build pluggable applications. Focus is on clean architecture, maintainability and operation readiness.

Results 73 flamingo issues
Sort by recently updated
recently updated
newest added

Will run the Flamalyzer in the pipeline

The utils in core are somewhat outdated. Let's discuss to extract it into a separate repository for v4

closes #201

blocked

cuelang has developed new features. Let's make them available in Flamingo, too. current in Flamingo: cuelang.org/[email protected] actual version: cuelang.org/[email protected]

Bind methods are provided in gin.Context: https://pkg.go.dev/github.com/gin-gonic/gin#readme-model-binding-and-validation It is useful when post json struct data in request body. Will flamingo provide similar api in the future?

The Responder can be quite confusing in its usage. See #185 .

Hello friends, while analysing an issue with our SSO by investigating our application logs, I noticed that the function called here: https://github.com/i-love-flamingo/flamingo/blob/master/core/auth/oauth/oidc.go#L310 Does not consider the request context when logging...

good first issue

Go 1.16 brings a lot of nice enhancements, so we should evaluate if we can adapt them. ## NotifyContext https://tip.golang.org/pkg/os/signal/#NotifyContext https://github.com/i-love-flamingo/flamingo/blob/ce166cf6d8d73aec922a6ebecc5f893775b83263/framework/cmd/module.go#L42-L44 ## embed https://tip.golang.org/pkg/embed/ (not used yet, but might be...

new(flamingo.StdLogger).Debug(...) will panic, as the underlying log.Logger is not ready to use anymore. Tested with go 1.14.6

good first issue