Results 45 comments of Winnie

This seems to be an issues of [swagger-express-middleware](https://github.com/BigstickCarpet/swagger-express-middleware). [Arrays and objects](https://github.com/BigstickCarpet/swagger-express-middleware/blob/eb417f90d211cbcf9864345cfebbb9c1ec84fd45/lib/mock/index.js#L206-L209) are always sent [as JSON](https://github.com/BigstickCarpet/swagger-express-middleware/blob/eb417f90d211cbcf9864345cfebbb9c1ec84fd45/lib/mock/index.js#L235).

At #125 a one line diff is waiting to be merged for three years now.

@nazgee: I don't totally get your point. In which situations can a child be skipped? Maybe a lock could be used to prevent children from being changed during the update?

@nicoulaj: Any further thoughts/progress on this? Do you even consider this part of Markdown parsing? Or should such a feature be part of a YAML/Jekyll-Plugin?

@PhysSong Can you please summarize the current state of this? Is it ready to be merged? I'm willing to help get this finished if possible.

I can imagine that it's possible to reuse much of the logic in [`_modulesNamespaceMap`](https://github.com/posva/vuex-mock-store/blob/62579f1975a7676c373b0611e8897eda7026f09d/src/index.js#L73).

@xispa from what I understand, this is (one of the things) currently blocking the path to Python 3. is there anything I can do to help with that?

it looks like this is intentional but I don't understand why: https://github.com/senaite/senaite.core/blob/c363f53fe15846320d31eb3f4f24fec5631e07b7/src/bika/lims/browser/workflow/worksheet.py#L45

reproduced on latest 2.x ([b88d4bf](https://github.com/senaite/senaite.core/commit/b88d4bf11826adcc43ebcb27f9ede43d86369f47))

> you need to access it [through `$data`](https://github.com/mickdekkers/vue-howler/blob/9fb113eca431d7e131655ad4a36256bc6cb5f36f/src/index.js#L230) because it's a "private" property (i.e. the name starts with an underscore): `this.$data._howl` This part would be solved by https://github.com/mickdekkers/vue-howler/issues/10.