Vladislav Botvin

Results 68 comments of Vladislav Botvin

```typescript import * as objectbufferModule from "@bnaya/objectbuffer"; import { job, start, stop } from "microjob"; (async () => { await start({ maxWorkers: 1 }); // cache require await job(() =>...

Ok, thanks! I try to benchmark on larger data later :)

Also it pulls a lot of packages: d, es5-ext, es6-iterator, es6-symbol, es6-weak-map, event-emitter, ext, is-promise, lru-cache, memoizee, next-tick, timers-ext, type And it all ☝️ for only this? https://github.com/bcherny/json-schema-to-typescript/blob/9e660a555bf03907f7151e86391e1d773eb73d8e/src/utils.ts#L235-L259 Really?

`22.0.6` not working too `21.3.3` is latest working version

```sql SELECT CAST(count(id) AS INTEGER) FROM patient_actions WHERE CASE WHEN :typesExists THEN CAST(type AS TEXT) IN :types ELSE TRUE END; ``` I found problems and ☝️ works But CAST on...

You can use devtool as IDE. Need add your project in Workspace , then map any local js file to identical remote file in **file://** section. Refresh, and you can...

https://github.com/wilk/microjob/pull/48 PR