Max Stoiber

Results 127 issues of Max Stoiber

Based on a discussion in https://github.com/styled-components/comparison/pull/31#issuecomment-249354822, I think we might need to rename the lightweightness category. In the `comparison` repo I changed the Checklist for the different methods to be...

I want to add testimonials to the site once we have some. This issue is mostly just a huge link dump for me to remember them: (just because something is...

help wanted

I'm not sure if this is the right way to do it, but this adds another layer of function to add support for `title` options. Closes #3

I have a couple of words I want to special-case (e.g. "CSS-in-JS"), but cannot when using this plugin since it does not accept any options.

In the concise methods section the explanation provided is: > "In object literals and classes we can condense `render: function () {}` to `render()`" And the example is the following:...

help wanted
beginner friendly

Since these responses are essentially immutable we can set a really long cache control header for responses (a year?!) and Now CDN will serve them in milliseconds from all over...

enhancement

Ref #4, thanks to @iamdustan who correctly pointed out that we should respect the `max_header_tokens` options of the `.flowconfig`. Something like ```JS const flowconfig = await danger.github.utils.fileContents('.flowconfig') // TODO: Figure...

enhancement
help wanted

While Flow has its linter, which has a setting that nothing can be typed as "any", that's unfortunately not very applicable in the real-world as you'll encounter tons of dependencies...

enhancement
help wanted

It'd be great if this plugin took the JSON output from a flow run and posted it in the comment, similar to what danger-plugin-jest does with the test failures.

enhancement
help wanted

Repro: ![screen shot 2018-06-13 at 13 20 54](https://user-images.githubusercontent.com/7525670/41348325-a135aaf0-6f0c-11e8-8b83-8bd8bd8c9127.png) 1. Tick "WIP" 2. Do some work 3. Edit comment to untick "WIP" and tick "Ready for Review" 4. The bot doesn't...

bug