-
I'm using a twig component like:
```html
Append this
```
But the whitespace around the div is noise (but still nice for formatting).
Is there a way to ask twig to remove it?
Using th…
-
### Intro
Hello again!
I currently have only one niggle with the format,
and that's the invisibility and fragility of representing trailing spaces or tabs.
Trailing newlines are already solved…
-
Summary:
When installing an Octopus Tentacle agent on a Windows computer with the OctopusDSC module, the DSC process hangs indefinitely and the installation never completes:
```powershell
PS > Star…
-
`` should work too. Also
```html
```
See https://discourse.gohugo.io/t/support-whitespace-in-more/42797.
-
It would be nice to be able to see trailing whitespace when viewing a file. Perhaps it could be highlighted in a special color.
-
I found a big problem with whitespace characters, which increase the size of the final server response by 25% (197kb vs 149kb)
With this change, I increased the average number of requests from 968r…
-
I would be interested in a feature which triggers a rebuild of an already built/installed module whenever the easybuild config is changed in a semantic way (no whitespace changes for example). This is…
-
### 🔎 Search Terms
You can write a non-null assertion operator with whitespace after a variable name and no white space before certain keywords such as `in` and `instanceof` and the type checker does…
-
Raspberry Pi provide SVD files with descriptions like:
```text
DW_apb_i2c address block
List of configuration constants for the Synopsys I2C hardware (you may see references…
-
```none
irb(main):132:0> CompareXML.equivalent? a, b, collapse_whitespace: true, verbose: true
=> []
irb(main):133:0> CompareXML.equivalent? a, b, collapse_whitespace: true
=> false
```