-
### What version of Go are you using (`go version`)?
$ go version
go version go1.23.0 darwin/arm64
but the issue appears with go1.22 already, when [enhanced routing patterns](https://ti…
rivo updated
2 months ago
-
https://go.dev/play/p/62hs8jlh0Un WIP
-
As of December of 2022, the [https://github.com/gorilla/mux](gorilla/mux) HTTP routing framework is archived without active maintainers.
If this becomes an issue in the long run, one solution would…
-
There is currently no way to initialize logdy before the mux is created. When logdy is embedded in existing applications, it is not a given that the servemux is created before everything else: importa…
-
Hi!
My understanding is this lib should support RFC-4592 (wildcard domains, as stated in the README). I am trying to use wildcard domains RRs with the following example:
```go
// make a simple …
-
## 🚀 Feature
### PR
#4290
### Problem
The grpc-gateway functionality supports REST ednpoint registration directly to ServeMux without using GRPC-server. Accordingly, interceptors for g…
-
Given the following configuration using v1.52.3
```toml
root = "."
[build]
bin = "myproject"
cmd = "make"
delay = 200
exclude_dir = ["vendor"]
include_ext = ["go", "html", "css"]…
-
My server has been crashing when I try to create multiple streams through the API. Wondering if it's fixable or if I should I just space them out.
Logs:
```
fatal error: concurrent map writes
f…
-
**Version of orchestrion**
`0.7.x`
**Describe what happened:**
The implementation of the `ServerHTTP` method does not get instrumented, because its aspect is gated by `httpmode=report`, which c…
-
```
Change detected, rebuilding site.
2023-03-22 23:19:05.524 -0700
ERROR 2023/03/22 23:19:05 Failed to reload config: add site dependencies: load resources: loading templates: "/Users/Will/Develop…