loynoir

Results 97 comments of loynoir

@jogibear9988 yarn install `original repo` *DID NOT* pass the test. So in my fork I forced testing while you are running install. ```sh $ git clone https://github.com/jquery/esprima $ cd esprima...

@jogibear9988 Oh, that's good to hear too. 👏

https://github.com/jquery/esprima/issues/2079

@googlebot I signed it!

Ran into same issue. ```txt unrecognized modifier `C' ``` [Solved](https://github.com/google/python-fire/pull/320)

@SedMek - Ah, I signed CLA, but later merged [iln-sk](https://github.com/iln-sk) changes for some extra types, who seems not signed CLA, and PR got blocked by CLA bot. - Plus I...

Singular `script` https://github.com/github/scripts-to-rule-them-all

Pattern like `build`, `init` are very weird to be plural. But convert plural pattern `scripts` to singular `script`, it's not weird to me. So, I prefer all patterns using singular.

Same error. Error gone, after changing from `sparse+https://` to non sparse `https://`. Search related problems, found related https://github.com/rust-lang/cargo/issues/12425.

> AFAIK there's no spec regarding error stack traces, it's at best a convention, a common case would be a more precise way to put it. The spec should describe...