rustyx

Results 22 issues of rustyx

**Describe the bug** When I use `ParseAndAddCatchTests` I get a warning: `**ParseAndAddCatchTest: function deprecated because of possibility of missed test cases. Consider using 'catch_discover_tests' from 'Catch.cmake'` But `catch_discover_tests` doesn't support...

As part of #89, a new feature was implemented, `git-graph.repository.includeCommitsMentionedByReflogs`, which includes reflog commits in the overall Git graph. There are two problems with that: 1. Those commits are very...

bug

This adds support for Asus UX550VD. Tested and fine-tuned on Ubuntu 20.04 and Debian 11 for about a month 👍

It seems adminMongo has a problem with URL encoding of ID fields. If an ID field contains unusual characters like '&' or '?' then it cannot find the document.

The example doesn't compile in MSVC: ``` 1>\crow\examples\example_vs.cpp(96): error C2838: 'POST': illegal qualified name in member declaration 1>\crow\examples\example_vs.cpp(96): error C2065: 'POST': undeclared identifier 1>\crow\examples\example_vs.cpp(125): error C2838: 'DEBUG': illegal qualified name...

For some reason I cannot get vkdoom3 to use any resolution other than 1280x720. An attempt to change it in the game crashes the game with `VK: VK_ERROR_OUT_OF_DATE_KHR - vkQueuePresentKHR(...

The official Dropbox Windows and Mac client has a feature called [Smart Sync](https://help.dropbox.com/installs-integrations/sync-uploads/smart-sync) - it keeps files online-only until they are needed locally. It's a nice feature for large dropboxes...

enhancement

`Worktree.Add(file)` [calls `Status()`](https://github.com/src-d/go-git/blob/bf0d56e7f2ce9b6538fb8a75fbdc2bcea1bc2995/worktree_status.go#L268), which goes over the entire worktree. In addition, `Add()` takes a [single file](https://github.com/src-d/go-git/issues/1256). So adding multiple files in a large repo therefore becomes an O(N2) operation (excruciatingly...

`AddGlob("*")` includes the `.git` folder into the commit, completely breaking the repo. `AddGlob("*")` should skip the `.git` folder.

If a file was added and then immediately deleted from VSS (using the same comment), vss2git fails with an error: error: the following files have changes staged in the index...