Marek Fajkus

Results 101 comments of Marek Fajkus

I can confirm that the performance is an issue and that setting: ``` zstyle ':prezto:*:*' case-sensitive 'yes' ``` leads to significant improvement indeed. Anyway I started to have performance issues...

@JustWhateverIOnlyWantBetterCodeView Thanks for additional clarification. This is what I understood from [your comment in home-manager](https://github.com/nix-community/home-manager/issues/2255#issuecomment-1706717448) (linked above as well). This behaviour makes a lot of sense of course. Since if...

I think that: 1. case insensitive globing is indeed source of the slowness 2. the thing that triggers the gobbing to happen is call to `vcs_info 'prompt'` which many folks...

I already posted this to https://github.com/nix-community/home-manager/issues/2255#issuecomment-1744812110 but for greater visibility this is the work around I endup with for now. file: **.zshrc**: ```zsh # Triger `vcs_info 'prompt'` before loading Prezto....

I believe this needs to be resolved on DNS level. Personally I'm using https://www.mail-tester.com/ to test these things.

There is a section in README https://github.com/grieve/webpack-glsl-loader#example But it's super confusing. It gives an example: > I can have that shader include other .glsl files inline, like so: > ```...

I expect the reason is that https://github.com/grieve/webpack-glsl-loader/pull/6 was never released

You can use `nix` to use both elmi-to-json as well as elm-create-app in offline. I've packaged both there in this way. If you don't want to use nix you can...

I also feel it might not be good idea to support Unicode at least when it comes to identifier names. Unicode is full of characters that are almost impossible to...

~I wonder if this can't be connected to this strange issue with evil-mode https://github.com/emacs-evil/evil/issues/1559~ ruled that out - it's not related