-
VictorOps integration is useless when whole `state_message` is just a large string and cannot be passed to transmogrifier.
Instead of `body = self.create_alert_body(matches)` in https://github.com/…
-
`` content is chained to existing one and the whole app gets slower and slower.
_steps to reproduce (+example):_
- click any links
random clicking result (mostly articles/new article/photos/new phot…
-
**Describe the bug**
If the `SecRequestBodyAccess` is `off`, then the engine skips all rules which has `phase:2` action.
**To Reproduce**
[Here](https://gist.github.com/airween/f20120d8e419cd…
-
For MVP the target property of any of these annotations can be any of:
- A whole Canvas
- A xywh region of a Canvas
- Any other resource but without any further selectors (e.g., target the Man…
-
I had a look at a page source on the index.html as it comes up in the browser, and I see that your SSI is triggering a whole new HTML file *inside* the HTML head element. We need to move your SSI incl…
-
Trying to add a background to the whole page using the pattern in the `body` tag.
``
This is my CSS
`
.grid-color {
background-color: black;
}
.grid-s…
-
If the immediate retries are implemented in-memory within the transport the current transport seam makes it possible to modify the incoming message so that the effects of the modification are visible …
-
Instead of writing "font-family: Helvetica" in 5 different places in your CSS, consider using universal styles! You can remove those 5 lines and just add this at the top of your file to set the defaul…
-
As a user I want to be able to copy/paste the entire body contents, because usually people put instances inside the body, not an extra box for copy pasting.
Problem has been so far that we don't kn…
-
I am focusing on these 3 styles in the header css.
```
top: 0px;
left: 0px;
right: 0px;
```
I am assuming you did this to fix the gap that was up on top.
The gap is easily fixable…