Sudara

Results 201 comments of Sudara

Hi there! Thanks for the the suggestion and taking the time to share it. I like the benefit of the name staying the same across multiple projects. JUCE has `JUCE_IPP_AVAILABLE`...

Hi @vaakash, Thanks for the reply. Great to hear that it breaks "cache" based on the git hash, that's perfect. I'm not exactly sure what's going on then, as I...

Hmm, I just did a test where I deleted the bottom half of the article. The log looks like this: ``` 12/09/2024 17:47 - ++++++++++ Done ++++++++++ 12/09/2024 17:47 -...

What compiler is this with? (Not seeing this locally) Funny, I removed the explicit dtor because of this other warning when it was in place: https://github.com/sudara/melatonin_blur/pull/65

Yes, thanks! We have compiler warnings on the repo, so I guess I need to go investigate why the tests didn't fail...

Would be great to see an official fix for this, for example adding the option to `install-daemon` to `svc.h` as @sdarwin described. It seems ideal that runners should start on...

A summary for where things ended up: Everything works *if and only if* I store the compile-time string manipulation in a separately declared constexpr variable before feeding it to `perfetto::StaticString`:...

I haven’t used the macros in lambdas myself but a search brings up this issue: https://github.com/google/perfetto/issues/986

Not sure if the latest perfetto release includes it yet but I’d be happy to merge a PR that bumps the version when it does.

I'm not totally sure! Would be nice. If you feel motivated to look into it, you can poke around here to see how the colors are populated, they are properties...