Pedro Semeano

Results 3 issues of Pedro Semeano

Hey! 👋 The code description for 413 is `Payload Too Large` ([RFC](https://tools.ietf.org/html/rfc7231#section-6.5.11)). On the [homepage](https://http.cat) is correct, but the [picture](https://http.cat/413) says `Request Entity Too Large`. Cheers! :v:

Small fix on Demo.coffee. The rest of the files are just the compiled ones.

I've setup my schema like this (coffeescript): ``` address: type: new SimpleSchema App.Schemas.Address autoform: afQuickFields: type: 'googleplace' ``` also tried this way: ``` address: type: new SimpleSchema App.Schemas.Address quickForm: type:...