@luckydonaldsbots · Post #248 · 02.07.2020 г., 19:55
Restoring the database backup of that bot for some reason brought down the whole database, so some other bots might be affected. #ongoing
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #61 · 2 апр.
Ранее я уже упоминал о другой фишке из ˍˍfutureˍˍ , это оператор деления. from __future__ import division Суть проста. Раньше сложность типа данных результата поределялась типом самого сложного операнда. Например: int/int => int int/float => float В первом случае оба операнда int, значит и результат будет int. Во втором float более сложный тип, поэтому результат будет float. Если нам требуется получить дробное значение при делении двух int то приходилось форсированно один из операндов конверировать в float. 12/float(5) => float Но с новой "философией" это не требуется. В Python3 "floor division" заменили на "true division" а старый способ теперь работает через оператор "//". >>> 3/2 1.5 >>> 3//2 1 То есть теперь деление int на int даёт float если результат не целое число. В классах теперь доступны методы __floordiv__() и __truediv__() для определения поведения с этими операторами. Данный переход описан в PEP238. #pep#2to3#basic
Пребарај: #ongoing
@luckydonaldsbots · Post #248 · 02.07.2020 г., 19:55
Restoring the database backup of that bot for some reason brought down the whole database, so some other bots might be affected. #ongoing
Hashtags
@luckydonaldsbots · Post #211 · 23.08.2019 г., 12:08
Currently the server is quite slow, as I’m upgrading a huge database. #ongoing
Hashtags
@luckydonaldsbots · Post #247 · 02.07.2020 г., 18:59
Took down @RulesRulesBot to move it to the new server as well. Somehow I did miss that one. #ongoing#RulesRulesBot
Hashtags
@meddahstories · Post #1917 · 04.03.2024 г., 09:44
До окончания перевода дорамы "Смертельная игра" осталось всего пять серий. Самое время насладиться остом, который исполнил сам Ся Чжигуан (Жуань Ланьчжу / Наньчжу), дабы утешиться... #China#drama#TheSpirealm#ongoing#XiaZhiGuang
@luckydonaldsbots · Post #210 · 08.08.2019 г., 10:33
Due to the new animated stickers having a different format, @StickerTagBot’s tagging functionality is currently out of service. The inline search as well as the getstickers.me website continues to be working. #ongoing#StickerTagBot#getstickersme I’ll have time to look into that in a week.
@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