Peter Šurda

Results 179 comments of Peter Šurda

I thought I removed ebuild.sh already?

"trash whole folder" will be postponed and maybe even ignored, because you can delete the whole folder by selecting all entries manually.

You already can configure log handlers, it just isn't well documented. The ability to send a report on crash sounds nice, but I worry it will be too much work...

This fork actually has chans in another tab. Threading is already planned in another issue, but I postponed it to v0.8. And navigation could be improved too.

Not a high priority, I use different logging setup as well.

@benpl I'm sorry to write here, but I have no way of contacting you. It's regarding Polish translation of PyBitmessage. Can you please send me an email or a bitmessage?...

Sorry for the confusion. I'm trying to reach @benpl , not @PitPik .

Here's the output from `ANALYZE`: ``` MariaDB [gitea]> ANALYZE SELECT `label`.id FROM `label` WHERE `label`.num_closed_issues!=(SELECT COUNT(*) FROM `issue_label`,`issue` WHERE `issue_label`.label_id=`label`.id AND `issue_label`.issue_id=`issue`.id AND `issue`.is_closed=1); +------+--------------------+-------------+--------+-----------------------------+---------------------+---------+-------------------------------+-------+----------+----------+------------+-------------+ | id | select_type |...

No change in duration: ``` MariaDB [gitea]> ANALYZE SELECT `label`.id FROM `label` WHERE `label`.num_closed_issues!=(SELECT COUNT(`issue_label`.label_id) FROM `issue_label`,`issue` WHERE `issue_label`.label_id=`label`.id AND `issue_label`.issue_id=`issue`.id AND `issue`.is_closed=1); +------+--------------------+-------------+--------+-----------------------------+---------------------+---------+-------------------------------+-------+----------+----------+------------+-------------+ | id | select_type | table...

I'm using the MariaDB container from docker hub, the only custom parameter I added is `--thread_stack=1048576` (I forgot why exactly I had to add this). The server has 256GB RAM,...