Danila Malyutin
Danila Malyutin
Note that with VS 2019 you could also try to use [Developer PowerShell](https://devblogs.microsoft.com/visualstudio/the-powershell-you-know-and-love-now-with-a-side-of-visual-studio/) although it seems that's only available for x86 toolset.
GSL really lacks some basic documentation. There isn't even class listing with their purpose and available constructors...
That's the only thing stopping from from transferring from uTorrent, really. Even in uTorren 3.5.5+ it's quite easy to navigate your torrents. The look neat, adn you can easily see...
@timmy-ms appears to be in the same state as before: https://godbolt.org/z/xfePq5s5b
Can confirm. There is also an issue there the comment isn't highlighted as such. For example in ```bash if (ls && #foo && bar); then .. fi ``` gedit (and...
AFAIK you can setup clang-format to only run on new code, leaving already written as it is to preserve history. Usage of space inside of parenthesis doesn't seem to be...
Btw, can't you setup CI (like travis or appveyor) for your repo? You can include all such codestyle checks there.
I've just moved from GitHub for Windows app and this issue is really frustrating to me. In GH4W there was no such problem. You could see `upstream/master` branch and switch/checkout...
@shiftkey If that branch's contents would be automatically synced up with the remote, and GitHub for desktop wouldn't try to push it into my fork (unless specifically asked to), I...
>won't happen because of how Git sets up the default branches That's fine. I just don't want for this pseudo-remote-branches to show up in my GH fork without me knowing....