-
## How to reproduce the behaviour
I have use the following piece of code to convert json to spacy while validationg using spacy --debug i get whitespace error:
![image](https://github.com/us…
-
**Describe the bug:**
In Servo, text styled with `text-decoration: underline` is not properly underlined. Whitespace characters are not taken into account.
**To Reproduce:**
Open `data:text/html;…
-
To request a new code snippet, please fill out the following:
Project name: Remove All Whitespace
Project link: https://sampleprograms.io/projects/remove-all-whitespace
Language: C++
> The project l…
-
The text input fields for, e.g., prefixes should probably strip leading and trailing white space before submitting an API request.
-
### Describe the bug
When using conditionals in Svelte the result leaves empty comments inside the node. Since comments are considered [childNodes](https://developer.mozilla.org/en-US/docs/Web/API/…
-
### Replication of the Problem
```
task: async (ctx, task) => {
task.output = 'first line'
task.output = ' second line, indented'
},
renderOptions: {
outputBar: Infinity,
persistentOu…
Tobbe updated
4 weeks ago
-
## Prerequisites
* [X] Are you running the latest version of this application?
* [X] Have you checked the [Frequently Asked Questions](https://pymarkdown.readthedocs.io/en/latest/faq) document?
*…
-
************* Module game_screen
src/game_screen.py:14:0: C0301: Line too long (174/100) (line-too-long)
src/game_screen.py:98:0: C0303: Trailing whitespace (trailing-whitespace)
src/game_screen.py…
-
For your interest, a poorly-defined corner of the current docopt spec is quoting and whitespace for default values: https://github.com/jazzband/docopt-ng/issues/46
If you continue working on this, …
-
I noticed a need in one of my queries for a function that collapses whitespace, not just trims it on the left and right.