For now I am working around the issue by hiding emojis when the site is served on HuggingFace.
<script>
// Add a class for HuggingFace so we can avoid rendering emojis there.
if (location.href.includes('static.hf.space'))
document.body.classList.add('huggingface')
</script>
<style>
.huggingface .emoji {
display: none;
}
</style>
@John6666 Hello, I see you around a lot. Do you know if HuggingFace employees look at bug reports here? Or is there a better place to post bug reports?
If you write to Victor in the following Victor Posts, which you have already written about in another matter, Victor will be notified, and if you write to HF Discord Feedback, it will be easier for HF to understand.
Also, if the matter is urgent and there is a clear person in charge, there is a way to send a mention to that person.
There are also services that have active bug report locations, such as Hugging Chat and Zero GPU Space.
The other thing is the issue section on github for each library, but this isn’t related to the library…
However, in this case, there is no clear person in charge or bug report location, so it would be best to either write to Victor’s Posts or HF Discord, or send an email to HF. I have written to HF Discord.