Evgeny Morozov
Evgeny Morozov
With the fix for #282 applied, `receive-wal --reset` seemed to fix the issue the first time, but then when I tried to restore and reset receive-wal again it failed: ```...
Thanks, but could you clarify *why* this is by design, i.e. what would you expect to go wrong if the passive barman server also rsynced the WAL streaming data?
I would also love to see something like this. I'm trying to migrate an application from NLog to Serilog, using Serilog.Sinks.Console 4.0.0. We have NLog configuration like this: ``` ......
Hi @jillr, I'm reluctant to mess with any Ansible installation details, especially when I have a workaround that works. Perhaps someone who already uses Ansible Galaxy could test this.
Hmm, that's weird - I also tried it on another machine (VS 2019) and it worked there. So it seems to be something specific to my machine. How can I...
> if you clone and build the [vstest platform project](https://github.com/microsoft/vstest.git), and then check your expression there It fails to build, both using VS 2022 and the command line. The problem...
I'm sorry, I feel really dumb, but I just cannot get it to hit any breakpoint in NUnit3TestAdapter code. I managed to build the debug Nuget package with `build -c...
I do see the error message in the Debug window of the VS instance with NUnit3TestAdapter.sln, so I've attached to the right process: ``` Informational: Starting test discovery for requested...
OK, it turns out the problem was I hadn't selected the .runsettings file. When I do that it launches the debugger when I try to run tests and I'm able...
I have nothing in the Search box. I start the test by initially having Test Explorer closed and choosing Test, Run All Tests from the main menu:  So it...