-
Most base-64 decoding libraries accept (and ignore) whitespaces, however this library throws an error.
It would be much more convenient if this library is more lenient in reading base64 data by ski…
-
## Description
Due to a combination of string separation to aid translation and HTML formatting via BeautifulSoup4, the published HTML output includes extraneous spaces.
### Example:
[`docs/licen…
-
# Is (text) content composed only of whitespace visible?
As per [the current definition of visible](https://act-rules.github.io/glossary/#visible), content which is composed only of whitespace is n…
Jym77 updated
2 years ago
-
There is a little gripe I have with `indent-heuristic = simple` while using the _"tabs to indent, spaces to align"_ styling. For C functions, when parameters are long, I tend to do it like this:
``…
-
This example document contains two "include" instances; the first instance includes the referenced file as expected. The second instance adds the `{.yaml include = "stuff.yml"}` text in the document.
…
-
Hi, how can I prevent whitespace on input required?
https://stackoverflow.com/questions/13766015/is-it-possible-to-configure-a-required-field-to-ignore-white-space
1ucay updated
3 years ago
-
Although the UG is split up into sections, many places have loads of whitespace which could have been better utilised.
for example, the help command is very short, and leaves behind much whitespace
…
-
```
What steps will reproduce the problem?
1. http://wiki.tcl.tk/_/diff?N=3891#diff0
The first "DefM COMMENT" line is correctly identified as a whitespace change.
The second "DefM COMMENT" line is c…
-
```
- For compressing all whitespace
- For preserving indentation
- default: do nothing
```
Original issue reported on code.google.com by `andyc...@gmail.com` on 8 Mar 2009 at 5:24
-
Right now, as individual characters goes, only single spaces " " are considered white space, and we tell the parser to skip those in some instances (most importantly when they occur between {{ }} toke…