Pascal Gélinas
Pascal Gélinas
Thought I'd comment for the wrapped lines: in the #409 that @millermedeiros linked, I commented about the plugin I made for wrapping lines. Get it here https://github.com/pgelinas/esformatter-auto-wrap and feedback very...
Given that the S3 dependency is only for some convenience methods (see [1](https://github.com/jeremydaly/lambda-api/blob/main/lib/response.js#L199) and [2](https://github.com/jeremydaly/lambda-api/blob/main/lib/response.js#L340)), it seems bad to have to depend on the whole old SDK for a feature...
Great to see https://github.com/jeremydaly/lambda-api/pull/216 was merged! I think this issue can be closed, I'm upgrading to 1.0.1 :slightly_smiling_face: Thanks!
Allright, I'll take a look at it. Thanks for the feedback.
Well, it keeps the simple case... simple: if you don't require the "data-" attributes and want a simple slide by slide presentation with the default style, you don't need the...
I disagree. I leave that feature to the default because I prefer my code to document exactly what properties I can ignore (with `JsonIgnoreProperties`). This document both the code and...
I've continued the discussion on the [google group](https://groups.google.com/forum/#!topic/jackson-user/5TT1IpakGHU) to reach a larger audience (not everyone checks github).
Hmmmmm, I fixed it on our side. The extension needs to be instantiated on configuration of the schema, instead of passing the class. The following cause the behaviour: ``` strawberry.Schema(...