Sam Sullivan

Results 24 comments of Sam Sullivan

Maintainers: I didn't modify the constructor to make `baseSite` optional, because I wanted to keep my changes to a minimum. I'm happy to update this further, if you don't like...

Agreed; I'm losing valuable error information with the way errors are being wrapped, making it hard to get value out of `SetErrorPresenter`. Still looking at a way to solve my...

Nevermind, I figured it out; @0x221A, not sure if it'll help you, but the error type I needed was (as expected) just wrapped one level deep and easy to access...

Bumping this issue, as it is affecting us as well. A few notes for further understanding: - The custom editors do _not_ need to be the same; as long as...

Also, the type safety isn't the best here, since you can convert any interface to `gojq.PreparedData` without actually normalizing numbers...

Awesome, thanks for the relatively fast response!

@piyush0609 I opened #341 based off of @nrempel's suggestion after running into the same issue with Facebook.

Example, to get: ``` { "query" : { .... }, "sort" : { "_script" : { "script" : "doc['field_name'].value * factor", "type" : "number", "params" : { "factor" : 1.1...

@liamzhang40, I assume #2695 covers what you were looking for?

Glad skipping trivial doesn't just apply to our use case! :tada: