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

The prefixrouter accepts requests to `/prefix/prefix/` as `/` for `/prefix` For full prefix this seems to be fine (inkl. host) by @Ompluscator > the reason why flamingo doesn't recognize here...

good first issue

Discriminated unions with cue can't be overwritten, as there will be leftovers which can't be removed.

flamingo-commerce got new feature for its "commercePriceFormat" to configure price format "default" and per "currency" This should move to flamingo and flamingo-commerce should reuse the flamingo service. Currently flamingo-commerce reads...

Discuss: - Allow lockable sessions - Mark keys as lockable

enhancement

Document the minimum requirements such as: ```go package main import ( "flamingo.me/dingo" "flamingo.me/flamingo/v3" "flamingo.me/flamingo/v3/core/gotemplate" ) func main() { flamingo.App([]dingo.Module{ new(gotemplate.Module), }) } ``` ```yaml - name: index path: / controller:...

If Data Response fails then the 500 error template is shown. Expected: A json error format (?) Example stack 2019-05-17T14:13:07.643+0200 ERROR web/result.go:386 json: unsupported type: .... flamingo/flamingo/core/zap/logger.go:77 flamingo.me/flamingo/v3/framework/web.(*Responder).ServerError flamingo/flamingo/framework/web/result.go:386 flamingo.me/flamingo/v3/framework/controller.(*Error).Error...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/openzipkin/zipkin-go](https://togithub.com/openzipkin/zipkin-go) | require | patch | `v0.4.0` -> `v0.4.1` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/google/go-cmp](https://togithub.com/google/go-cmp) | require | patch | `v0.5.8` -> `v0.5.9` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [contrib.go.opencensus.io/exporter/prometheus](https://togithub.com/census-ecosystem/opencensus-go-exporter-prometheus) | require | patch | `v0.4.1` -> `v0.4.2` | ---...