Ernesto Casablanca
Ernesto Casablanca
> > For a temporary hack on MacOS, you can do something like: > > Backup current Typora diagram lib > > ```shell > > cp /Applications/Typora.app/Contents/Resources/TypeMark/lib/diagram/diagram.min.js /Applications/Typora.app/Contents/Resources/TypeMark/lib/diagram/diagram.min.js.bak > >...
> I see that you explicitly use `typing_extensions`, which is not a dependency of PTB so far. We're generally trying rather strictly to keep the number of dependencies small so...
Is there a specific reason why `input_chat_id` in this line https://github.com/python-telegram-bot/python-telegram-bot/blob/1cf63c26c59c3db2c938bffe26898216283b60af/tests/test_message.py#L457 is an object instead of the expected string or int?
> @TendTo would you be interested in working on the alternative approach? I thought this would have been a matter of a few targeted changes, but I now see it...
So, I tried following your advice of centralizing the logging in the method `_do_post`. There are two ways I would use for logging the caller function: either logging the endpoint:...
> There are two workarounds we tested: > > 1. Patch the original CMakeLists.txt to copy the source file to the build directory with `${CMAKE_COMMAND} -E copy` and then install...
Thanks, I'll quickly update you: - Yes, the version I'm using in this example is the public master branch here on GitHub - I noticed the error still happens even...
> @TendTo I'd need to change the settings yaml but there's no placeholder file for default settings, is this behaviour intended? Do you mean [_src/spotted/config/yaml/settings.yaml_](https://github.com/UNICT-DMI/Telegram-SpottedDMI-Bot/blob/main/src/spotted/config/yaml/settings.yaml)?