Armagetron
Armagetron
I am using the InlineReplyKeyboard and [Google Protobuf](https://developers.google.com/protocol-buffers/) to store the callback data. My code looks like this: ``` InlineKeyboardMarkup::Ptr keyboard(new InlineKeyboardMarkup); std::vector keyButtons; InlineKeyboardButton::Ptr btnYes(new InlineKeyboardButton); btnYes->text = "Yes";...
Gammu recently received an update for the database scheme so that message priorities can be specified. But I have not found a way to specify the priority in the API...
As discussed in #1 I have problems with some of the examples. Most of them are not updated for asyncio. E.g. `server-custom-object.py` fails with ``` Traceback (most recent call last):...
I suggest that the Intel Xeon Phi data is removed since this product line is discontinued.
I tried to update the API specification for the projected energy generation. However I couldn't get the generator to work. For local use, I should specify the template, but I...
When querying some timestamps, it might happen, that the service returns some None values. The python client cannot handle them and returns the error ``` deutschland.smard.exceptions.ApiTypeError: Invalid type for variable...