Alex Vershinin

Results 15 comments of Alex Vershinin

My use case: 1. I have many roles and credentials to test 2. I want to save storageState-s on-the-fly for many users and reuse them in the following tests 3....

Hi @wade-liwei, looks like you need to add `typescript` to your project dependencies. Try to execute `pnpm add typescript -D` command and rerun your script. If it won't help please...

@JoelEinbinder hi, could you please suggest how to nicely implement this feature? Is it ok to: - create the second file with the Russian layout - create a common file...

Hi, I've found your issue trying to fix the same problem. I've added the changes described [here](https://redux-toolkit.js.org/usage/usage-guide#use-with-redux-persist) (middleware part in`configureStore`) and it helped. Hope it'll help to resolve your issue...

@koskimas, Hi, according to the [PostgreSQL documentation](https://www.postgresql.org/docs/current/sql-createtable.html), `DEFERRABLE` is applicable to UNIQUE, PRIMARY KEY, EXCLUDE, and REFERENCES constraints only. Therefore, in `kysely` we cannot use it for the `CheckConstraintNode`. It...

@Conaclos Hi, I wanna try to fix this issue if you don't mind.

Current state: if installing dependencies using `pnpm` this error occurs ``` Benchmark 2: Parallel-Prettier â ¸ Starting.../Users/viraxslot/Documents/projects/mine/biome/node_modules/.pnpm/[email protected]/node_modules/rxjs/internal/util/hostReportError.js:4 setTimeout(function () { throw err; }, 0); ^ TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must...

I found the issue: pnpm links parallel-prettier to the wrong version of prettier. I suppose it should be linked to version 2.8.8 instead of 3.1.0. Because of this mismatch, the...

> @viraxslot Are you still interested in this issue? Sorry, I didn't answer in time. I'm totally ok that you've refactored this code instead of me, because it was not...