Kirill Groshkov

Results 77 comments of Kirill Groshkov

Heads up, since this issue is not fixed - I've started working on a fork for our organization, to get rid of unused dependencies that bloat our lockfiles and node_modules...

Today I stepped one level deeper and found more unused/unnecessary dependencies to remove from package.json (or move to devDependencies):

> almost doubling the number of task when using the new library Just to add to that - the speed of streaming the query from Datastore to Node halved with...

Jest doesn't use colors too

I've heard that Stripe SDK is in TypeScript and tree-shakeable ;)

I've heard Stripe SDK has esm dist and is in TypeScript ;)

> If your models can be exported to TF Lite, you might want to consider using that: https://github.com/bytedeco/javacpp-presets/tree/master/tensorflow-lite That's less than 3 MB per platform. Oh that's a cool idea!...

Yes, I double that. We pinned `snowflake-sdk` to `1.6.1` long time ago to avoid unnecessary dependency bloat.

Still unclear how to insert data into VARIANT columns. I still get the `Unsupported data type 'VARIANT'` when I insert like: ``` insert into TABLE (ID, SRC_JSON) values (?, ?)...