V

Results 8 comments of V

> @picarsite yes $nextTick is a common way to ensure the Vue's DOM operations are done, but if we look deeper into YM docs - > https://yandex.com/support/metrica/code/counter-initialize.html#counter-initialize__check-initialize > > we...

Same problem! Any solution for this type error?

Ok, it is not problem. I removed jsx and jsx-styled and decide to check with editing new ExtraRpcs.js and after `npm run dev` it shows `error - SerializableError: Error serializing...

> can you revert changes in extraRpcs.js and keep this PR relevant to only UI changes ? , please revert changes in `extraRpcs.js` , `yarn.lock`, `package.json` and remove package-lock.json Done,...

> can you revert changes in extraRpcs.js and keep this PR relevant to only UI changes ? , please revert changes in `extraRpcs.js` , `yarn.lock`, `package.json` and remove package-lock.json I...

> rm -rf ~/.pnpn.cjs @deblanco there is no `~/.pnpn.cjs` file in error, maybe `~/.pnp.cjs` ? correct commands ```bash rm -rf ~/.pnp.cjs ``` then ```bash rm -rf node_modules/ && pnpm install...

+1 > I get the same error on the main repo. tag v0.1.7. > > After checking the db, I see that the memory is getting stored. But getting the...

[sunilrav](https://github.com/sunilrav), [tetreault](https://github.com/tetreault) Solved it by using `addEmbeddingToMemory` from `messageManager` as value for embedding with full its correct content ```ts let newMemory: Memory = { userId: _message.agentId, agentId: _message.agentId, roomId: _message.roomId,...