Nick Hibberd

Results 8 issues of Nick Hibberd

A combination of https://github.com/99designs/gqlgen/issues/1388 & https://github.com/99designs/gqlgen/issues/1429 ### What happened? `{Entity}Resolver`'s are not generated (example [example/federation/reviews/graph/schema.resolvers.go](https://github.com/99designs/gqlgen/blob/master/example/federation/reviews/graph/schema.resolvers.go#L13-L44)) without specifying an explicit custom model (e.g. [example/federation/reviews/graph/model/models.go](https://github.com/99designs/gqlgen/blob/master/example/federation/reviews/graph/model/models.go)) Replication in the examples: ``` cd example/federation/reviews...

bug
accepted

S3 throttles differently to other services, in that (unless there is special code to handle 100 CONTINUE) it tends to accept connections then terminate them at some random point for...

post 2.0

`s3 download` is partially downloading files when there is no disk space left. It appears as if `hSetFileSize` which is used in the [download code](https://github.com/ambiata/mismi/blob/master/mismi-s3/src/Mismi/S3/Commands.hs#L802) is allocating either the file...

Haven't really investigated this, simple version would be to download + upload them. Thats if the multipart upload allows parts that small

Users can now pass authentication tokens to Intercom for secure data operations. The authTokens property accepts an object with any string key-value pairs. Example usage: boot({ email: '[email protected]', userId: '9876',...