Vladislav Botvin

Results 68 comments of Vladislav Botvin

> Every time the user invokes job, the whole persistentCtx gets serialised and sent via postMessage and then deserialised from the worker thread. It occurred once at first time, after...

> I wouldn't use the job interface to define a global context: it's ambiguous. Yep, agree. Maybe better to use `start` function for this purpose?

@r3wt #48 PR can satisfy your needs about mutation

@twk you can transform pgtyped types to something another with tools like https://github.com/millsp/ts-toolbelt

> For anyone wishing to use the app right now, it's as easy as: > > 1. git clone https://github.com/luin/medis or download the repository zip > 2. npm install >...

Actual steps 1. git clone https://github.com/luin/medis or download the repository zip 2. npm install 3. npm run build 4. npm run electron 5. Profit :sunglasses:

Is any workaround exists? How to use conditional SQL WHERE now?

Try as workaround https://github.com/cashapp/sqldelight/issues/626#issuecomment-615098756 but not working via https://github.com/cashapp/sqldelight/issues/626#issuecomment-1213078500