Results 127 comments of Askar Safin

dvtm shows big output. Reproducible with git master (b73aba5c17b10eb9bbfaea6abe0de9802225573d) (with terminfo db entry from this git master). I will try to be more precise: run that command, then make terminal...

Here is comment about using inline namespaces to solve diamond problem: https://www.reddit.com/r/cpp/comments/5t5v0h/libraries_dependencies_and_diamond_versioning/ddkgbqt/

It seems it is possible to solve that diamond problem in general case. At least on Linux. Let me give C example. Let's assume x.c depends on y.c and z.c....

**Even worse bug!** I found another bug. I suspect both bugs caused by one root cause. Consider this code: ```rust use santiago::lexer::LexerRules; use santiago::grammar::Grammar; pub fn lexer_rules() -> LexerRules {...

**Workaround** for other people in the same situation! So, if your system got freezed, simply press F8 ("Resume execution") while devtools still active. This should continue execution and unfreeze your...

Bug reproduces differently on KDE Wayland. The system stays usable, switching between apps works, Konsole (sic!) continues to work. But mouse stops to work with Chromium window. So, overall Wayland...

@codebytere , you mean I should try Chrome instead of Chromium? Or you mean somehow reproduce this bug on Chrome/Chromium without Electron?

I tried to reproduce this bugs on Chromium alone, without Electron, using Chromium extensions and contextMenus ( https://developer.chrome.com/docs/extensions/reference/contextMenus ). Here is Chromium extension I created for this. This is `manifest.json`:...

@VerteDinde . Here is `package.json` I will use for all my projects I will talk about: ```json { "name": "a", "version": "0.1.0", "main": "main.js", "scripts": { "start": "electron ." },...