Results 475 issues of milahu

i want to disable some rules for the `wakaru unminify` command something like ``` wakaru unminify --config wakaru.json input.js ``` `wakaru.json` would be similar to [.eslintrc.json](https://eslint.org/docs/latest/use/configure/rules) example: disable the [un-jsx](https://github.com/pionxzh/wakaru/blob/main/packages/unminify/README.md#un-jsx)...

enhancement
scope: cli

### Describe the bug im trying to decompile a 3MB file ``` wget https://boxy-svg.com/elements/apps/bx-progressivewebapp.js node packages/cli/dist/cli.cjs unminify bx-progressivewebapp.js ``` the process is using a maximum of 2GB RAM there are...

scope: unminify
performance

``` $ node bin/concurrently.js --names x,o "bash -c \"while true; do printf x; sleep 0.2; done\"" "bash -c \"while true; do printf o; sleep 0.2; done\"" [x] xoxoxoxoxoxoxoxoxoxoxoxoxoxoxoxoxo^Cbash -c "while...

bug

example: https://github.com/frida/vala 2018-08-11 latest [tag](https://github.com/frida/vala/tags) 0.41.91 2022-11-07 latest [commit](https://github.com/frida/vala/commits/main) 62ee2b101a5e5f37ce2a073fdb36e7f6ffb553d1 [difference](https://github.com/frida/vala/compare/0.41.91...main) are over 2000 commits

enhancement

just an idea ... - parse the top-level `meson.build` file with [muon/src/lang/parser.c](https://git.sr.ht/~lattis/muon/tree/master/item/src/lang/parser.c) - find calls to `dependency` and `executable` ([docs](https://mesonbuild.com/Dependencies.html)) - if has dependencies, add dependency `pkg-config` bonus points: -...

enhancement
help wanted

https://github.com/trialuser02/qt6ct/blob/e41923da5723e310310f183dd28dee64293e00ae/CMakeLists.txt#L42-L43 problem is: * `lrelease` is part of the `qttools` module * `qtpaths` is part of the `qtbase` module so, on nixos, these have different prefixes fixed by using the...

this is on nixos, where qtbase is read only ``` -- Installing: /nix/store/wzms2f5b1014knb4dl72s66rmk3d2401-qtbase-6.2.2-bin/lib/qt-6.2.2/plugins/platformthemes/libqt6ct.so CMake Error at src/qt6ct-qtplugin/cmake_install.cmake:60 (file): file INSTALL cannot copy file "/build/source/build/src/qt6ct-qtplugin/libqt6ct.so" to "/nix/store/wzms2f5b1014knb4dl72s66rmk3d2401-qtbase-6.2.2-bin/lib/qt-6.2.2/plugins/platformthemes/libqt6ct.so": Permission denied. Call Stack...

similar to terser minimal version ```sh #! /usr/bin/env node var {minify} = require('dts-minify').createMinifier(require('typescript')); var fs = require('fs'); var {argv} = process; if (argv[2] == '-w') for (var f of argv.slice(3))...

build can fail with `ld: cannot find -lpthread: No such file or directory` fix: remove `-static` flag expected: disable static build with something like `make -DNO_STATIC_BUILD` --- another nitpick: `install`...

this is purely cosmetic ... ### actual all meta files have basename `metadata.json` ``` 1ddfac632016b935a9574d3e7789699caab77e9602acbd00da7c07ffef4fd9fb /nix/store/s6vr495pcm6fap2v6f0gp3q9x82rk9q4-os.ts /nix/store/4974pc3w95nq1wsbbszgfrkj7cn767cn-metadata.json 230bdccb49d1692e3a623baf7d9d59183f15e928dcb446574ecf9bedc6f84246 /nix/store/s0hlm9zlkh2fkqacp9l3lnma7p8pjkaf-mod.ts /nix/store/vgxsvkmc745vrcx3xmywjrzj3558kqap-metadata.json ``` ```sh ls /nix/store/4b4f3bm8a1n4hrygwm8aa7k7sgbfqdd5-udd-0.8.0/share/deno/deps/https/deno.land/*.json | while read j do b=${j%.*.*}...