Артур Файзрахманов

Results 35 comments of Артур Файзрахманов

@cpitclaudel would you turn your solution into package? (:

Hi friends! I'm missing fuzzy search in completions list too, though I've got used to default functionality I always thinking about fuzzy search. @dgutov there are three options for `company-search-regexp-function`,...

@dgutov , wow, fuzzy regexp is quite simple, I've never thought how can I express fuzzy match via regexp. Thanks (: However, your suggestion gives me error: ``` elisp (setq...

Facing a similar issue on macOS Monterey. My Apple M1 laptop becomes hot when editing Elm files in VSCode. System Monitor shows 100% CPU load on Electron process, and if...

I also use fine grained staging bit by bit and **`magit`** indeed is very very useful for this.

Faced with similar problem after migrating to macOS Sonoma 14.2.1. Caused by `LC_ALL` not being set. Fixed by explicitly setting this environment variable in my ZSH profile

@unlocked2412 Hi! Sorry for the late reply. I checked my `locale` output first: ``` locale LANG="ru_RU.UTF-8" LC_COLLATE="ru_RU.UTF-8" LC_CTYPE="ru_RU.UTF-8" LC_MESSAGES="ru_RU.UTF-8" LC_MONETARY="ru_RU.UTF-8" LC_NUMERIC="ru_RU.UTF-8" LC_TIME="ru_RU.UTF-8" LC_ALL= ``` As you can see, no `LC_ALL`...

Please let me know if I should open this issues somewhere else.

Well, I'd vote for not to use invert-video, however in this case we will need somehow make active/inactive mode line more distinguishable, this is standard mode-lines (though with single buffer...

What about changing - `fg-base02` and `bg-base01` for `mode-line-active` - `fg-base01` to `fg-base02` for `mode-line-inactive` which yields: