Arthur Zopellaro

Results 8 comments of Arthur Zopellaro

@MModerato any luck installing 2.7?

> Possible short term solution is to annotate `sum()` as just returning `_T`, but the only long term solution is to use "single bin inference". How would I go about...

No, I didn't. Now I enabled it by removing the `/etc/fonts/conf.d/70-no-bitmaps.conf` symbolic link and added a symlink named `70-yes-bitmaps.conf` pointing to `../conf.avail/70-yes-bitmaps.conf`. But the icon is still not showing, here...

fc-conflist + /etc/fonts/conf.d/10-antialias.conf: No description \+ /etc/fonts/conf.d/10-hinting-slight.conf: Set hintslight to hintstyle \+ /etc/fonts/conf.d/10-scale-bitmap-fonts.conf: Bitmap scaling \+ /etc/fonts/conf.d/11-lcdfilter-default.conf: Use lcddefault as default for LCD filter \+ /etc/fonts/conf.d/20-unhint-small-dejavu-lgc-sans-mono.conf: No description \+ /etc/fonts/conf.d/20-unhint-small-dejavu-lgc-sans.conf:...

I detached at [#a77f77c](https://github.com/alacritty/alacritty/commit/a77f77c48fca298caab3a4834b2d7ab1a98cae88) and the icons are working as expected. I'll be using that version for now. ![image](https://github.com/alacritty/alacritty/assets/3771055/dcd3d551-9d48-4247-9a3b-b673265f6491)

# Minimal Reproducible Example ```python from enum import Enum class State(Enum): IDLE = 0 RUNNING = 1 class Worker: def __init__(self: "Worker") -> None: self.state = State.IDLE def run(self: "Worker")...

My solution for Ubuntu 20.04 Hit `Super`/`Windows` key so the `Activities overview` open up. Then click and hold the game window and move to the correct screen. ![Screenshot from 2020-08-19...

> `set fish_vi_force_cursor true` fixed it. > Weird, I am using Kitty and it worked for the longest time without it. Had the same issue on alacritty, `set fish_vi_force_cursor true`...