Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
Can you turn it into a spec? Looks incorrect to me.
> @dblock Should I create a PR with a spec? Or gist in the discussion would be enough? Yes. And don't hesitate to try a fix!
I *think* I'd want this to work. Doing `@something = ` in `before` makes it available in the execution of the API (we made that work a long time ago),...
Yep. I will leave this open to make `@variable` work. At the very least we should document what the scope of `@` is in a `rescue_from` block. @aruprakshit This is...
Agreed, but be careful about breaking backwards compatibility if you try to fix. It might make sense to keep things "dumb" like this where validators don't know much about each-other...
I don't see a problem with moving that whole block into a method @estolfo, but since it's not an interface it will be hard to guarantee this moving forward. How...
> One option for us is to get a single-item stacktrace that consists of the `source_location` from the `payload[:endpoint].source`. That would be a compromise for us if there is no...
sounds good to me
Nobody is working on this AFAIK. We look forward to you contributing!
@dleavitt now that we have a test (thanks), try fixing it?