fumnanya

Results 7 comments of fumnanya

editing the python script to add cmakeDir = TMP_PREFIX + "\bin\cmake\" worked for me

> ## Edit : This solution is NOT working, [GOTO](https://github.com/lakinduakash/linux-wifi-hotspot/issues/166#issuecomment-1105388859) > > ![Screenshot_20220408_193540](https://user-images.githubusercontent.com/84625092/162458993-e50d3452-3a4e-4c4f-a45f-9dd4a9835a53.png) > > Just add adapter name in variables(`wifi_iface` and `internet_iface`[In my case `export wifi_iface=wlan0` `export internet_iface=wlan0` ])...

> ## Working Solution: > > I am using Fedora 35 for testing, firewalld has default zone `FedoraWorkstation`. My approach is enable **masquerade** in zone `trusted` and `FedoraWorkstation`, and add...

@Cyberozoc I use Znap for plugin management, not oh-my-zsh, so I don't think there's a "plugins" section of my .zshrc... this is how it looks: ```sh $ cat .zshrc #...

@ajmalab cloning just the repo alone (without oh-my-zsh, znap, or any other managers) still loops for me

@aninder that seems to work in a way...it still loops if you go all the way to the 1st entry, but i guess 256 is better than 16

@yeoleobun weird because removing the `zstyle ':autocomplete:history-search-backward:*' list-lines 256` setting and commenting out `zsh-autosuggestions` still has the issue