Cecile Tonglet

Results 135 comments of Cecile Tonglet

@deandreamatias I forked, made a PR and fixed the merge conflicts. I have not tested though. (I don't mind testing it but not today.)

There is a trick to circumvent this issue: ```rust let val = serde_json::from_str::(input)?; T::deserialize(val) ```

If we were hitting the memory limit the process would have been killed with signal 9 and I would expect the thing to restart automatically and to be working again.

Yeah actually having something automatic for tuples would solve my issue as I won't have to fight with Vec. (But I still believe the current impl of Vec is wrong...

For all stages: ``` custom: dynamodb: stages: - ${self:provider.stage} ```

I think we could use the "include" attribute of a function and "add" the files to the zip after the build in the container succeeded.

@c-git sorry I totally forgot about this ticket, Feel free to go ahead with the implementation if you would likd

tbh I'm not sure either, My colleagues back in the days mentioned something special to do but I forgot what exactly... @tomaka maybe you can help with some advice here?...

> I would be happy to provide a PR that convert an `impl Read` to a `SecretString` that would zeroes things between reads if you think that is a good...

> This seems like a lot of magic for removing a macro invocation. Allow me to explain. Currently, an html node can be a string node: ``` html! { //...