Results 662 comments of milahu

small workaround to exclude files from `git diff` ```sh git config alias.diff2 "diff -- :/ ':(exclude,top)src/grammar.json' \ ':(exclude,top)src/node-types.json' ':(exclude,top)src/parser.c'" git diff2 ```

> ```js > if (arguments[0].endsWith("/tree-sitter.wasm")) arguments[0] = TreeSitterWasmUrl; > ``` fix: `arguments[0] == "tree-sitter.wasm"`

nope, sorry ... https://www.google.com/search?q=Dav1dde%2Fglad+cmake+find_package

> I think https://github.com/Aegisub/Aegisub is the way to go nowadays. active fork https://github.com/TypesettingTools/Aegisub the beauty of a python tool: no need to compile, so its easier to hack

> a self-hosting web operating system this would require - a crash-tolerant runtime with hot-swapping and rollback, like [nixos generations](https://nixos.wiki/wiki/Overview_of_the_NixOS_Linux_distribution#Generations) - an npm package manager with a "patch" feature -...

> less then 300s @carl-jin less than 0.3s?

meanwhile: ```rs fn main() { cc::Build::new() .file("hello.c") .flag("-Wno-all") .flag("-Wno-cpp") .compile("hello"); } ```

see [Fossil Versus Git](https://fossil-scm.org/home/doc/trunk/www/fossil-v-git.wiki) for a detailed comparison summary: - git is better for collaboration between many random strangers ("bazaar", internet) - fossil is better for collaboration in small teams...

im getting a similar error ``` ERROR: Data Error : Windows6.1-KB2685811-x64.cab ERROR: Data Error : Windows6.1-KB2685811-x64-pkgProperties.txt ERROR: Data Error : Windows6.1-KB2685811-x64.xml ``` ``` PS C:\Users\user\Downloads\brigadier> C:\Python27\python.exe brigadier Using Mac model:...

upstream issue: ["ERROR: Data Error". cpio archive is interpreted as cab archive. regression from 7z 22.01 to 7z 23.01](https://sourceforge.net/p/sevenzip/bugs/2414/) workaround: use `cpio` to extract files from `Payload~` ``` $ 7z...