-
WARNING: DATA RACE
Write at 0x00c000087b40 by goroutine 36:
github.com/swaggo/gin-swagger.CustomWrapHandler.func1()
/golib/pkg/mod/github.com/swaggo/gin-swagger@v1.2.0/swagger.go:63 +0x169
…
-
I tried running from dev branch. Below is the log.
`
[[server]]
title = "make manager_run"
name = "manager_run"
address = ["foobar.cosmosdb.com:2379"]
key_prefix = "/"
desc = "docker way etc…
-
After about a month of collecting data it becomes impossible to load the metrics due to a 500 internal server error.
This has been a long-running issue and affects on Docker as well. I also tried b…
-
## Description
i cannot seem to send a response back to the requestor from within a middleware handler chain and continue to run handlers in the chain. everything i have tried will send the respons…
-
glide : 0.10.2
os : windows 7 32bit
this is my circumstance:
in my codebase, i have installed `gin-gonic` through command `glide get`. when i try to install `go-i18n`
through command `glide get gith…
-
## Description
Enabling `RedirectFixedPath` sometimes leads to infinite redirects
## How to reproduce
```go
package main
import (
"github.com/gin-gonic/gin"
)
func main() {
r := g…
ALX99 updated
3 months ago
-
I got a race condition when getting value from `Context`: `concurrent map read and map write`
The potential error code is in `/gin-gonic/gin/context.go`
```
// Set is used to store a new key/value p…
-
Hello, I'm a [nixpkgs](https://github.com/NixOS/nixpkgs/) contributor and I worked on [packaging Omnom](https://github.com/NixOS/nixpkgs/pull/339846) in [Summer of Nix 2024](https://github.com/ngi-nix…
-
- With issues:
```
goroutine profile: total 7754
7687 @ 0x44066e 0x4393d7 0x472605 0x4e5a27 0x4e6d1a 0x4e6d08 0x539305 0x547545 0x7058fb 0x563578 0x705ade 0x702bef 0x709496 0x709497 0x7c212b 0x5d5…
-
Hello.
I have copied your Dockerfile and executed:
`docker build -t prometheus_bot:latest .`
Then I have received message about error:
```
...
github.com/ugorji/go/codec
github.com/gin-gonic/g…