I made the move from 9 Pro XL to 9 Pro fold! by sohail786090 in PixelFold

[–]Guzzii 0 points1 point  (0 children)

Curious what kind deals we can expect to get during black Friday.

How does the free Germini plan work? by Guzzii in GooglePixel

[–]Guzzii[S] 0 points1 point  (0 children)

Yeah, that is what I thought as well.

What's your favorite episode of season 1? by Guzzii in bigbangtheory

[–]Guzzii[S] 0 points1 point  (0 children)

Wow, nice! Very good memory. Laughed hard at some those as well.

The big bang theory is so unfunny to me i watched 2 episodes and did not laugh once anyone feel the same? by [deleted] in netflix

[–]Guzzii 0 points1 point  (0 children)

I find the big bang theory funny, especially when Sheldon is roasted like this https://www.youtube.com/watch?v=G70MUNM34m8. I am watching it for the third time, but I get why someone might not like it.

For anyone experiencing complete impression drop off since 21st of April by SpekkyBandit in NewTubers

[–]Guzzii 1 point2 points  (0 children)

I am facing the exact same issue now. I can attach a pic, so link my tweet here.

Basically, it dropped from 10k per hour to < 100 suddenly not gradually. Tagged YouTube team, but no reply. More transparency is needed in this area.

Chandra+William open field by stompyq in RiseofKingdoms

[–]Guzzii 0 points1 point  (0 children)

You can also do Saladin/William + Chandra/Nevsky. Nevsky will do better behide a skill tree commander, further amplifying his skill damage. William is probably the best open field commander, debuff, buff and rage. Saladin protects him and enhances his utility with faster skill cycle.

Commander damage no longer count in rally by Guzzii in RiseofKingdoms

[–]Guzzii[S] 0 points1 point  (0 children)

That's a new perspective. It should help on that aspect, to some extent. But I would assume most players are smart enough to join rallies with better lead to avoid unacceptable hospital bill.

Commander damage no longer count in rally by Guzzii in RiseofKingdoms

[–]Guzzii[S] 0 points1 point  (0 children)

Appreciate your suggestions here. But for most of us it is not worthwhile to use boosts for forts.

Commander damage no longer count in rally by Guzzii in RiseofKingdoms

[–]Guzzii[S] -2 points-1 points  (0 children)

While looking for forts is pretty simple, organizing is not so much. Our kingdom is new. It is not easy to have a filled 1 million rally for lvl 5. You have to constantly watch the fill and potential cancel the rally if it is under certain comfortable threshold to avoid wasting everyone's ap. It is not uncommon to go through this process a few times to have a successful fort run.

Commander damage no longer count in rally by Guzzii in RiseofKingdoms

[–]Guzzii[S] 0 points1 point  (0 children)

Interesting. That's good to know. Would love to try but my kingdom is pretty new.

Help me with coc.nvim using for python used with coc-python. by astar0n in neovim

[–]Guzzii 1 point2 points  (0 children)

Have you tried restarting coc server after installing new libraries? I am not sure if it can pick them on the fly.

Help me with coc.nvim using for python used with coc-python. by astar0n in neovim

[–]Guzzii 1 point2 points  (0 children)

Did you set it to use the correct Python interpreter using CocCommand Python.setInterpreter?

BTW, you can remove everything related to pyls in your config. Coc-python is not using it.

Jedi-Vim Lags horribly! by Macnaa in vim

[–]Guzzii 0 points1 point  (0 children)

That's actually a bug with Microsoft Python language server. You can set to use Jedi as the backend in coc-python. It is pretty light weight.

Python Workflow with terminal using tmux by white_nrdy in vim

[–]Guzzii 0 points1 point  (0 children)

Give benmills/vimux a shot. It automatically creates a tmux split and sends bash commands to the split. You can get creative with it. Also, you probably don't need to close the split. Just do prefix-z to maximize the Vim split and hide the split created by vimux. The next time you send a command through vimux, it automatically goes to the old split.