-
https://github.com/swiftlang/swift-format/pull/791 doesn't seem to handle a blank line in the block comments, i.e. -
```swift
/* Comment
Comment after blank */
```
```s…
-
**Describe the bug**
Unexpected non-whitespace character after JSON at position 6 (line 1 column 7)
**To Reproduce**
Steps to reproduce the behavior:
1. Go to the phoenix application
2. Wait fo…
-
The build failed when a path containing spaces was specified in the prefix. This is probably due to the fact that the path passed to the install path is being crossed without quotation marks.
Confi…
-
Today I stumbled over a problem due to #5312.
When I saved the file `doc/ref/mloop.xml`, three trailing blanks got removed automatically.
(`git restore` seemed to be the only way to get the original…
-
Has clang-format ever been applied? I just applied it to the codebase and most of the files get changed by it (using the config file at the top of the repo). Mostly function arguments, some way-too-lo…
-
Bug introduced at https://github.com/redom/redom/commit/76f150c509bf63c356b55fe30218996546a6e18f.
Given code
```javascript
el('a', {class: 'abc def'})
```
Then an error is produced
```
…
-
### Description of Issue
OpenUSD allows whitespace in applied schema instance names. As whitespace is not allowed in OpenUSD property names, a schema may fail to create properties that include the i…
-
So Ignition is a tab-centric code editor, so it's good to clean up and make this more consistent. Linters hate trailing whitespace, as well, so this is one way to get the noise down a bit.
See the …
-
When using updater() I get the following:
`The file was downloaded successfully into:
C:\Users\Firstname Lastname\AppData\Local\Temp\RtmpA1VGx7/R-4.1.0-win.exe
Running the installer now...
'C:…
-
There is some rudimentary code for whitespace handling in the template parser but it's not tested and is definitely not working correctly, there are a couple of tests failing in the [equivalence tests…