Max Stoiber

Results 126 issues of Max Stoiber

Pictures speak more than a thousand words: ![Demo](https://i.imgur.com/bFRimSx.gif) Note how I CMD+a to select all the content, yet when I press backspace and delete everything the first block is still...

bug
help wanted

Repro: ![empty-line](https://user-images.githubusercontent.com/7525670/36969847-e9c091da-2066-11e8-93e3-d67892370dfd.gif)

bug

Repro: ![draft-placeholder-bug](https://user-images.githubusercontent.com/7525670/37587283-2be4632c-2b5f-11e8-88fa-856a944da808.gif)

bug

Rather than use a service like coveralls, it'd be great if this Danger plugin could post a comment whenever the coverage drops from a PR!

- I totally agree with point one, makes a lot of sense. - You're kinda loosing me with rules, not 100% how rules.background('black') is any better than background: 'black'. You...

I have a few linting script for my [react-boilerplate](https://github.com/mxstbr/react-boilerplate/blob/v3.0.0/package.json#L100-L105), structured like this: ``` JSON "scripts": { "lint": "npm run lint:js && npm run lint:css", "lint:js": "eslint .", "lint:js:staged": "eslint-staged", "lint:css":...

When you run `$ npm run test`, npm in reality runs `$ npm run pretest && npm run test && npm run posttest`. These lifecycle scripts are not meant to...

Thank you so much for building this. I live in my calendar, but constantly forget to check the LEC schedule and miss games I want to watch because I'm busy....

Right now you have to type \`\`\`\ to get highlighting in \. We should somehow auto-detect which language is used and highlight based on that. /cc @ngs

enhancement