cybermelon

Results 6 comments of cybermelon

> ```js > it("runs", () => { > cy.visit("http://127.0.0.1:8000"); > cy.window().then((win) => expect(win.crypto).to.have.property("subtle")); > }); > ``` > > If I add > > ```js > setupNodeEvents(on) { > on('before:browser:launch',...

I'm getting the same error on nvim 0.9.0, on popos. ``` NVIM v0.9.0-dev-701+g34b973b1d Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compilation: /usr/bin/gcc-10 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter...

> Before I said that it works on xterm and kitty but it doesn't if I'm inside a tmux session disappointed Same, but seems to work outside of tmux. wezterm...

I'm on windows and ran into this error while messing with `persistence.nvim` and sessions. After some nvim crashed, this error started to appear. The solution was to navigate to `%USERPROFILE%/appdata/local/nvim-data/shada`...

> Eventually I solved it - had to run `yarn pnpify prisma generate` instead of `yarn prisma generate`. This worked for me! Except I had to install pnpify first with...

Happening to me too. I have a `/compact` command that's supposed to run a script `compact.sh`, but it just narrates and says it's running.