Vincent Weevers

Results 327 comments of Vincent Weevers

I see. OK, then I can't be of further assistance. You now know how to specify options in `airtap.yml`, so unless you have more questions about airtap specifically, you'll have...

https://github.com/Level/abstract-level/pull/49

FYI, the package `@aws-sdk/node-http-handler` has been deprecated and replaced with `@smithy/node-http-handler`. So the above workaround is now: ```js import { NodeHttpHandler } from "@smithy/node-http-handler"; const kinesisConfig: KinesisClientConfig = { ......

@lpinca Aye. I've seen that on `rocksdb` (has a similar setup as `leveldown`) some time ago but didn't get around to fixing it: https://github.com/Level/rocksdb/issues/185#issuecomment-964857602 and https://github.com/Level/leveldown/issues/801#issuecomment-1036424743.

If it's not coerced, what's the use of the `default` keyword?

Ok, makes sense. I was just curious. For now I only need defaults, so I'll implement it myself; `tv4-coerce` is overkill. But I'll keep an eye on it. Thanks!

On hold because nock dropped node 8, lento still supports 8.

> where yarn looks for it when it is not present locally So isn't the real bug that yarn can't find `node-gyp` anymore? It's a bit strange to use `npm`...

That plugin relies on prefixes like JIRA-123, GH-123, GL-123, rather than a hash. The `#123` syntax is reserved for GitHub atm and handled by a [different plugin](https://www.npmjs.com/package/remark-github) (which causes the...

Not currently. I see that `remark-github` has a `buildUrl` option that we can maybe use to override the `github.com` domain. We'd also need an option on this end (or maybe...