Results 475 issues of milahu

here is a snippet to compress all questions from 380 to 46 KByte = 12% of old size this is useful to build single file apps (standalone HTML files) ```js...

to make the data files usable from commonJS and ES6 ```bash cd @alheimsins/b5-johnson-120-ipip-neo-pi-r find ./data -name choices.js | while read i do o=${i}on node -e "console.log(JSON.stringify(require('$i'), null, 2))" >$o git...

i get this runtime error when i try to build frida-python with a frida-gum with `-Dquickjs=disabled` > _frida.so: undefined symbol: gum_x86_writer_put_mov_reg_near_ptr so frida-python requires a frida-gum with `-Dquickjs=enabled` ideally the...

- [ ] Tests written and linted - [ ] Documentation written / README.md updated [https://snyk.io/docs/snyk-for-node/](i) - [ ] Follows [CONTRIBUTING agreement](CONTRIBUTING.md) - [ ] Commit history is tidy [https://git-scm.com/book/en/v2/Git-Branching-Rebasing](i)...

- [ ] Tests written and linted - [ ] Documentation written / README.md updated [https://snyk.io/docs/snyk-for-node/](i) - [ ] Follows [CONTRIBUTING agreement](CONTRIBUTING.md) - [ ] Commit history is tidy [https://git-scm.com/book/en/v2/Git-Branching-Rebasing](i)...

i get this error on nodejs = not in browser probably fixed by updating [graphlib](https://github.com/snyk/graphlib) [old graphlib](https://github.com/dagrejs/graphlib/blob/master/lib/lodash.js#L32) ```js lodash = window._; ```

reproduce ``` cd $(mktemp -d) npm init -y npm i snyk-nodejs-lockfile-parser npm i "github:milahu/postcss-nodegui-autoprefixer#e180d6a5f2f313d634f73637a285c129de90d530" sed -i 's/e180d6a5f2f313d634f73637a285c129de90d530/f4311b3ce656395d469e9a7df0b940bdc184a757/' package.json # now package.json and package-lock.json are out of sync src="const read =...

every tree needs a tree walker ; ) [npm/logical-tree](https://github.com/npm/logical-tree/blob/675632c9ad38b47ccd495df3baad19b6f6ab5f74/index.js#L87-L96) [npm/logical-tree fork](https://github.com/milahu/npm-install-mini/blob/faeff57a564bc8b95f50c9dac83ffaa6ec736f0b/src/lockTree.js#L85-L94) i use this to build a deep node_modules with symlinks, just like pnpm its useful to have an array...

looks like `pyproject.toml` and `setup.cfg` are not supported workaround: use [mach-nix](https://github.com/DavHau/mach-nix) im trying to install [gerapy](https://github.com/Gerapy/Gerapy) ```sh cd $(mktemp -d) pynixify gerapy nix-shell ./pynixify/shell.nix ``` on `nix-shell` i get `ERROR:...

feel free to steal my code ; ) ```js var parse = (hashString) => ( Object.fromEntries( hashString.slice(1).split('&') .map(keyval => ( cut = keyval.indexOf('='), (cut == -1) ? [keyval, true] :...