-
I don't know why this is happening to me. Whenever there is a new commit, something gets reduced.
![Screenshot_20210831-070108](https://user-images.githubusercontent.com/42956453/131427042-b95aa5a1-8…
-
Code Complexity:
Using C++ as an example:
"for ",
"for(",
"if ",
"if(",
"switch ",
"switch(",
"while ",
"while(",
"else ",
"|| "…
-
I am testing out ts-migrate-full on a large project that uses an older version of react. ts-migrate (maybe the explicit-any plugin??) doesn't seem to be properly replacing code in some plain `.js` fil…
-
**Is your feature request related to a problem? Please describe.**
Often times one only wants to display several lines of code. Displaying these lines without context could confuse the reader. Disp…
-
These lines - https://github.com/akshaybhalotia/JSCalculator/blob/master/lib/driver.js#L44, https://github.com/akshaybhalotia/JSCalculator/blob/master/lib/calculator.js#L4 - are quite long. It's a goo…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues).
### Prere…
-
```
Board: Pinguino 4550
Proc: 18f4550
File: C:\Users\fwarden\Desktop\x.4\examples\02.Digital\Debounce\Debounce.pde
error while compiling
check highlighted lines in your code
there are no highlighted…
-
It’s commonplace to write code comments/doc blocks with markdown syntax or have html in there. With this API, we could render it and make it pretty. In addition to this, sometimes the lines are too lo…
-
Hello,
one thing I am missing is `lines_of_code` that was available in Ruby version of Danger. It helps to warn reviewers that PR is bigger than is standard or expected, or you can simply force doc…
-
the current Acceptance rate is calcuated by (lines_accepted/ lines_suggested) * 100. it ingore the accepted count.
so we got some customer's feedback, that it is better to calcualte the (total_accept…