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
Since the blog article, there's a number of new emoji in telegram that are not included in the list (π΅βπ« for example, and it shows up neither with :spiral: nor with :dizzy:).
So, I'm trying to replicate the codegen_emoji run. Adapting the replaces.cpp.diff looks to be fairly trivial.
I'm confused/stumped at the next step, though. gyp configure only gives me gyp: Could not automatically locate src directory. This isa temporary Chromium feature that will be removed. Use--depth as a workaround.
Where do I need to put the files/how do I put this together so it can work?
The text was updated successfully, but these errors were encountered:
Since the blog article, there's a number of new emoji in telegram that are not included in the list (π΅βπ« for example, and it shows up neither with
:spiral:
nor with:dizzy:
).So, I'm trying to replicate the
codegen_emoji
run. Adapting thereplaces.cpp.diff
looks to be fairly trivial.I'm confused/stumped at the next step, though.
gyp configure
only gives megyp: Could not automatically locate src directory. This isa temporary Chromium feature that will be removed. Use--depth as a workaround.
Where do I need to put the files/how do I put this together so it can work?
The text was updated successfully, but these errors were encountered: