Results 24 comments of Graphmaxer

I don't know how to have 100% of code coverage with Vue 2 conditions, maybe it's possible to combine multiple reports with `nyc` https://github.com/istanbuljs/nyc?tab=readme-ov-file#combining-reports-from-multiple-runs

Some tests are failing with `test:2` :/

I updated the test `performance/prevent_rerender_of_child_components` to be compatible with Vue 2 and it is failing because of a lack of reactivity. This test is already testing the bug.

I found a proper way without `vue-demi` as a direct dependency and added a specific tests to test reactivity and it is working great :)

Any update on the review @CodeDredd ?

Interested into this change since it break our builds ``` error TS2688: Cannot find type definition file for 'long'. The file is in the program because: Entry point for implicit...

I created an issue in the Jira https://datastax-oss.atlassian.net/browse/NODEJS-671 Maybe it will help :/

Hello, for me it's working since `v0.35.34` even on `v0.35.38`, but since `0.35.67`, i have a new error related to certificates : ``` 2024-08-09T15:06:39.214Z INFO [cubestored] Cube Store version 0.35.67...

Fixed on the `v0.35.68`, thanks :) https://github.com/cube-js/cube/pull/8571