Den

Results 10 comments of Den

+1 I have this error on Ubuntu 14.04 and Atom 1.3.2 ![atom](https://cloud.githubusercontent.com/assets/1484977/12050581/5d2eb80e-af08-11e5-8d08-20761c4c95f1.png)

I have a same problem, but in my case "compare snapshot" doesn't work when in a config (cypress.json) I set `env.cypress-plugin-snapshots.autoCleanUp` to `true`. ``` "cypress": "^4.4.1", "cypress-plugin-snapshots": "^1.3.0", ```

@taninnazar oh, sorry, I forgot to write about my OS. I work on Ubuntu 18

@expipiplus1 i use neovim. Thanks you very much

@Pyrohh within terminal you use?

This work for me, but i not see this message (after focus): ![](https://github.com/tmux-plugins/vim-tmux-focus-events/raw/master/vim_e813.png)

> * [ ] Spltting the store into multiple files ([How to split store in different files? And the limits of object type inference #802](https://github.com/vuejs/pinia/issues/802)) 👍 I'm looking forward "native"...

The same problem when the dev tools is open: ![image](https://github.com/vuejs/devtools/assets/1484977/d036493b-2775-42b1-b3f1-f08a746cd208)

The same problem with pnpm 8.5.1. After importing, I got some errors in the client code, then again installed dependencies by yarn, it works well

Test example: ``` it('should return 0 eids', () => { const world = createWorld() const FirstComponent = defineComponent({ value: Types.f32 }) const SecondComponent = defineComponent({ value: Types.f32 }) const query...