Max Stoiber
Max Stoiber
License
How do you want the code and the tutorials licensed, which license do you prefer?
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...
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:...
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...
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...
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...
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.