Adam Shiemke

Results 4 comments of Adam Shiemke

So after reading through the code and not understanding what was going on, I just experimented and this seems to work. Just drop an ` "openapi": "3.0.0"` in place of...

yeah, I'm using that right now, but some models have 1 instance and some (one in particular) have thousands, so the time to sink each table is very different.

@ruiguoamz Yeah, I have some code like that, but I'd need to control the order to make that work. Specifically I need to have the user model loaded before I'm...

I'd also like this... I thought I could create something similar with sync expressions (basically return a predicate like `model.keys.owner == ready?userId:"bogus"`), but that doesn't seem to work due to...