milahu
milahu
i noticed in https://github.com/on-nix/python/commit/4d9a976ab5648a75db3a10a91619e9e1796abaa3 (shiboken6) that you fix the `libstdc++.so.6: cannot open shared object file: No such file or directory` error by doing some magic with `rpath` in https://github.com/on-nix/python/blob/f93a125551bd469b09409dc189ec16e923540f2c/default.nix#L346 usually...
* https://github.com/milahu/generate-video-subtitle feel free to add other projects
fix #3 i tried to use this from my [python-piavpn](https://github.com/milahu/python-piavpn) using `wg-netns` as a drop-in replacement for `wg-quick` ... but DNS is broken ``` sudo ./piavpn.py -c /etc/piavpn.config.yaml ... exec:...
when building [recaf](https://github.com/Col-E/Recaf), mvn2nix is trying to download ``` https://github.com/Col-E/jdk-tools-mirror/raw/master/repository/com/sun/tools/8.0/tools-8.0.jar.sha1 ``` which fails, as github does not provide the virtual `.sha1` file extension ``` cd Recaf mvn org.nixos.mvn2nix:mvn2nix-maven-plugin:mvn2nix ``` >...
downloader says `Image downloaded` but all downloaded files are ``` Error serving request: Image error: not found ``` maybe the query params are missing after the image file names this...
old: ```js > JSON.stringify(decl, 0, 2) { _values: { .... }, _importants: { .... }, _length: 1234, _onChange: function() {}, '0': 'display', '1': 'color' } ``` new: ```js > JSON.stringify(decl,...
use [argparse](https://docs.python.org/3/library/argparse.html) to parse arguments currently, we must set options first ``` subdl --option movie.mkv ``` but this should work too ``` subdl movie.mkv --option ```
pnpm fails to parse glob pattern in resolutions package name ```json { "resolutions": { "apollo-server-express/**/graphql-tools": "4.0.8" } } ``` npm ignores this yarn supports this as [Selective Versions Resolutions](https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/) similar...
looks useful not tested todo: remove diff noise
looks useful not tested