Ryan Kaskel

Results 6 comments of Ryan Kaskel

I noticed this as well starting with 5.3. It's being discussed here: http://www.zsh.org/mla/workers//2017/msg00021.html. In the meantime I'm sticking with 5.2.

I think I did something like: ``` brew uninstall zsh brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/e9d14f68b895eeb276806a956378293abe5e4bd8/Formula/zsh.rb brew pin zsh ```

It's mentioned [in the docs here](https://django-twilio.readthedocs.org/en/latest/install.html#authentication-token-management) but it doesn't seem to be used by the app anywhere.

This changes fixes the issue for me. Thanks @gi1242! @OrbitalHustler I needed to source the zoxide script after running `autoload -Uz compinit`

I'm seeing this issue in emacs. Does anyone know of a solution? ![Screenshot 2023-11-16 at 09 26 16](https://github.com/githubnext/monaspace/assets/81891/24693abb-8516-496d-9e33-ca1785b965c2)

Thanks! This is for emacs rather than a terminal but looking at Mitchell's comment and searching for `CTFontGetLeading` I wonder if there is an issue in this file: https://github.com/emacs-mirror/emacs/blob/e81e625ab895f1bd3c5263f5b66251db0fd38bd6/src/macfont.m#L2739 I'm...