Mark Murphy
Mark Murphy
I also have this issue. I set server-side logging to Debug3 and got the following: ``` 15520 2022-04-25 20:07:13.576 Starting session: command for mark from 192.168.1.152 port 57911 id 0...
For completeness, here's a typical client-side log: ``` PS C:\Users\mark\Downloads> scp -v .\test.txt mark@desktop-xxxxxxx:"C:\Users\mark\Downloads" Executing: program ssh.exe host desktop-xxxxxxx, user mark, command scp -v -t C:/Users/mark/Downloads OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2 debug1:...
One further point. It would be natural and desirable for scp to accept Linux-style paths when communicating with WSL2. However that does not work either. For example using `scp -v...
Yes, just want to echo that integrated console is opening in root of first (unrelated) project rather than root of project containing script in a multi-root workspace. Which is not...
Just to be clear I am not proposing any change to the behaviour of `x-ms-client-name` on properties (which currently determines the property name but not the property type name). I...
I was just thinking that currently the convention is for a property Y on an object X to have type name XY. I thought therefore that if the object X...
Sure, agreed it's not that breaking. Really I don't mind what you think is best - just looking for some way to be able to tame the runaway long type...
NB we are having a discussion about this issue here: https://youtrack.jetbrains.com/issue/RIDER-49097. I view the ability to run a skipped test manually as really useful. 😀.
This seems very useful for when the bundle is distributed to a third party who isn't so familiar with the source code. Features like info about available migrations and even...
SQL preview sounds great too but I realise that's in another issue.... #27723 . Basically stuff that allows a customer to manage migrations as they wish (preview, test, rollback etc)...