Michael

Results 7 comments of Michael
trafficstars

Ah, I see what you mean. This is a limitation of the request mapping template currently as the result of the evaluated template is expected to be a JSON object...

Thank you for your comment. This feature request is in the backlog but I have noted this feedback for prioritization.

Hey @jbonigomes, I'm taking a look now. It's been a while since I've updated these dependencies. I'll let you know when its fixed :) In the meantime, here is a...

@djkingh01 Currently the @model directive expects to contain a single data type, however, we are looking at generlizing this to allow overloaded indexes & multiple types per table but there...

@djkingh01 For now, yes, you would have to implement everything yourself. We do want to support the use case where you can adopt an existing table for an @model type,...

This sounds very similar to custom authorizers which would allow you to write custom logic to fulfill the identity for your request. You would be able to use the same...

I'm having a similar problem linked here https://github.com/sveltejs/sapper/issues/1074. Currently working on a fix.