Josh Pike
Josh Pike
This should not be possible: ```.whereIn('userID', [complexObject1, complexObject2])``` Knex types are way too permissive in general to be honest. It might as well be one giant `any` type.
`calling knex without a tableName is deprecated. Use knex.queryBuilder() instead.` I've seen that error crop up in our code for many years. It's maybe time to knock it on the...
### How can we help? It's frustrating to be held back by this library from just going 100% capacitor. Is there any appetite for a capacitor only version of this...
see problem and resolution in here https://github.com/apache/echarts/issues/14138#issuecomment-2122121719 Your code has `import * as echarts from 'echarts/core';` as the import statement, when I did this I ran into a problem similar...
See screenshot.
I don't know why for such a critical property, it's just been given a type of 'any'. Is it always an array of strings? How is this acceptable? https://github.com/OneSignal/onesignal-node-api/blob/0d5de918894384cc284b205b0c5c1bdb8e2aa3f0/models/CreateNotificationSuccessResponse.ts#L17
With vtsls in zed: But using tsgo: I'm unsure whether this is something the zed extension should be handling or not... but I'm unable to work with tsgo until this...
Having syntax highlighting is nice. But without live preview, this plugin's kind of minimal. It's a lot more preferable right now to paste things into the d2 playground or use...
### What's the example? Is there any compelling reason to keep core-js in packages/editor? I'm not a fan of using it nowadays, I find polyfills in general unneeded now and...
The default export is confusing my rolldown build as there is a 'default' property on the compiled code, but the type thinks that it is the `verifyToken` method. I have...