Max Stoiber
Max Stoiber
PRs welcome!
That would be amazing!! :100: ---- Yes, I did not manage to convert the React components I have to plain text. Open to ideas on that front too!
That's a really good idea! We could just let our tests run through with a passed in adapter?! That would also test atomicity and stuff. (#20)
That's awesome, can't wait to see this finished!
@relekang any comments? I'm totally not in the context here, haven't looked at that API in a while.
I think let's change the Spec, since it's easier to do? I don't think there's big of a difference between those two APIs...
I was going to say this shouldn't live in core and people should take care of that themselves, but then I realized that you cannot get the IP address of...
Let's check for `NODE_ENV=development` and not block, but if it's `production` we block localhost, crawlers etc? (possibly with an option to disable in prod, `--no-ip-block` or something)
Depends on how much code is needed to do this, in my opinion. If this is done with very little complexity, I'm a fan! I'm no an expert on this,...
That sounds great, I like it! Adds useful functionality without making core bigger, nice one. The one thing I'm concerned about is that you'd have to start and stop the...