Results 139 comments of Stephan Lachnit

> @ggardet Is there a way for me to get terminal access to an aarch64 machine to debug this? I cannot fix it without more information. @HDembinski I can ask...

I'm not entirely sure what you mean, but this is required to make meson run `clang-format` and `clang-tidy` on those files. Compilation works fine anyway.

> this is likely going to be problematic for many (me included - this would complicate one of my workflows on Windows). I'm not entirely sure how this would complicate...

> Sounds like your IT department's problem. If no manual verification is possible that's fine, please just close the issue. > You acknowledged in the PR Well I guess this...

Right, that's on me, sorry. Maybe it's worth rephrasing the checkbox to > The [application id guidelines](https://docs.flathub.org/docs/for-app-authors/requirements#application-id) are followed and the domain used for the application ID is [controlled by...

> No, you are encouraged to follow the links. I mean whatever, it's your documentation and I don't care, but at least I did read through all the links (and...

Managed to verify it, thx!

Note: this is _not_ solved in 1.28

We can't use >=1.30 due to a GCC bug (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114968), and unfortunately there is one instance of `sprintf` still present in 1.28 here: https://github.com/chriskohlhoff/asio/blob/54e3a844eb5f31d25416de9e509d9c24fa203c32/asio/include/asio/detail/impl/socket_ops.ipp#L2584 It is also present in your...

> > We can't use >=1.30 due to a GCC bug (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114968), and unfortunately there is one instance of `sprintf` still present in 1.28 here: > > https://github.com/chriskohlhoff/asio/blob/54e3a844eb5f31d25416de9e509d9c24fa203c32/asio/include/asio/detail/impl/socket_ops.ipp#L2584 > >...