You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Golang has html.UnescapeString to unescape html entities. Would it be possible to make use of it instead of bundling a huge map? This accounts for 10% of the binary size of miniflux:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Golang has html.UnescapeString to unescape html entities. Would it be possible to make use of it instead of bundling a huge map? This accounts for 10% of the binary size of miniflux:
cc @fguillot
Beta Was this translation helpful? Give feedback.
All reactions