-
### What happened?
as the title says, the End Stone Smelter and Infusion Pedestal ui wont open, and the smelter basically just acts like a normal block with no functions (like wood planks), as right …
-
As many examples are based on pedestal-api we need to make sure it always works!
oliyh updated
7 years ago
-
After adding this middleware `(io.pedestal.http.ring-middlewares/content-type {:mime-types {}})` along with
```
(pedestal/routing-interceptor
(reitit-http/router (routes)
…
-
# Description
I was trying the tutorial [Building your first API](https://github.com/cognitect-labs/vase/blob/master/docs/your_first_api.md) and I could not spin up a web server.
## Expected Beh…
-
Pedestal's Interceptor Helpers are discouraged, and at some point, will be removed from Pedestal all together. Instead, you should use the interceptor API directly (via the `interceptor` function). …
-
I get an application error when trying to access the example app on Heroku.
![pedestal-api-example-app](https://user-images.githubusercontent.com/34372356/215512440-64a913a5-4877-4fd9-a232-339aef32…
-
```
clojure.lang.ExceptionInfo: Input to annotate does not match schema:
[(named {:parameters {:body-params disallowed-key}} doc) ni…
-
# Description
As of Pedestal 0.7.0, it's not possible to have a Double-valued Gauge or Histogram.
## Expected Behavior
Track some telemetry values which are fractional. (E.g. Histograms trac…
-
Hi there,
I've recently migrated our production systems to pedestal (from ring/jetty) after several attempts to digest all the documentation. I'm creating this issue to highlight some areas of the …
-
I see the vanilla lacinia supports a :timeout-ms with the `execute` API, but I seem to have trouble configuring from lacinia-pedestal in a top-down style. Thanks in advance and thank you for this grea…