Ivan Tham
                                            Ivan Tham
                                        
                                    Alacritty seemed to support over-the-spot IME, is there any reason why over-the-spot preedit area is not good enough to cover usage like on-the-spot preedit area?  It seemed to be...
@AitBits No, I never had to do that. I never looked at the place where we edit, I just look at the preedit area, maybe japanese is different since one...
@lolicon0930 I guess it's a bug from fcitx5?
The only thing I found useful for external pipe so far is to get urls from the text, but I believe this may be better being built-in since grepping for...
> What about copying the last command (maybe computationally expensive) output lo a clipboard? Or any previous command in the session? I believe that's something that you can do with...
Rust log is another good example of facade pattern.
Isn't web frameworks doing this? Is this really an anti-pattern?
We only see what's bad, is there something that could be done instead of this pattern, if there is maybe we should show it.
I think that is an option but at least not so easy to pickup, but at least we have some suggestions. I am not aware of any straightforward switch.
Note that actix-web uses `HashMap` for data extractor which trades off type safety (it will error out on runtime rather than compile time for the wrong type) for ergonomic, if...