Sergio Martins

Results 9 issues of Sergio Martins

``` #include #include struct Foo { char v [1024 * 1024 * 300]; // 300 Mb Foo() { std::cout

OS:Linux/Archlinux VSCode version: 1.65.1 CodeLLDB version: 1.6.10 Compiler: gcc-11.2.0 / lldb-13 Debuggee: https://github.com/KDAB/KDDockWidgets/ Crashes at startup when trying to debug. I noticed however that the crash is only repro if...

area:Crash

Goto to Meta Objects view, click a few times on Incl Total header to reverse the sorting. Then, click on some row, then click again a few times in "Incl...

bug

### Requirements - [X] I've searched [platform-specific issues](https://github.com/jtroo/kanata/blob/main/docs/platform-known-issues.adoc), [issues](https://github.com/jtroo/kanata/issues) and [discussions](https://github.com/jtroo/kanata/discussions) to see if this has been reported before. ### Describe the bug I've installed kanata via cargo: `cargo install...

enhancement
windows
PRs welcome
llhook

### Brief Issue Summary After a failed build, the "Problems" pane correctly shows the errors. However, after I fix them, they don't disappear unless I do a rebuild. It's common...

enhancement
Feature: code model

This probably will be done as an example with custom titlebar

Add a way to execute a mass QQmlComponent::create() on all qml files, for a given qml context, to find errors in qml files. ``` c++ QDirIterator dirIt(QLatin1String("."), QDirIterator::Subdirectories); while (dirIt.hasNext())...

enhancement
junior job

With a basic app that only has a focused line edit gammaray says it has focus=false. Same when looking at QApplication's properties: 'focusObject' and 'focusWidget'. On Windows/msvc2013/Qt 5.6

bug

```bash export TSS2_LOG=fapi+NONE WARNING: Listing FAPI token objects failed: "fapi:Provisioning was not executed." Please see https://github.com/tpm2-software/tpm2-pkcs11/blob/1.9.0/docs/FAPI.md for more details WARNING: Getting tokens from fapi backend failed. WARNING: Listing FAPI token...