-
### Issue description or question
**Test**:
```
describe('demo', () => {
it('should calculate 1 + 1', () => {
const a: number = 1;
const b = 1;
expect(a + b).toEqual(2);
})…
-
When I run Wallaby in `aSpec.js` which `tests a.js`, I see coverage indicators in both files. However, when `a.js` or `aSpec.js` is a symlink, no indicators are shown. Only in the original files. Is i…
-
## Version **2.0.4** of **[karma](https://github.com/karma-runner/karma)** was just published.
Branch
Build failing 🚨
Dependency
…
-
The are currently lots of issues with decorations and word-wrapping, especially with GitLens. Extension authors could at least mitigate some of these issues with the knowledge that word-wrapping is ac…
-
***
☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at greenkeeper.io](https://greenkeep…
-
## Version **5.0.1** of [mocha](https://github.com/mochajs/mocha) was just published.
Branch
Build failing 🚨
Dependency
mocha
…
-
Current implementation(s) stop with traceback.
Add option to continue but log problem pages?
Seen some cases where it was an issue in trafilatura, it has issues with pages:
* https://en.wikip…
-
I've noticed this error a couple of times since switching to the new branch. Here's the server log of the exception:
```
INFO:__main__:Processing http://www.telegraph.co.uk/sport/rugbyunion/internati…
-
Hi Deno team – firstly, I wanted to say thanks for all your work creating deno. It’s impressive and I am personally looking forward to seeing more community adoption.
Our company creates a couple o…
-
Right now we only report errors inline and in output channel, and console logs only in output channel. Inline console logs and coverage are not reported because it can change frequently and can be mis…