Zach Goldberg
Zach Goldberg
Same issue for me on linux, it looks like the websocket never connects (no WS Open message). I can confirm downgrading `vitest` works. Using latest vitest 0.22.1 and extension 0.2.28
> Hey folks, I prototyped something today (with type safety!). Do you mind giving it a try and share your feedback? > > ### Prototype setup > ```ts > import...
> Are you sure the internal API connection is started? This may happen with wrong configuration when the `--api` argument doesn't attach to `vitest` but to another command. > >...
Hi Nemi, Maybe this is a difference of opinion but it seems weird to me that a library would put the burden of solving the safari edge case on calling...
Posting for the benefit of anyone who may find this down the road --- we've implemented store2 as the window handler as below. This mostly works, however we believe that...
Incase this is helpful for anyone finding this from a search, I'm seeing good progress by not using a proxy object and instead returning a brand new object in $begin....
I encountered an issue here related to `lint-staged`, but now that I'm experimenting with more trivial examples calling rome directly it's less clear that what I have described above is...
Awesome! Thank you so much, really appreciate the work you guys are doing here.