Kiko Beats
Kiko Beats
There are some contexts where `FinalizationRegistry` is not there (e.g., when you run inside a vm) The fallback is already on the codebase; why not use it?
Hey, I think I was in the same situation as you: I want to use embedly API but it's too expensive for my user case. so I decided create [microlink.io](https://microlink.io)....
@bebraw one question, the order of the webpack plugins, is it important? Reproduce case is: ``` git clone [email protected]:windtoday/windtoday-marketplace.git npm install && npm run build ``` Sorry If I don't...
Using `[email protected]` looks like `cb` is called, but unused styled are not remove 🤔 . Any important change in the implementation between 0.4.0 and 0.5.0 ?
The point that the changelog is automatically generated using https://github.com/conventional-changelog-archived-repos/conventional-changelog-cli
I invite you to enter in https://github.com/Kikobeats/changelog-microservice 😄
The problem is the source: - emojis-list use https://twitter.github.io/twemoji/2/test/preview.html `li` elements as reference. - emojis-keywords use https://github.com/WebpageFX/emoji-cheat-sheet.com/tree/master/public/graphics/emojis directory as reference. So for do that we need to update the source...
Looks like could be possible because we have li elements here https://github.com/WebpageFX/emoji-cheat-sheet.com/blob/master/public/index.html#L121 but emoji-cheat-sheet are images, no real emoji :'(
because we didn't know it 😄 as you can see in the Github API endpoint it points to a image, so we need a way to determinate the emoji from...
uh, interesting. I tagged this issue as `v3` iteration. let's define what include in this new iteration: - an array with all the emoji (like v2). - an array with...