Results 91 comments of Andy Ray

Actually, my branch has diverged past just that change, and eventually I gave up working on the prototype version. My fault, and I think at this point it's not mergeable.

Same issue I think? ``` npm install ⸨⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⸩ ⠦ idealTree:myrepo: sill idealTree buildDeps ``` ``` nvm ls v14.17.0 -> v16.11.1 ``` ``` npm --version 8.0.0 ``` Edit, just updated to...

I had the same problem making a regex matcher. I am completely astounded no one has made a vim-textobj-regex yet. I was able to get it working with this: ```...

I will as soon as I figure it out :p

FWIW as a user of this library, I also don't think it's in prettier's domain to capitalize variable names. Among Apex's thousands of flaws, I don't think Apex's flaw of...

the way I'm currently approaching this is by hand-creating my AST types, and basically hand enforcing they line up with the output of the parser https://github.com/ShaderFrog/glsl-parser/blob/main/src/ast/node.ts And exporting a typescript...

Curious about this too. Trying to figure out if this is a convention I should be using in other projects. @erikras looks like you first did this? https://github.com/erikras/react-redux-universal-hot-example/commit/3f12085bf832a5b0d1b6f6be1d12c8ef262ed786#diff-ce1c05c91099707f867faa02837d5756R40

I'm not sure how to convince you that sending operating system information and environment variables(!!) and to an unexpected HTTP endpoint during a script run is a major security issue....

That still smells like a dark ui pattern to me as the common use case for post install message is asking for donations so most people ignore them

If you're asking for a specific attack vector, I think you're overlooking general software security. The more a third party knows about a system, the higher chance a third party...