>_run

Results 96 comments of >_run

I'll take a look into it. I don't remember any backward compatibility choices, though. All I remember is that Swiss was the one to implement it :)

not really having time rn. Could you do so?

@badiboy I always questioned why we even have this. It is misleading, looks as if it sets logging level of telebot logger to necessary one, but it only shows message...

#2390: removed infinity_polling fully for time being. Reason: useless; Not final decision though - If I get new ideas regarding it, I may bring things back, but @ badiboy final...

I propose: - Storing json_string, with 'from' being changed to 'from_user' - When printing an object, this json_string should be printed. And then, we can add some JSON_FORMATTED = FALSE...

> I have no willing to waste my and others server resources for storing json strings Makes sense We still need changes to the output of the types though; Then,...

Is disabling Nones by default fine with you?

Well I don't see any use case for seeing Nones. They are useless as API does not provide them. They just take up space, nothing useful out of this.

Allright! @2ei then could you please: **Create 2 variables:** 1. JSONDESERIALIZABLE_PARSE_OUTPUT = False 2. JSONDESERIALIZABLE_SKIP_NONE = True Use these to pretty print and output None values if necessary.

@badiboy do you think parse indent is this necessary