Results 198 comments of Cory Simmons

Why remove `/terms-of-service`? Keep both.

Please. I keep pressing `x` to get hints, but don't know any others. --- I'll just start collecting them here. Maybe PR in future. ``` # Prettify Query: Shift-Ctrl-P (or...

@AlexXiong97 No I don't think you can control that. `Ctrl + Space` is really common in editors, etc. so I'd suggest whatever custom binding you have, you bind to something...

Awesome! Would be great if there was a little question mark icon somewhere in the ui (top right?) that had these listed.

omg, that redesign looks so good! 😍

It sounds cool, but I think the multipart stuff would be a whole can of worms 😩whereas JSON5 could be implemented cleanly in a few hours with a seamless upgrade...

In lieu of actual definitions, create `react-reveal.d.ts` at the root of your project and put `declare module 'react-reveal';` in it.

I don't think the `html, body {overflow: hidden}` styles would cascade to the `` if it was on a different origin. I'm too lazy to check if it'd affect it...

@ryandunnewold That didn't work for me. Can you post a full/barebones example? :\ Here's what I tried: https://codepen.io/corysimmons/pen/LeGaNy?editors=0010 Also, it'd be nice to pull the `` outside of `` but...

@argyleink What's the best way to live reload this during dev?