Jodi the Tigger

Results 13 comments of Jodi the Tigger

Ok, If I understand your question, you want a thread that never does a job. If that's the case, just manually make a new thread outside the sewing system and...

That GL problem you're having sounds an awful like #14, and this saddens me. If you could post a minimal viable program showing the GL problem, I can definitely investigate...

Oh, also, I know that GL drivers really don't like you submitting GL calls from a thread that's separate from the one use to create the context. Dunno if that's...

Thanks for the PR. I'll check it out fully when I get time, but on the surface I don't see anything wrong with it.

Yea, seems the code for dealing with these different lambda types is all broken now, due to the nature of where `[]()` is put for creating lambdas ```cpp void f1()...

Ok, figured it all out. Combo of misunderstanding some defaults (`indent_align_assign=true`, `indent_continue = 4`) and my original namespace indent code causing a ton of problems. working on a pull request...

Oooh, thanks for asking those questions - I'll check what I did, and get back to you with an answer.

I also have the same problem. No combination of `indent_cpp_lambda_body` and `indent_cpp_lambda_only_once` can get me what I want ``` $ ./uncrustify.exe --version Uncrustify_d-0.72.0-201-ccb3fe4e ``` input: ``` if(isWidgetOfCurrentRow) { it =...

Hey @ErikReider . The code to fix this issue targeted C++ only from memory. If you still have this issue in vala - **I suggest creating a new issue.** If...