Vladimir Panteleev

Results 783 comments of Vladimir Panteleev

Generally on the Linux desktop ecosystem, this task is better suited for window managers, not individual applications. E.g. i3 has built-in support for layout saving: https://i3wm.org/docs/layout-saving.html That said, you could...

Reproducible with master (96e790b6a909681d5caf7b902db7402de3d5272f). FWIW, `QChar` is 2 bytes long (UTF-16 / UCS-2 code unit), the problem is with characters outside the Unicode Basic Multilingual Plane. However, even if support...

We definitely do not want any text long enough to wrap to be full-width. It's bad usability.

What does C++11 compatibility have to do with the Windows API? The Windows API is all C and does not use type mangling. Is it for non-Windows C++ APIs which...

Something has gone terribly wrong. Just a short excerpt from the VERY LARGE log file: ``` .generated/stable_dmd-2.077.1/dmd2/linux/bin64/dub(22666:4805)[error]: Declaration expected ```

> I believe the solution is to try to reconnect. Since the problem is on the server side, reconnecting is not meaningful - we are only accepting connections from the...

This probably needs Andrei's sign-off, and he has historically been against moving things around under the hood...

When moving things around, please add redirects from the old to the new locations in `.htaccess` to avoid breaking external links to these resources.

> These are the things that are obviously suitable for it, there is likely more elsewhere. Do you want to put together a plan for a final structure of the...

> Lets get this in. https://dlang.org/gsoc/gsoc2012.html should probably be fixed first before more similar changes.