Oliver THEBAULT

Results 39 comments of Oliver THEBAULT

to unit test an action which use `this.$axios`, the trick is to `bind` your `axios` mock to the action function store file: ```js // store/index.js export default { actions: {...

@xabbuh I understand your concern about replacing the constant with its actual value instead of keeping the constant... but I think it would still be a lot better than replacing...

Indeed, this is not valid YAML and Symfony tends to be more and more "valid YAML compliant" (+ some useful features like using PHP constants, etc.) From the YAML spec:...

👍 please reopen this issue (even if it's impossible to fix for the owner... at least we know that there's a bug right now)

👋 any news here? It's been 4 months since I found [this page](https://slack.dev/bolt-js/tutorial/using-typescript) And it still didn't move at all. If I start a new project using [the given sample...

:+1: I agree with @mikaelrandy when he says that extension won't be used (besides I think it's a lot harder to promote a tool when its extra features are "hidden"...

hum... after some testing... the example I pasted seems to work exactly as I wished... I'm working on a much bigger array, maybe it's a harder bug to reproduce, I'll...

OK, the real problem here, is only when the array is not `equal` (keys order does not matter here) => the Actual/Expected diff rendered in the CLI points out the...

it seems that this issue should be closed now

so now that `serde_dynamo` is compatible with the official AWS SDK, we can close this issue or the AWS SDK will ship its own serde implementation?