-
```
Hi,
while playing with XMPPHP I've found that it doesn't implement any keepalive
feature and I the
persistent bot being developed here was being dropped from time to time by the
XMPP server
(…
-
```
Hi,
while playing with XMPPHP I've found that it doesn't implement any keepalive
feature and I the
persistent bot being developed here was being dropped from time to time by the
XMPP server
(…
-
Ran into another issue setting the white space after property values to -1.
Input:
``` js
var obj = {
a: 'something' ,
b: 'other'
};
```
Output:
``` js
var obj = {
a: 'something',
b: …
-
```
Hi,
while playing with XMPPHP I've found that it doesn't implement any keepalive
feature and I the
persistent bot being developed here was being dropped from time to time by the
XMPP server
(…
-
Fiddle: http://jsfiddle.net/0w6audhr/1/
The exported PDF has in the fiddle has a lot of whitespace on the right side of the chart. This seems to relate to the hight of the chart container in some way…
-
Panel heights are set using global max stack heights. They should instead be using local stack heights determined by the range of their time spans.
Attached is the offending log:
[query_results (1…
-
Places to trim:
- End of the lyrics textarea
- Beginning and end of the source textarea
- End of each line of lyrics
- Beginning and end of other input fields
-
Hi!
I'm getting
```
D, [2019-03-07T06:00:32.603960 #1] DEBUG -- : engine stderr: Exception: Referenced sniff "Generic.WhiteSpace.ArbitraryParenthesesSpacing" does not exist in /usr/src/app/vend…
-
https://checkstyle.sourceforge.io/config_whitespace.html#WhitespaceAround
Sample output:
```
[ant:checkstyle] [ERROR] /../calcite/core/src/main/java/org/apache/calcite/plan/RelOptUtil.java:3527…
-
If your HTML happens to have whitespace in the tag, e.g., ` foo `, that text will not impact how the user sees the page, unless it is a `` element. I don't think that the `'have.text'` assertion …