-
Hi @julienschmidt
Thanks for the awesome library.
I am trying to host static files along with the API .
This is how I am doing this.
```go
r.HandlerFunc("GET", "/:username", handler.Get…
-
Hi Gabe,
as we mailed before.
I am able to reproduce this error:
`
2016/04/25 21:54:30 http: panic serving 130.226.142.195:34052: interface conversion: interface {} is string, not map[string]interfac…
-
```CentOS 7
Installed Packages
golang.x86_64 1.4.2-9.el7
golang-pkg-bin-linux-amd64.x86_64 1.4.2-9.el7
golang-pkg-linux-amd64.noarch 1.4.2-9.el7
golang-src.noarch 1.4.2-9.el7
```
```
gom -producti…
-
Hi,
When start typing prefix name and type a dot `.` page becomes blank. In browser's development console appears following error (see screen). This occurs only when typing some prefixes.
![Screen…
-
Isn't "204 No Content" a more appropriate return status for OPTIONS requests, as they don't return anything in their bodies?
AFAIU, "200 OK" should be used when the request is successful and there is…
-
# Overview
When sending multiple requests to a route `findHandler` sometimes results in a SIGABRT. This is most visible when spamming requests, as from a script.
## Steps to Reproduce
1. Create a…
ghost updated
7 years ago
-
How can I embed swagger UI? For example like so:
```js
url := ginSwagger.URL("http://localhost:8080/swagger/doc.json")
engine.GET("/swagger/*any", ginSwagger.WrapHandler(swaggerFiles.Handler, url))…
-
Reported output:
```
Oct 22 09:24:03 localhost.localdomain osbuild-composer[10896]: 2020/10/22 09:24:03 Loaded configuration:
Oct 22 09:24:03 localhost.localdomain osbuild-composer[10896]: [koji]
…
-
I'm hitting the following error from `noms serve`:
```
Error Trace: : panic serving 127.0.0.1:50006:
Error: Attempted to write Value containing Ref to non-existent object.
Me…
-
Hi!
I noticed a crash if a request is made when you exit the world (to main menu).
To try to reproduce this I:
1. Start the game and load the world
2. Run `/frm http start`
3. Run `/getPowe…