Results 665 comments of milahu

> find ./node_modules -type f -name "package.json" not all packages have a package.json. this non-standard was introduced by yarn so this is just 99% perfect ; )

> If a lockfile suddenly doesn't have enough information anymore the implementation sucks. yepp. the lockfile is just a collection of name, version, url, hash the dependency tree can be...

> the magic "supplemental metadata" is probably used to build that depTree faster to defend NPM: this could be a rare edge-case, where npm7 actually installs more packages than npm6:...

this could be solved with an "include guard" ```c #ifndef __RETDEC_STRUCT__IO_FILE #define __RETDEC_STRUCT__IO_FILE struct _IO_FILE { int32_t e0; }; #endif ``` edit: nope, then we get `error: no member named...

here is my svelte layout component .... yay repl https://svelte.dev/repl/dea43257dc9c4236b99d4f51dbe222cd?version=3.24.1 im using a css flex layout, so its zoom agnostic resize is working 90% after only one day of coding...

fork: https://github.com/saabi/svelte-subdivide/tree/v3 PR: #23

> how to get this working with v3? ```sh npm install -D github:saabi/svelte-subdivide#v3 ``` https://github.com/saabi/svelte-subdivide/tree/v3#usage

> when trying to apply patches same here ``` patching file setup.cfg Hunk #1 FAILED at 44. 1 out of 1 hunk FAILED -- saving rejects to file setup.cfg.rej ```...

speaking of workarounds > Generate new setup.cfg with ConfigParser use `ConfigParser` to patch `setup.cfg` aka syntax-aware patching ```py import configparser cfg = configparser.ConfigParser() assert cfg.read("setup.cfg") == ["setup.cfg"] # set value...

quickfix: use [webcrack](https://github.com/j4k0xb/webcrack) and [wakaru](https://github.com/pionxzh/wakaru) ... in that order, see also https://github.com/pionxzh/wakaru/issues/110