soerenetler
soerenetler
Hi, i think it would make sense to split the `WhatsApp` class into a `WhatsAppUpdate` and `WhatsAppClient` class. Many of the functions lower in the file like `get_location` don't actually...
Hi, `requests_toolbelt` is used by not probably defined as a dependency in the `setup.py`. It is just used in one place. I think it would be a better approach to...
Hello everyone, The `match` endpoint requires the coordinates to be in a `.gpx` file. It would be creat to have the possibility to directly send all the coordinates in the...
Hi @Kalebu, I just wanted to update my serverless functions to python3.11. There is a problem with the typing module. This is already fixed in this repository, but not released...
Hi everyone, I know this is not a problem with heyoo, but maybe it should/cpuld be something to be delt with here. I experience wrong message order on the recieving...
Hello again, I think get_message should be renamed to get_message_text (current naming is ambiguous, it is not clear if the function returns the message object or the text). And I...
Hi, I think it would be easier to add more arguments to the function and not put everything in one dictonary. The function could look like this; ```python def send_interactive_list(self,...
# URL(s) with the issue: https://www.tensorflow.org/addons/tutorials/networks_seq2seq_nmt # Description of issue: It is not clear what the output of the BasicDecoder is. The output variable is is from type BasicDecoderOutput and...
Great repository! This is very helpful for me. I am currently working on question generation for my master's thesis. Are you interested in a PR to port the code onto...
Hello again, When using calplot I notice that the min value of the heatmap is fixed to 0 und the max value is fixed to the highest datapoint in the...