scags9876

Results 11 comments of scags9876

I am curious about this as well. If i want to completely ignore a rule for all fields and all types, is that possible? with the following config file: ```...

Thanks for the quick response! Good solution on taking the first content-type for now. Agreed that a more full solution will take time to get it right.

That seems like an acceptable solution. I have not played with the variation tests very much, so I'm not sure if it would fit my use case exactly. My ideal...

@LucaPaterlini is your issue related to https://github.com/vektah/dataloaden/issues/35 ?

I'm going to second what @phenixblue stated. Exact same use case for us. Any updates on this issue being addressed?

I would also like mapstructure to support `gopkg.in/guregu/null.v3` fields, which I believe fits in with this ticket. The null fields there all implement json.Marshaller. (https://github.com/guregu/null/blob/v3.4.0/bool.go#L94)

@jbrodriguez I have not published to npm... I'm waiting for @MandarinConLaBarba to merge this PR so he can publish. In the meantime, i've got the following in my package.json: ```...

this PR now includes the fix for the undefined PropType from https://github.com/MandarinConLaBarba/react-tree-menu/pull/33

Works correctly when stateful is false, by the way.