Friedrich von Never

Results 583 comments of Friedrich von Never
trafficstars

On your chart, the amount of unmanaged memory raises, while the amount of managed memory looks constant. If you believe any managed objects are leaking, then the snapshot analysis should...

Unfortunately, I cannot reproduce your results on 1.8.1. Have you been able to analyze the snapshots?

No answer for several months; I consider this resolved. If you still have a problem, feel free to drop a comment.

Not only you: I have made it, too :) The problem was that the case is different between the project files and the actual namespaces. I'm making a PR to...

Okay, here's the strategy. There are three types which were in the wrong namespace: `TDLib.Bindings.ITdLibBindings`, `TDLib.Bindings.TdLibBindingsExtensions`, `TDLib.Bindings.TdLogLevel`. - [x] The next tdsharp update (1.8.1.1) will include them within a special...

What's the reason for using winpty if ConPTY is available, though? From what I can see, it provides a similar interface by itself.

I belive we should reject any tasks to be put into the queue after `Dispose`, so I'd stick with the current approach. It would be much easier to "just" remove...

For example, Far Manager doesn't work in the "Git Bash" (mintty terminal emulator, actually) directly, either. There's a special wrapper program that converts observable WinAPI console behavior to ANSI terminal...

Mouse doesn't seem to work well under winpty, though: when I click the top of the window (point 1 on the picture below), it registers click on the top of...

And, for the record, I've found [some crazy Haskell code](https://github.com/RyanGlScott/mintty/blob/36400fba070a6dbd6e3fac7a4592dafab19fa4cf/src/System/Console/MinTTY/Win32.hsc) that detects whether the program is running in mintty by messing with stderr handle. Not sure if we want the...