Damien Erambert

Results 67 comments of Damien Erambert

Appreciate all the messages! Just a small PSA that this thread isn't made to debate Twitter's CEO (or anything related) and I will be hiding/deleting comments accordingly. I've kept the...

Did anyone figure out a workaround when using `useMenu`? I'm running into the same issue when trying to incorporate the [styled example](https://codesandbox.io/s/awesome-boyd-c0gbv5?file=/src/Menu.tsx) inside a Next.JS project and SSRProvider breaks it...

@brandonpittman sorry if I'm missing context but why did you close the issue?

> @eramdam I expect that [our workaround](https://github.com/mozilla/fx-private-relay/pull/2612/commits/e26f79a85f2fe11ba08408cac7d8e8c50b9e23ce#diff-edbffc39ec80534abfe406392e700ab7da225db46156fe9898a7ad34675b5e50) should work there as well, but passing the menu trigger state instead of the overlay trigger state. > > @brandonpittman I don't think...

If there's a nodejs library to take advantage of that I can try 😁

> There's plenty of wrappers and think there's one you could use with node but hopefully you've been able to check yourself by now I haven't 😅 And as far...

Yeah... I figure maybe that's a use-case for native Node modules which i think can be C++ code? I'm way out of my depth so unless I get the time...

According to https://projects.iamcal.com/emoji-data/table.htm, the equivalence shouldn't be there in the first place 😅

But then is there a way to output 🙅? Or are consumers of the library expected to catch this case to work around it? 😅 (I see Slack properly translates...

And I guess the issue happens in reverse in that using `replace_unified` with `colons_mode = true` with `🙅` produces `:woman-gesturing-no:` which _feels_ like a bug?