bb010g

Results 88 comments of bb010g

[LLVMBuild][llvm-build] is probably the biggest hurdle to removing Python 3. LLVMBuild consists of two primary components: * The [LLVMBuild configuration file format][llvm-build-format] for components > The LLVMBuild files themselves are...

A quick way to fix this is `jq 'map(try (.command = (.arguments | join(" ")) | del(.arguments)))' compile_commands.json > compile_commands.json.tmp && mv compile_commands.json{.tmp,}`.

I'm currently using the following for Firefox: ```toml # browser is the shell (/bin/sh) command executed once the proxy starts. # When browser exits, the proxy exits. An extra env...

This would require integration with your shell. It's very possible to do this, and I can if betterdiscordctl is still relevant.

Opened an issue about making this work without requiring all LFS-tracked files in the repository be encrypted over at https://github.com/git-lfs/git-lfs/issues/4287 .

I'm using it right now. It's not ideal (you encrypt all files tracked by Git LFS), but it's in-action over at [bb010g/dotfiles](https://github.com/bb010g/dotfiles/tree/0e53e6ed8ecd62f6216b088f8da403002ca341b7/). From my readme: --- ## [git-crypt][git-crypt] & [Git...

No uses case for `Bicayley` as named also, but just ran into a similar desire for `Bitannen`. [`Tannen`](https://hackage.haskell.org/package/bifunctors-5.5.7/docs/Data-Bifunctor-Tannen.html) has the same shape ```hs newtype Tannen f p a b =...

It's not a drop-in solution for Niv, but here's a script I've hacked together to emulate this with GitHub's v4 API: [update-commit-dates.sh](https://github.com/bb010g/dotfiles/blob/0c385779ceadd455c86359df2ecae87000e3a7f7/update-commit-dates.sh), [commit-dates-query.jq](https://github.com/bb010g/dotfiles/blob/0c385779ceadd455c86359df2ecae87000e3a7f7/commit-dates-query.jq), [commit-dates-filter.jq](https://github.com/bb010g/dotfiles/blob/0c385779ceadd455c86359df2ecae87000e3a7f7/commit-dates-filter.jq) It runs pleasantly quickly. (This'll silently...