Vikram Saran
Vikram Saran
Did this get anywhere? Would love to have my natvis added to my premake generated .sln
For the next person. I couldn't get the above snippets working with latest (I'm also relatively new to modern premake). But this does work, at the project scope, and keeps...
I have a related (?) issue when trying to update my (private) fork of EpicGames/UnrealEngine (which requires access, and it appears that Backstroke has it), which is vikhik/UnrealEngine: ``` Error...
Any idea about the error in the title of the post? "openBinaryFile: invalid argument (Invalid argument)"
Fixed by https://github.com/electronicarts/EASTL/pull/508
I would vote against this - keeping an up-to-date "no-test" branch is a trap from a git-user perspective.
@yurivict would using a wrapper like [CPM](https://github.com/cpm-cmake/CPM.cmake/) work for your use-case? CPM is a simple wrapper around FetchContent but with Find capabilities. It works _really_ well in my experience without...
Actually - this appears to be more related to the terminal itself? Doing `git lg` in the vscode terminal window works totally fine - but using either command in Windows...
So, for what it's worth, `less` does correctly run:  I checked where `less.exe` is, and ran `git config --global delta.pager "C:\Program Files\Git\usr\bin\less.exe"` - but I still have the same...
Adding a comment just to state that my team (Game Development) is currently considering options between GitLab Premium and GitHub Enterprise, and these kinds of issues make it more likely...