Results 653 issues of milahu

https://github.com/abba23/spotify-adblock

https://github.com/milahu/nodejs-hide-symlinks

ed2k hash is already supported, so adding this seems legit implementations of the bittorrent v2 merkle root hash algorithm: - https://github.com/arvidn/libtorrent - C++ - https://github.com/arvidn/libtorrent/blob/RC_2_0/src/merkle.cpp - https://github.com/arvidn/libtorrent/blob/RC_2_0/src/merkle_tree.cpp - https://github.com/milahu/bittorrent-v2-merkle-root-hash-py -...

see https://github.com/milahu/svelte-file-manager/commit/230a0772291eef84302746bd84fce94fb79d9714 these files should be moved to the `gh-pages` branch 4.6M total before 924K total after

low priority the difference library is used in cli/src/test.rs seems [abandoned](https://github.com/johannhof/difference.rs/issues/45) for 3 years now there is at least [one bug](https://github.com/johannhof/difference.rs/issues/47) is using some LCS algorithm - could be [better](https://github.com/johannhof/difference.rs/issues/46)...

enhancement
cli

when the input is empty and i click the top-left blue button, the js console shows ## error ``` BinaryLoader.tsx:233 Uncaught TypeError: Cannot read properties of undefined (reading 'trim') at...

rollup-plugin-styles is trying to read a postcss config from the root folder of my filesystem caused by src/index.js per https://windicss.org/integrations/rollup.html ```js import "virtual:windi.css" ``` when i remove the import, i...

fix #75 etc remove the include path `examples/` users should set their own include paths ``` e9compile foo.c -I bar/ ```

low priority... currently, [packaging e9patch](https://github.com/milahu/nur-packages/blob/475c15c638c840591594d0becfc394da1bfe7f31/pkgs/development/tools/e9patch/e9patch.nix) is too verbose ideally, build and install should work with `make && sudo make install` ideally, the build should work offline by default, `make` should...

xargs is an unnecessary dependency of e9compile xargs is only used to print the compile command https://github.com/GJDuck/e9patch/blob/5e65b67a85f9bc49cb004e2c4229d79f88cc0a59/e9compile.sh#L71 fix: ``` echo "$COMPILE" # or echo $COMPILE ```