-
It would be useful to have the ability to add more details to the payload. Something like this:
```
{
"description": "Node east01.internal.opennms.com is down.",
"event_type": "trigger",
…
-
Currently, RECAPTCHA_PRIVATE_KEY has to be defined, even when RECAPTCHA_DISABLE is set, otherwise this stack trace happens:
```
File "/home/vagrant/env/lib/python2.7/site-packages/snowpenguin/dj…
-
```
It would be awesome (other note keepers can do this) if this can be
implemented..
(The icon at the start of the url in the urladdress textbox of firefox can be
dragged)
I also noted that text f…
-
Assert in entity server crashes debug build of the server very often, making it almost impossible to work on it.
Maybe we can change assert to critical message, or figure out why it happens?
```
[0…
-
Original issue submitted by @paiboonpa in https://github.com/babel/babel/issues/8174
## Bug Report
**Current Behavior**
A clear and concise description of the behavior.
Enter https://babeljs.io/…
-
I have circular references between ES6 modules and stache templates using `` which are considered to use the AMD format because of this code here:
``` js
return "define("+imports+",function(module, s…
-
```
Describe the translation issue or enhancement:
The EPlus IDFs generated for from CBECC runs include UIDs in a few areas.
Please see preliminary list below. THis issue is for tracking progress o…
-
`root.css`
```css
:root {
--color-1: red;
}
.color{
color: var(--color-1)
}
```
`root2.css`
```css
:root {
--color-1: green;
}
.color{
color: var(--color-1)
}
```
`index.ht…
-
KanjiVG is a packet of SVG files where every file represent a kanji's stroke order. there is a way to load a file and animate the order stroke?
-
1. [MDN DOM](https://developer.mozilla.org/zh-CN/docs/Glossary/DOM)
2. [阮一峰DOM](http://wangdoc.com/javascript/dom/index.html)
3. [课程讲义](https://bestace.github.io/fed/ppt/publish/47.html)