Moetaz.

Results 5 issues of Moetaz.

Tested using localStorage strategy. When committing a mutation with a payload that contains a date object, the date is converted to a string in the receiving end. This is probably...

the docs say that the strategy will [default to Broadcast Channel and downgrade to localStorage](https://github.com/xanf/vuex-shared-mutations/blob/93b9709154fe67ff791a1d083c3cfa8f554d2c0e/README.md#how-it-works) in case of necessity. However the implementation does the opposite. it [defaults to localStorage and...

strateRy https://github.com/xanf/vuex-shared-mutations/blob/32bca6b740940cfdd24b80ed01ebfeae9294dfc9/src/vuexSharedMutations.js#L6

This commit removes the GET method from the LogoutView when ACCOUNT_LOGOUT_ON_GET==False. Before this commit, the logout endpoint accepts GET requests and appears in the [auto-generated DRF docs](https://bit.ly/2OMpwKx), but it's not...

Hi, I'm trying to build an assistant with google gemini as LLM. Are there any guidelines, docs or examples to follow on how to build a livekit-gemini plugin ? Thanks