Balthazar Rouberol
Balthazar Rouberol
This is not a cozy-music error issue _per se_, but https://demo.cozycloud.cc/#apps/cozic displays the following error message: 
Every possible error encountered when dealing with the Facebook API (HTTP error, token error, permission error, etc) is raised as a `GraphAPIError`. While it makes it easy to catch "all"...
Current output ``` Storage free change estimations: range spread: 214.52% -> 23.87% std. deviation: 220.58GB -> 75.34GB - Broker XXXX: 1107.78 -> 964.58 (-143.20GB, -12.93%) Broker YYYY: 816.58 -> 967.81...
I'm building Hotot from source, from the master branch. Both "Rewteets > by me" and "Retweets > by others" columns stay empty, while displaying a "refresh" animation. This issue has...
I have a couple of suggestions for English → French translations ### In General menu > submenu - "Back" → "Précédent" - I have a couple of suggestions for English...
### SUMMARY When the `PRESTO_EXPAND_DATA` feature flag was set to `True`, we've noticed that some of our Presto tables were able to be previewed, while some other failed, with the...
When upgrading my project to python 3.12, I started seeing deprecation warnings related to the use of `datetime.datetime.utcnow`. ``` /Users/br/.../lib/python3.12/site-packages/jose/jwt.py:311: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a...
I'm using `topicmappr` built on the `v4.2.1` tag (https://github.com/DataDog/kafka-kit/tree/v4.2.1). I have the following topic set-up in production, spread between brokers 1001 to 1009: ``` Topic:webrequest_text PartitionCount:24 ReplicationFactor:3 Configs: Topic: webrequest_text...
When I generate a list of links by performing a query of some kind, it seems that the pages the rendered links link to don't include any backlink. This seems...
I'm writing a script automating the restart of a kafka cluster, using `kafkat restart-cluster` at its center. It's calling `kafkat` commands via subprocesses, and needs to parse the output. It...