public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Improve some utility codes
@ 2022-08-03 10:27 Muhammad Rizki
  2022-08-03 10:27 ` [PATCH v1 1/2] Improve code for bottom border Muhammad Rizki
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Muhammad Rizki @ 2022-08-03 10:27 UTC (permalink / raw)
  To: Ammar Faizi
  Cc: Muhammad Rizki, GNU/Weeb Mailing List, Alviro Iskandar Setiawan

Afternoon guys,

In this series, I'm improving some utility codes in scraper/utils.py,
like multiple dash `-` just like "-"*72, I think it's more practice than
before. I fix a bug too while receiving email payload like `<text>`,
`&reg`, and more using double html.escape().

There are 2 patches in this series:
- Patch 1 is to improve bottom border string template.
- Patch 2 is to use double html.escape() for fix_utf8_chars()

This should be works fine and tested too, thanks.

Muhammad Rizki (2):
  Improve code for bottom border
  Use html.escape() for fix_utf8_chars()

 daemon/scraper/utils.py | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)


base-commit: f42828bf0aa6fe23f1f5257c4a2483cb8798e89a
-- 
Muhammad Rizki


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-08-03 13:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-03 10:27 [PATCH v1 0/2] Improve some utility codes Muhammad Rizki
2022-08-03 10:27 ` [PATCH v1 1/2] Improve code for bottom border Muhammad Rizki
2022-08-03 10:27 ` [PATCH v1 2/2] Use html.escape() for fix_utf8_chars() Muhammad Rizki
2022-08-03 12:49   ` Ammar Faizi
2022-08-03 12:53     ` Ammar Faizi
2022-08-03 13:01     ` Muhammad Rizki
2022-08-03 12:51 ` (subset) [PATCH v1 0/2] Improve some utility codes Ammar Faizi
2022-08-03 13:07 ` Ammar Faizi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox