Paul Draper

Results 165 comments of Paul Draper

@koldoon that brings in a bunch of incorrect typings though. It says a whole bunch of things exist on the global object (name, alert, blur, etc.) that do not. And...

> Also do you know if there's any movement on sandboxfs? Is the project healthy and gaining adoption? It's used a fair amount, though there's no development on it. Biggest...

@jaydenseric that hypothetical option would be `"expand"`. It would not be without precedence (`singleAttributePerLine`, introduced version 2.6.0). However, I do not believe this to be viable for short objects. Moreover,...

Can I get some eyes on this? @fisker @sosukesuzuki @alexander-akait

> Can you say a little about why you don't include the dependency lock file in your version control CI: 1. Compile the Terraform provider(s). 2. Run `terraform apply`. Simple....

While I wouldn't go so far to say current behavior is "incorrect," I agree that Stardoc ought accept multiple inputs (a bzl_library) and produce multiple outputs. This is the most...

Yep, something like https://github.com/facebook/react/issues/22286#issuecomment-916602977 is possible today, but the disadvantages -- especially not accessing the values synchronously -- are big.

If `import()` is really like `typeof`, then why not make it look that way? As is, it appears that its authors wanted it to syntactically appear as a function.

> It's an anti pattern to publish any package, for any reason, with a SemVer 0.x.x version. No, SemVer says: > Major version zero (0.y.z) is for initial development. Anything...