Sil3ntStorm
Sil3ntStorm
You have to call `answerCallbackQuery` (even if you don't want to give any user feedback) when reacting on Keyboard Callbacks. See [Telegram Bot API documentation](https://core.telegram.org/bots/api#callbackquery), especially the Note there. Upon...
It works for me as well when using an updated compiler suite as well. So it might be that zstd requires some compiler version newer than clang 7.1, or it's...
> Anyway this `debug_suffix` option has no effect for many compilers and openssl versions, so it should be deleted in these cases. It is already deleted for versions where it...
I don't really care either way, was just trying to go for "as little impact as required" which in this instance is basically no impact for those who continue to...
Any update on this? Is there any chance of merging this?
This is still the case with 3.21.1 and bleeds outside of protobuf into consumer code, forcing people to disable the warning or add boilerplate code. Curiously the one compiler that...
This has actually been fixed in main by #10188 Any hint on which protobuf release will actually contain the fix?
The ciso646 include seems to be still present in release 20220623.1, when can we expect a release that includes this fix?
I have not looked into those functions (and probably won't have the time to for at least a few weeks), but it sounds like those might be specific to iostreams....
Is this not the same as #589 ? I would also love to exclude third party libraries from diagnostics. I have no control over their code style / code conventions,...