Vincent Weevers

Results 327 comments of Vincent Weevers

Maybe you need https://github.com/rollup/plugins/tree/master/packages/esm-shim.

That looks like you're trying to read a third-party database with a custom key format, which we can't help you with.

You can use the database itself as an index and query it with a skip scan to discover sublevels. Roughly like so (not fully tested): ```js const { AbstractSublevel }...

You have an old version of `level`. Newer versions do support M1.

No, but you could choose to upgrade to v7 first (which supports M1 if I'm not mistaken) because it has less breaking changes than v8. See https://github.com/Level/level/blob/master/UPGRADING.md.

> every sub dependency you don't have direct control over is a potential vulnerable risk Counter point: every sub dependency is a potential vulnerable risk. Possibly a worse risk, because...

Ref https://github.com/vweevers/tap-completed/issues/2

You're right. It might be time to replace browserify.

> The repository org/name should be listed clearly, ideally in the title of the message. Agree with the last part too. Because even when it is visible (e.g. on desktop...

I prefer the generic approach of https://github.com/prebuild/prebuildify/pull/7.