Leah Lundqvist
Leah Lundqvist
# Problem I want to unemojify emojis that have modifiers (gender, color) but for some reason it doesn't even detect these as emojis. # Example `require('node-emoji').hasEmoji('🤦♂') => false` `require('node-emoji').find('🤦♂') =>...
My index.php: `` And the errors i am getting: ` Notice: Use of undefined constant CURLOPT_CONNECTTIMEOUT - assumed 'CURLOPT_CONNECTTIMEOUT' in /var/www/html/unencrypted/snap/index.php on line 7 Notice: Use of undefined constant CURLOPT_RETURNTRANSFER...
This is probably far from the best way to do something like this, may even be possible in the original package with the methods provided, but I couldn't find a...
Currently the framework implements streaming SSR which is then re-hydrated by fetching RSC from the __marz endpoint. I think ideally that I'd want to skip streaming SSR and instead render...
This is related to an issue in Bun: https://github.com/oven-sh/bun/issues/5344 A workaround for now is to run Marz with `MINIFY=true bun run index.tsx`
So, I'm unsure if this issue is with the react library or this one. But the responsible code resides in this repository so I'll try my luck here. If you...