@luckydonaldsbots · Post #246 · 20.06.2020 г., 01:55
Fixed @HeyAdminBot getting stuck on some special message types and becoming unresponsive. #resolved#HeyAdminBot
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #199 · 8 јан.
Многие из тех кто активно работал с Python2 несколько удивлены, почему в Python3 удобная функция reload() переехала из builtin в imp а потом и в importlib? Ну было же удобно! А теперь лишний импорт😖 Дело в том, что начиная с Python3.3 функция reload() переписана на Python вместо Cи. Что это нам даёт? 🔸 Такой код проще поддерживать и развивать 🔸 Python код легче читать, изучать и понимать. Сравните это ➡️ и это ➡️. 🔸 Как результат пункта 2, проще писать свои расширения импорта. Например, пользовательский импортёр с какой-либо хитрой логикой по аналогии с импортом из zip архивов. А есть ли у этого решения недостатки? Да, они всегда есть. 🔹 Так как это не builtin функция, её следует импортнуть перед использованием 🔹 Скорость замедлилась примерно на 5%. Очевидно, что это совершенно не критично. К тому же от версии к версии логика импорта будет оптимизироваться и ускоряться. В самом начале файла importlib/__init__.py мы видим такой импорт: import _imp # Just the builtin component, NOT the full Python module То есть часть функционала по прежнему написана на Си, но достаточно низкоуровневая. #basic
Hashtags
Пребарај: #heyadminbot
@luckydonaldsbots · Post #246 · 20.06.2020 г., 01:55
Fixed @HeyAdminBot getting stuck on some special message types and becoming unresponsive. #resolved#HeyAdminBot
Hashtags
@luckydonaldsbots · Post #218 · 08.09.2019 г., 19:48
Updated @HeyAdminBot: - Improved handling of private groups, will now export the join link if the bot has the rights for that - Added a direct link to the message ("requested") - Randomizing order of admins called so it's not always the same one being the first to respond. - Fixed bug where the first admin would receive the messages meant for the other admins as well. #update#resolved#HeyAdminBot
Hashtags
@luckydonaldsbots · Post #230 · 23.03.2020 г., 11:24
I will definitely work hard to keep the most important group management services stable, including: @JoinCaptchaBot, @RulesRulesBot, @BanWarnBot, and @HeyAdminBot. And for now also the less important @NoServiceBot. #PermalinkBot#NoServiceBot#RulesRulesBot, #BanWarnBot#HeyAdminBot #ongoing#issue
@luckydonaldsbots · Post #241 · 17.05.2020 г., 14:32
Quickly moved @anonymize_bot, @HeyAdminBot, @PermalinkBot, @ponbot (+ 🔞@p0nbot) and @RpAliasBot to the new server, as those didn't need any database migrations, as they simply don't have any database. #migration #anonymize_bot#HeyAdminBot#PermalinkBot#ponbot#p0nbot#RpAliasBot