Troy Hinckley

Results 129 comments of Troy Hinckley

Everything in the law is an interpretation so, IANAL,TINLA. When you create something (include code) you own the rights to it. No one else can use that thing without express...

I think the most useful feature for a `counsel-find-file` ivy-rich is to resolve symlinks like helm does. That seems far more useful then file modes.

@Yevgnen that works great! I think it would be a great addition to the default filter.

This is why I switched away from projectile. It lead to too many performance issues, and `project.el` is very fast.

So if I understand, you have two line prompt like this: ```shell User@macOS: ~ (python-3.8.13) $ yes > ``` and when you try and complete on `/dev/` it is printing...

So I think there are two separate issues here (correct me if I am wrong). The first is that the prompt is being reprinted and the second is the output...

Okay, I am using the same shell and and OS as you. Have you run `native-complete-check-config`? [Check the config](https://github.com/CeleritasCelery/emacs-native-shell-complete#check-the-config)

Thanks. So to make sure I understand, the issue you are seeing is that the completions for `yes > /dev/` are being sent to the shell buffer instead of being...

Okay, let's solve the issue with the plain prompt first. Does this only happen with the very first prompt or does it happen every time? (for example if you start...

Interesting. I am not able to reproduce that. What is your `comint-prompt-regexp`?