Colin Ramsay

Results 7 comments of Colin Ramsay

This was incorrect, at least in the beta. There's a rate limit on the number of times you can do this. Either way, it doesn't solve revocation. > On 20...

I'm able to replicate this as follows: ``` npx create-react-app my-app --template typescript cd my-app npx sb init rm -rf node_modules npm install --only=prod npm run build ``` This results...

It would be great if this could be included by default. A flag on the config that allowed completely free plans to skip the payment form entirely would be needed...

@songispm is this ready to merge given the change which was requested was made?

Great work! Is it straightforward to do this React? I see there’s currently only a Vue example. @bdbch if you are happy do you think this could get in to...

Does this support nesting? For example: ``` const students = [ { name: 'Tommy', age: 18, courses: [{ name: 'Algebra', level: 5 }] ] ```

Thanks for the quick response.