-
Dear John @jstac ,
As you mentioned in the email, we should check the spelling and grammar of all the contents.
This issue tracker is to update the spelling/grammar check for all the lectures. W…
-
# Improve the deployment pipeline by adding in:
* MarkDown syntax checks and style linting
* Deployment checks using testing library
* validate all links work
* verify all tags have a page w…
-
Needs to be language dependent then
s-blu updated
4 years ago
-
### State
Documentation, chapter 4, grammar:
```
value : logical_literal | real_literal | regular_expression | string_literal;
```
Documentation, Table 19, Description of *metric* values:
…
-
ghost updated
6 years ago
-
I haven't tested bot functionality, just looked through code
As I can see, bot will always press the same spot in same timing, which can theoretically trigger some bot checks(especially when sho…
-
While I cannot translate mandarin to English, for example, I can correct grammar in parts of the program where broken English is already implemented or the translation is not in the correct context. I…
-
-
E.g. using https://www.languagetool.org/ - open source style & grammar checker. It's LGPL but unfortunately Java. However there are Python wrappers: https://pypi.python.org/pypi/grammar-check/1.3.1 & …
-
The documentation says Branescript allows array indexing in C style manner: `foo[0]`.
However, looking at the formal definition, that seems to be not the case.
Expressions are defined as:
```
…