Matt Bishop
Matt Bishop
See https://github.com/prayerslayer/js.spec/issues/69
You might want to consider ES Decorators to do this instead of magic places and names. Decorator would create the instrumented code you would need to spec the function params...
FYI I think it's `prefer: return=representation`: https://tools.ietf.org/id/draft-snell-http-prefer-16.html#rfc.section.4.2
@mysticatea can you please merge this (or reject it) so we can have access to RegExpVisitor? I really don't want to publish an alternate version of regexpp but we need...
When I looked into PMD and @Generated, their philosophy is to fix the generator to pass the project's PMD rules! In my situation, this is a large, crufty Enterprise App...
The Float Value type decides how to encode itself into the msgpack stream, and the spec allows for either single-precision or double-precision float values in the encoded result. The single...
Same failure for me at the `buildmanifest` file. I would expect `oclif pack tarballs` to generate that file, but it does not. I am following the directions here: https://oclif.io/docs/releasing
It looks like oclif expects the `*-buildmanifest` file to be in the S3 bucket already? https://github.com/oclif/oclif/blob/db03bd0ddc1fedb5930bb21dd4aa75cff035e420/test/integration/publish.test.ts#L52-L56 If so, how do I create this file? What are its contents? Is there...
Just realized this was a test file, but still the question holds--how does one create a `{arch}-buildmanifest` file?
Thank you @RodEsp I hadn't set that value and am using Backblaze. That property is required for the upload command to work. The `host` property actually needs to be a...