-
**TypeScript Version:** nightly (2.4.0-dev.20170515)
**Code**
```ts
/**
* @param abcdeg A parameter
*/
function f(abcdefg: number) {
abcdeg;
}
```
**Expected behavior:**
Can …
ghost updated
6 years ago
-
"The goal of this spell checker is to help with catching common spelling errors while keeping the number of false positives low." I think I'm not the only one who thinks a valid, compiling C++ code sh…
-
In file `model/model.py` at line number 73 spelling of implemented needs to be corrected. Those who are new to this community and want to contribute can work on this issue.
-
Hi,
I am wondering if these error messages are normal.
`Lmod has detected the following error: The following module(s) are unknown: "bedtools"
Please check the spelling or version number. A…
-
Salam alaikum. I'm reading the English translations on your app and compiling spelling/grammar errors so that inshallah you can correct them. I have numbered them and put the name of the translator al…
-
### Current problem
The spelling checker do not have end lineno or end column because we do not use a node. Also we're spell checking our own messages.
### Desired solution
In the spelling ch…
-
Code like
```
method abs(n:Number) → Number {
// returns the absolute valye of n
n.abs
}
print (abs -2)
```
will produce a static error like this
```
Syntax error: unknown variab…
-
`delete` doesn't seem to accept suffixes.
I had a type I knew I wanted to delete, which still had a bunch of dependents:
```
mbta/main> dependents predictions.Request
Dependents of: type p…
-
### Preflight Checklist
- [X] I have read the [Contributing Guidelines](https://github.com/ferdium/ferdium-app/blob/HEAD/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [Code of Conduc…
-
I am trying to recover the text but it is not possible since the `token.original_spelling` for a token `: (` does not contain the original number of spaces.
Here is a motivating example:
```py…