Results 665 comments of milahu

`keep_silence = True` should do the trick ~~but there is a bug in `pydub.silence.split_on_silence`: silence at the start of the first segment is removed~~

i did some work in [my fork](https://github.com/milahu/tree-sitter-make/tree/add-argument-parsing) i added an external scanner for RECIPEPREFIX, so now this works ```make # indent with angles .RECIPEPREFIX := > all: > @echo hello...

edit: nevermind. it works with pyload main https://github.com/pyload/pyload/commit/26420ef7da1835e0680b67576f27b637aa2a3a4c i added some debug code to yape which may be useful still not working tried Yape from [crx4chrome](https://www.crx4chrome.com/extensions/lbbofcfllogcmffofacfoiolglncdcgb/) and github master (chrome:...

changelog? just add nix comments when doing something unexpected im more worried about the use of binaries and FHS. ideally we use clang_15 from nixpkgs, compile missing packages like cipd,...

> * source URL: https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn-release_1.0.0_all.deb > * license: unfree all the mainstream VPN providers expect their users to install CLOSED SOURCE software which is 100% ridiculous, given that openVPN and...

same question ^^ relevant code is [nix-ccache in flake.nix](https://github.com/edolstra/nix-ccache/blob/master/flake.nix#L8) and [cc-wrapper.sh](https://github.com/edolstra/nix-ccache/blob/master/cc-wrapper.sh) but i dont see how `cc-wrapper.sh` is using ccache. probably this is just an early draft compare this to...

aah, of course to make this work, i had to add `recursive-nix` to both `experimental-features` and `system-features` full config example ```nix # /etc/nixos/configuration.nix { nix.extraOptions = '' experimental-features = nix-command...

~~another bug in this~~ bug in my patch when output is unset, gcc compiles to workdir ```sh cd $(mktemp -d) mkdir src echo 'int main(){return 0;}' >src/main.cpp # compile nix-shell...

> the format has been changed since the version 1 yarn replaced `integrity` with `checksum` checksum is the [sha512](https://stackoverflow.com/a/78488187/10440128) hash of the npm package repacked into a zip archive but...

thx for remind ; ) * pages using a live resize layout * https://codesandbox.io/s/vanilla * https://codepen.io/pen/ - with title collapse * https://jsfiddle.net/ * todo: more samples with: title collapse, snap,...