EyePulp

Results 18 comments of EyePulp

He's absolutely right you know.

This is a hard one, because the convenience is nice and the expectation is there -- e.g.: _"why do you support years but not months?"_, but I agree with @BurntCaramel....

@julien-f It's true that both years and days have a fuzz-factor, but it's a smaller amount of change over a longer period of time, and there's widespread agreement on how...

I just started trying to use this library and was very confused by the same thing. I appreciate you opening the ticket @petrvecera

That's helpful, thanks @meredithslota & @feywind

@chronos1nside here's what I did: If you're sending a js object there's a `json` convenience key that takes care of the stringify steps: ```js const json = { foo: 'bar',...

@chronos1nside sorry, to adapt your example: ```js const customAtt: Attributes = { ...metadata }; const outboundMessage = { json: payload, attributes: customAtt }; const message = await client.topic(topicName).publishMessage(outboundMessage); ```

@AlecTroemel I just ran across this issue in our Gitlab pipeline. 12.18.2 is still the fix, and boy, that's... disappointing.

@JemarJones I'm seeing the same behavior, and it has been throwing me off in my unit tests. I had assumed partials were beholden to `strict` behavior as well, but that...

@JemarJones one more followup - I opened this issue a while ago: https://github.com/handlebars-lang/handlebars.js/issues/1681 which talks about wanting to get more detail when a partial throws an error in strict mode....