-
![image.png](https://raw.githubusercontent.com/nus-cs2113-AY2122S1/pe/master/files/9a7d4e34-3aa5-41e0-bd1c-c72ca4ee62b6.png)
no mention anywhere that whitespaces between the space and indexes not all…
-
![image.png](https://raw.githubusercontent.com/nus-cs2113-AY2122S1/pe/master/files/6dbdd911-be51-4ec2-b9c2-c1f8d2a5571a.png)
there was no mention in the user guide or anywhere that there can't be whi…
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
![…
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
![…
-
I have this code:
```
$aFilter['appdeletedby_id'] = NULL;
$dataRecords = $this->select('distinct myField)
->where($aFilter)
->order([$field => 'ASC']);
```
and it works
…
-
Since the module doesn't have configuration (ala text-table) for leading whitespace or space between columns, collapsing all whitespace is problematic. We're left to hack around it by splitting lines …
-
-
I'm using `lstrip_blocks` and `set_trim_blocks` to help with white space, but it's still bugs me and I end up with a lot of manual removal by adding `-`
I'd like to request a feature to treat every…
-
### Description
In a previous PBI We discovered that white space issues in the frontmatter for SSW Rules were causing
See PBI - [🐛 Bug - "Gatsby Build" job is failing due to whitespace issue](https:/…
-
In below code, function `processData` is reported as Token.Name.Other instead of Token.Name.Function
```javascript
from pygments.lexers import get_lexer_by_name
code = '''function processData(i…