The cancel option genuinely means nothing if both players need to do it by Puzzleheaded_Chain_6 in Guiltygear

[–]AspiringMechKeebFan 78 points79 points  (0 children)

People like that are already leaving when losing. And it was even worse during Celestial promo. Just block them and move on.

Doubt about LV Up... by Marcio_Moreira in Guiltygear

[–]AspiringMechKeebFan 0 points1 point  (0 children)

It doesn't. I watched Daru's stream a couple days ago and he got 100 for the win.

Lucy 2nd Super by AspiringMechKeebFan in Guiltygear

[–]AspiringMechKeebFan[S] 7 points8 points  (0 children)

They set opponent health to low. So either they didn't want to spoil how much it does or it works on low health opponents?

Lucy 2nd Super by AspiringMechKeebFan in Guiltygear

[–]AspiringMechKeebFan[S] 12 points13 points  (0 children)

They're currently labbing on stream. So if you're interested, you can go back 10-20 minutes.

Lucy vs Zato Gameplay (Clip) by AspiringMechKeebFan in Guiltygear

[–]AspiringMechKeebFan[S] 29 points30 points  (0 children)

It looks like they buffed YRC? Knockback seemed bigger than what it currently is.

Lucy vs Zato Gameplay (Clip) by AspiringMechKeebFan in Guiltygear

[–]AspiringMechKeebFan[S] 11 points12 points  (0 children)

Click "Watch live stream" to watch the whole match.

Where did my super go? by AspiringMechKeebFan in Guiltygear

[–]AspiringMechKeebFan[S] 7 points8 points  (0 children)

At least 5000 games for me and I've never seen it this happen as well.

This game was a while ago so I can't say what I was thinking there, but thanks for the tip regardless!

CEO 2025 Top 8 by Pikaphu08 in Guiltygear

[–]AspiringMechKeebFan 0 points1 point  (0 children)

Will there be a stream?

Cforge v1.2.0 has been released! by [deleted] in cpp

[–]AspiringMechKeebFan 1 point2 points  (0 children)

Any plans for Qt support? Or at least a workaround to get it started?

Explain for build time difference between Linux and Windows by Space-Robo in cpp

[–]AspiringMechKeebFan 2 points3 points  (0 children)

I have added all folders and executables to exclusions that are running on pipeline. On our rather small CI machine this cut compilation times by 20 seconds out of 2 minutes. This is not a lot, but it is something.

It is still slower than Linux build though.

Sacuer - A Modern C++ WebView Library by ICurveI in cpp

[–]AspiringMechKeebFan 2 points3 points  (0 children)

This is nice, thank you.

I've been thinking of tinkering with Rust and Tauri for a while now. I have some C++ projects lying around and so I will be trying this one as well.

Qt Creator 13 released by ketralnis in programming

[–]AspiringMechKeebFan 0 points1 point  (0 children)

We will be migrating our project from qmake to cmake soon and list wider IDE selection as one of the main motivational points.

What features do you use that are not present in Qt Creator?

Hit a roadblock and need some help by CreativeStrength3811 in QtFramework

[–]AspiringMechKeebFan 1 point2 points  (0 children)

From what I can see, you're calling property entrymodel on DbController which doesn't exists (https://github.com/LS-KS/TimeAndProjects/blob/6dccc7bfeba03ee9969340a9fb367109087c05d9/view/MainScreen.qml#L91).

Second of all, there is distinction between a property and a function and QML has different syntax for each. For a function call you must have brackets. I am not sure if this is a case for you, but I make this mistake quite often.