Sam Zilverberg
Sam Zilverberg
https://github.com/skinny-framework/skinny-framework/blob/f25ba6348a08b921c5d9704c57643e60d59cc4a5/orm/src/main/scala/skinny/orm/feature/AssociationsFeature.scala#L1008-L1010 we just hit this limit ;) any special reason to limit to 5? can we increase to 7? 8) maybe via configuration?
I removed the limitation of intercepting only GET and POST requests. Its been commited in "initial commit" and I couldn't find any documentation explaining this. [I found this on stackoverflow](https://stackoverflow.com/a/166501)...
Hi there, I've tried the plugin on an iphone 5c running 9.3.1 which is jailbreaked from the taig9 but doesn't have cydia installed. window.jailbreakdetection.isJailbroken returned false. could it be that...
### Description a common use case of "anyOf" is to describe "either field A or B is required". example schema where "a and (b or c)" are required: ``` {...