Michal Kvasničák

Results 14 issues of Michal Kvasničák

Using next.js example https://github.com/vercel/next.js/tree/canary/examples/with-typescript-graphql when I try to do the following: ```graphql # lib/type-defs.graphqls type Query { viewer: User! } # introduced Test enum enum Test { VALUE_1 VALUE_2 }...

When I run eslint configuration with this plugin in different projects there are multiple flow processes running as a result. Only way to get rid of these processes is to...

bug
enhancement

If you want to share your project that uses this library please do so here 🙂

I'll use Gitbook for that. Closes #89

work in progress

`DynamoDB*Manager` classes allow developers to change the name of tables in DynamoDB but the problem is that the naming is not consistent. Ensure we use a format like `connectionsTable` or...

breaking-change

Now the logic is basically copy paste in `MemoryEventProcessor` and `DynamoDBEventProcessor`. It'd be nice to abstract the shared parts.

enhancement

Process which uses this middleware is running until last connection is closed. This is happening even if I call `close()` on WebpackDevServer. Something like this could help https://github.com/webpack/webpack-dev-server/blob/v2.1.0-beta.8/lib/Server.js#L386

awaiting-input

Hello, is there a way to pad an image if it's smaller than required dimensions? For example: | desired dimensions | actual dimensions | expected result | |---------------------|-------------------|-----------------| | 1000x1000...

enhancement
help wanted