Jean-Sébastien Ney

Results 16 comments of Jean-Sébastien Ney

with some (few) search, it looks like it can be detected with `X-Requested-With` header. Please close the ticket if you confirm this approach

another approach would be to detect: ```js // if it says it's a webview, let's go with that 'WebView', // iOS webview will be the same as safari but missing...

The point is, I did some tests, and, from time to time, the first `.Next()` call took very **long** (more than 5 minutes). I try to understand what could be...

hello @GarethLewin, I saw this https://github.com/twitchscience/kinsumer/blob/2570b35fbf8d1cba018c3cf6bd4aff53bd4509a2/shard_consumer.go#L39 but I still don't see how to specify it

+1 for `SortedAll`. It sounds fine to me to be a feature handled by the client.

hi @guregu , I started to look at the implementation. I found 2 ways to accomplish it: 1. while creating the `bgIter` object, having an unmarshal function, which sort while...

I would love this feature too. Is it still planned?

i will try to be more explicit. some people are customizing error fields, for example: https://medium.com/@tarkus/validation-and-user-errors-in-graphql-mutations-39ca79cd00bf so i was wondering if this kind of thing could be accomplished

to be totally honest i haven't really thought how it should look like. a postgis query looks like : ``` sql SELECT region, ST_Union(the_geom) FROM usa_states GROUP BY region ```...