David Greenspan

Results 6 issues of David Greenspan

I want to mention these things while they are still in my head from going through the tutorial (I'm on part 3). I think it could be helpful to edit...

I am authoring some Markdown that will be read via GitHub. MPE's TOC generation is super useful, but it doesn't strip out images... or seemingly anything, when it comes to...

Apologies if I'm doing something wrong, but I was expecting to be able to use this package via npm. It seems that the `lib` directory, referred to in `package.json`, is...

`export default function() {}` is currently an error, though it should be legal. `export function () {}` is correctly illegal. This bug comes out of my own PR #287, which...

Reproduction: ``` Vertices: 519.03515625, 186.87890625 630.1881839273268, 256.56830560649445 741.0859375, 326.09765625 639.8512791883232, 262.62675780285144 700, 200 ``` ``` Edges: 0, 1 2, 3 ```

### Lint Name no-unused-vars ### Code Snippet ```ts const foo = new MyClass(() => { foo.hello(); }); ``` ### Expected Result No lint errors ### Actual Result Error on `const...

bug