Live data from Hacker News

Viewing profile — drex04

drex04

HN member
Joined
Wed, Aug 23, 2023, 2:03 PM UTC
HN karma
67
Public activity
2 items

About drex04

No profile information was provided.

Recent public activity

  1. comment
    Comment #37237216

    The Unicode bidi algorithm isn't failing here, it's working as designed. The source code snippet has base direction LTR, but has mixed-direction content because of the Hebrew text.…

  2. comment
    Comment #37236189

    This is indeed an easy way to fix text rendering in your inputs and textareas. However, you'll also need to do the same for elements that render the submitted text. And once you en…