Results 665 comments of milahu

out of scope these are bugs in the parsers see also https://github.com/tree-sitter/tree-sitter-html/pull/64 https://arduino.stackexchange.com/questions/45419/multiple-definition-of-local-variable-in-linking

> these are bugs in the parsers but still, these errors can be avoided by compiling each parser to a separate binary this also has the benefit that we can...

this sounds similar to my problem: expose an interactive process (repl) with a json restful apiserver = connect stdin/stdout streams to request/response buffers i needed something more "high level" than...

> There is no mandatory requirement for the dictionary to be in order when parsing this would be nice to preserve the infohash > it provides a `use_ordered_dict` argument, to...

> It requires running a subprocess (all in the same WebAssembly VM) and capturing the output, which is something that probably isn't too hard to figure out and will be...

> speed versus functionality both ; ) > I might also implement a second much more complicated and less efficient subprocess execution model someday that supports that. a process scheduler...

> Could you try out #151 and see if that can be used for your use cases? naah, thats too general my life is too short to add `postPatch =...

> With NPM 7, hook scripts, which this PR relies on, are not supported anymore i guess you're confusing ... * [lifecycle scripts in package.json](https://docs.npmjs.com/cli/v7/using-npm/scripts#npm-install): preinstall install postinstall prepublish preprepare...

another example in the wild: [portiaui/package-lock.json](https://github.com/scrapinghub/portia/blob/606467d278eab2236afcb3d260cb03bf6fb906a0/portiaui/package-lock.json#L7948) ```json { "name": "portia-ui", "version": "2.0.0-alpha", "lockfileVersion": 1, "requires": true, "dependencies": { "npm": { "dependencies": { "async-some": { "version": "1.0.2", "integrity": "sha1-TYqBYg1ZWHkbW5j4AtMgd3bpVQk=", "dev": true,...

i have implemented `pnpm install` in just 300 lines at [npm-install-mini](https://github.com/milahu/npm-install-mini) - works for `cowsay` and `nodegui` : ) the lockfile parser library also works with yarn.lock, we just have...