fredizzimo

Results 1393 comments of fredizzimo

It turns out that my fix does not completely fix the issue. While the debugging is somewhat working, for example setting breakpoints before running is not. I found the reason...

It seems like I spoke too soon. There's still something wrong, the main executable can now run. but when I try to set breakpoints before starting "Cannot access memory errors"....

If you have Visual Assist, you can do something like this vnoremap s/ :vsc VAssistX.SelectionToggleLineComment vnoremap s\* :vsc VAssistX.SelectionToggleBlockComment vnoremap s{ :vsc VAssistX.SurroundSelectionWithBraces vnoremap s( :vsc VAssistX.SurroundSelectionWithParentheses vnoremap s# :vsc...

Hi, I have been working on fixing this in this branch https://github.com/fredizzimo/nog/commits/dpi_scaling It's almost ready, but I still have to fix a few issues and I also need to go...

Actually the problem seems to be mostly related to mode changes, at least that's how I can most easily reproduce. So it seems the remapping is quite slow. But it...

I didn't add the timing but I have a log with reasonable timestamps and output to see the problem. It actually goes out of sync at the very start, when...

I added some quick timings to the `enter_work_mode` function, and there are several things that takes a long time. But the change workspace is the biggest culprit, and since it...

I was supposed to do other things, but I could not stop myself, since at least a temporary solution came to my mind. It's clear that it was the `state_arc`...

Thanks, I have been running with this workaround for a while now, and it seems to work fine. I'm not fully sure that it's the behaviour I really want though,...

I think this issue should be re-opened. Many applications barely have any visual effect that indicates they are focused in Windows 10. It's very hard to see which window has...