Daniel Popeski

Results 55 comments of Daniel Popeski

> Is this running a remote lambda? Yessir.

@abrooksv If you could please clarify.. where exactly can I utilize `overrideConfiguration`?

@dillonkearns can you please confirm that if we make our own version of `Graphql.Document.Field` without this line https://github.com/dillonkearns/elm-graphql/blob/63de2e2868bbdff43eb9e4d109114ff34a00e45e/src/Graphql/Document/Field.elm#L45 things would work for us? Or is there anything else we need...

Oh i see.. there is no way to parametrize that change the way things are now.. I was hoping to make a version of `Graphql.Document.decoder` that would disregard hashes, but...

@rohandubal I'm waiting on this feature for Cordova apps, but even if it's not implemented there, if you built a mechanism that solves the issue here, but requires some custom...

I hit this too after setting ``` package: individually: true ``` I don't think I can declare anything else of significance other than having only 9 functions. Do ask tho,...

An update: it works when I set `transpileOnly: true` for [ts-loader](https://github.com/TypeStrong/ts-loader#faster-builds).

@daniel-cottone please share your thoughts after u succeed. I was thinking on doing a single `tsc --noEmit` before deploying, but maybe your approach is more rational.