-
See:
https://groups.google.com/forum/?fromgroups=#!topic/membrane-monitor/JN5ctJj_tjA
-
Hi!
I observe this exception when I'm stopping the application with OATPP:
```
terminate called after throwing an instance of 'std::runtime_error'
what(): [oatpp::base::memory::MemoryPool::…
-
__Steps to reproduce:__
List the minimal actions needed to reproduce the behavior.
1. Upgrade data from 1.8.3 to 2.0.1 with success
2. Upgrade deb package to 2.0.2
3. See huge amounts of log wit…
-
- Add Content negociation for XML/JSON using curl.
- Log the temp XML to make it easier to write the XSLT stylesheet
- Change the example if it return JSON instead fo XML
http://www.membrane-soa.org/…
-
Thanos, Prometheus and Golang version used:
prometheus/prometheus:v2.20.1
thanos/thanos:v0.17.2
What happened:
When running a query with a 3 hours timespan, runtime panic in parser.
Full …
-
I've following the various docs in an attempt to run Ory Hydra using the binary, and I've used the reference configuration from `docs/docs/reference/configuration.md` in order to speed up the setup of…
-
**Describe the bug**
I'm using simple native JS client from: https://github.com/aaronpk/pkce-vanilla-js to test my Hydra instance with Authorization Code + PKCE grant. Everything works fine untill th…
-
I tried to add next go.mod file - after this was compiled
-------------
module lukechampine.com/walrus-cli
go 1.13
require (
github.com/julienschmidt/httprouter v1.3.0
githu…
-
Hi,
I'm using glide for the first time today, so maybe I just misunderstood something, but here's the problem:
After `glide create`, fixing(?) a private repo entry, and `glide install` the latter al…
-
**Current Behavior**
We are using **HTTProuter** for routing & serving our UI pages.
**Desired Behavior**
Use **Gorilla/mux** for server routing, remove complex network logic from handlers an…