Tobias Bora

Results 320 comments of Tobias Bora

Hum, it seems that there is something [here](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/mobile/androidenv/generated/system-images-google_apis_playstore.nix). But no idea how to enable (and to bad it does not work ship `armeabi-v7a`) EDIT: Let's try `systemImageType = "google_apis_playstore";` EDIT2:...

I can confirm this bug, but running Android 11 (Samsung XCover 4s). Message sent from Android 11: ``` { "content": { "body": "Test with one dollar $f(\\alpha)$ and two dollars...

Duplicate of https://github.com/raphink/moderntimeline/issues/24?

Also interested in this feature, especially if the macros can take arguments as inputs. See my issue here https://tex.stackexchange.com/questions/675331/tabularray-expand-multiple-macros-with-background-color

Awesome trick, thanks a lot! This should be documented.

I'm also hitting a similar issue: my goal is to automatically generate it for a list of images in the current folder in order to generate a static website. I...

Thanks! And sorry for not giving any feedback, I was quite busy and it's not that easy to write a super minimal expression as the bug is more visible when...

Oh, maybe I know why I can reproduce it better with nix/home-manager and not in a new MWE. If I do `programs.zsh.enableCompletion = true;` it enables automatically https://github.com/spwhitt/nix-zsh-completions which is...

It does it in two steps: - first it installs `nix-zsh-completion` [here](https://github.com/nix-community/home-manager/blob/bc90de24d898655542589237cc0a6ada7564cb6c/modules/programs/zsh.nix#L488) whose installation steps are described [here](https://github.com/NixOS/nixpkgs/blob/8ff7b290e6dd47d7ed24c6d156ba60fc3c83f100/pkgs/shells/zsh/nix-zsh-completions/default.nix) (basically just copy the files into the nix equivalent of `/usr/share/zsh/{site-functions,plugins/nix}`) -...