Sam Hasler

Results 75 comments of Sam Hasler
trafficstars

Try one of the following 2 methods: 1. Activate window via the taskbar 2. Press Win+LeftorRightarrow. _This should move the window onto one of your monitors and make it take...

If you press one of the arrow keys that puts it into "move" mode. Moving the mouse then should instantly move the window to the mouse cursor. On Fri, 11...

A workaround I've used for this is to use subgraphs with unlinked nodes with no style: ![image](https://user-images.githubusercontent.com/54277/155964811-12b53791-0e7a-4127-80d0-a31f9122765d.png) ``` flowchart TB subgraph A A-DESC("Description1:Properties of A") end subgraph F F-DESC("Description1:Properties of...

@Juddd If you want long descriptions you can use line returns to format them: ![image](https://user-images.githubusercontent.com/54277/155980847-28221686-0c52-4a57-9132-4bbe8acf0af7.png) ``` flowchart TB subgraph A A-DESC("Description1:Properties of A") end subgraph F F-DESC("Description1:Properties of F") end...

I have tried using that button. Perhaps I've not explained what I'm seeing, or perhaps it's that VS Code had changed what editors it tells extensions are open. It seems...

This comment https://github.com/microsoft/vscode/issues/15178#issuecomment-624512992 looks promising that they'll have an API you can use once they decide to prioritise that issue. I'd vote for it if they hadn't locked it. I...

If anyone does work on this, could you please also consider also adding support for the Microsoft / Azure translator API https://azure.microsoft.com/en-us/services/cognitive-services/translator/#overview It has a 2M character per month limit...

Minty works fine with my current .inputrc (not running attached to ConEmu). "\e0A" / "\e0A" do not work in ConEmu with connector. This is the task I am using: ```...

Thanks! Using letter O worked. If you don't mind me asking, how did you know that would work? I'm not sure I could have worked it out from the information...

Ah. I had `conemu-msys2-64.exe --keys` set up as a task I didn't expect it to give different output than if you run if from the current shell but it makes...