Yevhenii Kovalchuk
Yevhenii Kovalchuk
> Let's wait just a bit for the stable version of Black to be released. I was a bit quick to pull off the label. The first stable version of...
Interesting, can't reproduce it on my computer. I am running Windows 10 too and the latest pendulum too. ```python >>> pendulum.__version__ '2.1.2' ``` ```python >>> pendulum.from_format('2021-07-30 09:00 AM Etc/GMT+3', fmt='YYYY-MM-DD...
Hey there, Can you please share a code-snippet which we can use to reproduce the issue? Also, what Docker-image you use? Is it based on Debian or Ubuntu or maybe...
@Urahara That is weird. Those URL are totally different, why order should matter?
https://github.com/gawel/pyquery/blob/master/pyquery/pyquery.py#L56 ```python try: result = getattr(etree, meth)(context) except etree.XMLSyntaxError as e: if e.msg.startswith('Document is empty'): raise ``` @gawel Do you think it is a valid way to solve it? At...
Another way to do it: ```python from functools import lru_cache from flashtext import KeywordProcessor class NonWordBoundaries: def __init__(self, *predicates): self.predicates = predicates @lru_cache(maxsize=128) def __contains__(self, ch): for predicate in self.predicates:...
UTF-8 is a Unicode format which supports a lot of symbols, why do you need to set different encoding? Show us example of your problem and i will try to...
Hello @Halvaard I will take a look at this on a weekend, thanks for the report. Also, if you can share the playlist with me and provide the exact song...
Сами [подкасты есть](https://i.imgur.com/9hMmO6Y.png). Подписка оформляется, новые выпуски в соотв. разделе появляются и проигрываются. При этом, на главном экране моя подписка на подкаст [корректно не отображается](https://i.imgur.com/jyi0CjE.png), пишет "Больше не доступен". Если...
На всякий случай - очистил данные приложения, отписался / подписался. В ленте подкаст все ещё [отображается как "БОЛЬШЕ НЕДОСТУПЕН"](https://i.imgur.com/7NKEgqV.png). При клике на саму кнопку "БОЛЬШЕ НЕДОСТУПЕН" как и раньше [страница...