Pieter van Ginkel

Results 39 comments of Pieter van Ginkel

I was specifically looking in the file viewer context menu. The one you get when you right click on a file or directory. I just checked and the context menu...

I have updated to 1.4.4 and I'm still seeing the same behavior, at least in the Files sidebar. If I right client on a folder, then press down on e.g....

I don't agree this is an issue in the Git plugin. I think I understand the reasoning, but at the end of the day, the GitLab plugin is passing the...

Because Git over SSH is disabled on my gitlab instance. On Mon, Jan 15, 2018, 11:48 Owen Mehegan wrote: > @pvginkel I guess I don't understand why > you don't...

Yeah I get that. When going through the source code it was clear that the real problem is that the library being used doesn't allow for multiple URLs. My guess...

The problem is this: ``` public async Task ReceiveMessage(byte[] buffer, CancellationToken cancelToken) { var count = 0; WebSocketReceiveResult result; do { var segment = new ArraySegment(buffer, count, buffer.Length - count);...

The option added by the Copy As Image to Clipboard I think will cover most use cases. I would like to suggest a middle ground option for this issue though....

I have the same question. I'm trying G-Code commands from the manual and I find that they're not working, specifically this one at the beginning of the Extruder Calibration tutorial:...

I'm very new to this. I have the KE, which should be Klipper, but I'm realizing it's really not the same thing as normal Klipper firmware. You're right about the...

Well, I took a stab at it myself. I fixed the issue by editing the following file in notepad: `C:\Program Files\Typora\resources\appsrc\window\frame.js`. Search for this: ```js }b("#file-menu").on("mousedown" ``` And replace it...