Gero Gerke
Gero Gerke
If you need more info, you can use `/api/status-page/default` and `/api/status-page/heartbeat/default` This is really only supposed to be a summary, which monitors exist and what is their status. Similar to...
@pemassi Thanks with your setup I was able to get it running. I have fixed the PR and hidden the config JSON object in the summary API.
We're also interested in this feature. When sending out press releases we sometimes like to attach the press release as a PDF or add additional images that should not appear...
Ein weiteres Problem ist, dass der Bot auf die gesamte Nachrichtenkette antwortet (Nachricht vom Bot -> Antwort von User 1 auf Bot -> Antwort von User 2 auf User 1...
@eknoes Vielen Dank dir! Toller Bot sonst so viele Infos gibt‘s sonst nirgends.
I would also like to see this merged!
You might want to use a custom template with only ``` {{readme}} ``` as the content to prevent any default Templates from writing the `#`.
https://gitlab.com/msrd0/gotham-restful/blob/92410ddd5b241c5eed0bfbb91c10bd7bb7c2c865/gotham_restful/src/lib.rs#L25 This line is your culprit.
@msrd0 I'm not sure if this library is using rustdoc internally, so you could fix the problem yourself be removing that line. I don't understand why it's there anyways.
This library is reading docstrings, but I cannot find any instance where it claims it's doing the same as cargodoc. I would even go as far as saying that a...