Ziggy the Hamster

Results 70 comments of Ziggy the Hamster

I would like to +1 badge. There are some attributes and endpoints in our internal API docs which I would like to document as being something not ever intended to...

I have this problem as well. Here's how my task is configured: ``` set MSYSTEM=MINGW64 & set "PATH=D:\MSYS2\usr\bin;%PATH%" & %ConEmuBaseDirShort%\conemu-msys2-64.exe /usr/bin/zsh --login -i ``` and I also use oh-my-zsh, here's...

I should also add that it only actually screws up with something pasted or with something in my history that is kind of long

That's not accurate, sorry. I just made it happen by typing `berks` and using my arrow keys to scroll through history matching berks, finding the first one, and pressing backspace....

Something I'm noticing is that we all seem to have `ZSH_THEME="powerlevel9k/powerlevel9k"`. I can make this happen reliably: ![image](https://user-images.githubusercontent.com/66674/81482898-185a3e00-91ef-11ea-81d5-7db9b157b74f.png) If I type a 5 and then backspace, it will ALWAYS go...

@Dyllaann That checkbox won't affect any currently open tabs; you have to open a new one for it to take effect. Are you saying that unchecking that doesn't resolve it...

And I can now confirm that disabling ConEmuHk does not work, either.... and I'm able to reproduce it on line 188 of my scrollback, rather than the end. This is...

You need to acquire your token and then `AdjustTokenPrivileges` before the system will honor your reboot request. [Here's an example in C](https://docs.microsoft.com/en-us/windows/win32/shutdown/how-to-shut-down-the-system) but converting it to C# should be super...

I'm getting this as well in Travis CI, SBT 1.2.8 and Scala 2.11 or 2.12. If I give it a restricted AWS credential that only has access to a CI...

I would also like to be able to configure certain event types to always be condensed. For example, one pull request in my channel right now takes up 6 lines:...