Elliott Beach
Elliott Beach
Perhaps you are using a mix of MSTestv1 and MSTestv2? The AxoCover test settings page has an "Adaper Settings" option with "integrated" or "standard". > Use the integrated adapter mode...
I'm planning on looking into this.
@andrew Just to narrow it down, what files do you expect should be changed based on this?
I'm fairly certain that this feature does not currently exist. The maintainer seems to not have much time to devote to every feature update in this project, as there are...
We can probably fix this by checking the modified time of the file before and after the editor executes. I don't believe git does that for any of it's commit...
I implemented this at e-beach/hub@b76efdf, but this causes the pull-request feature suite to fail unpredictably, as the spoofed vim may modify files faster than the clock can detect. Potentially, a...
I like @mgedmin's suggestion because it will allow users to use the default pull request message if they so choose, which matches the current behavior, rather than forcing them to...
I would consider go's [`os.Chtimes`](https://golang.org/pkg/os/#Chtimes) a reliable, cross-platform method; there are no caveats to as what time can be set, whether in the past or future. We also know that...
@postyr I don't think this is possible using `gdrive`. I'm in the process of forking this project at https://github.com/e-beach/gdrive, would you be interested if I implemented this feature as a...
I never actually did anything 😰