vladislav doster

Results 166 comments of vladislav doster

@ericjgreen Mind elaborating this feature request? I think I will implement an open PR, but not sure if we want the same thing in the submenu. Current: ![admin-menu](https://raw.githubusercontent.com/cdrx/django-admin-menu/master/screenshots/drop-down.png) I plan...

@cdrx Have any concerns about my additions? I can add a toggle setting to allow users to swap to the modified layout I want to add? Feel free to assign...

@poetaman I saw there might be a bug in fast-syntax-highlighting. You might try removing it and see if anything improves?

Oh, wait. Also a bug in `read-URL`. Working on the fix now.

Have you seen this? Just shooting from the hip. https://github.com/zsh-users/zsh-syntax-highlighting/issues/895 Btw, how are you calculating instruction count? Could you paste output of following? ```zsh zmodload zsh/zprof # 1. cd to...

@jwmann, You need to use the GNU version of `echo`. The version that macOS ships is an old BSD variant. `gecho` is the GNU variant. Notice the macOS default is...

> I don’t see nvm’s autocomplete in there at all. It is handled by the [oh-my-zsh `nvm` plugin](https://github.com/ohmyzsh/ohmyzsh/blob/0fed36688f9a60d8b1f2182f27de7fdc8a1e6b72/plugins/nvm/nvm.plugin.zsh#L23-L37).

> Your going to fucking prison I've got all your info now all 3 of you.😃Gary Rollins lol and *_You're_*

Can you please write a zunit test since this breaks backward compatibility?

@PyroDevil, Will fix this soon. In the meantime, to silence it, append the following snippet: ```zsh 2>&1 > /dev/null ``` Example: