Patrick Nelson

Results 116 comments of Patrick Nelson

**NOTE:** Had an issue with the dashed versions not working. Turns out those are ones without any sort of actual unicode but still have an alias, so I'm fixing this...

Friend tested on Mac and noticed a bug with the icons, will need an OS-level check to only add the non-transparent version on Windows. ![unnamed](https://cloud.githubusercontent.com/assets/4269377/23150156/2ed4e91e-f7a6-11e6-9d15-706dfd5cc593.png)

@muan Nope, actually I believe it works fine without the `-Template` suffix in OSX from what I could tell. Maybe you should check yourself to confirm just in case? I...

Also just resolved some merge conflicts against `master`. Some notes on that: 1. The transition to `CommandOrControl` for Linux compatibility was a good one and I've revised my code to...

@muan I can rebase & resolve conflicts... would you be willing to merge this soon? Any comment? It has sat for a while 😔

That was my main aprehension with resolving the conflicts (which _should_ be easy, haven't checked yet). I didn't want to resolve and have it continue to rot again. SIDE NOTE:...

For the record, 🎉 on @jsdnxx's comment since it's working fine for me now. @egoist What was the critical change in your repo that caused the emoji to look that...

Ok, got it working 🎉. See PR #86. This is what it looks like right now on my Win10 machine: ![win10 demo](https://cloud.githubusercontent.com/assets/4269377/23090602/4fcf4bb6-f556-11e6-823a-ad6f52a2cf47.gif) I've performed the following: - Replaced all icons...

p.s. I think it could be optimized to run more quickly (probably slower after this edit) by using classes to toggle `display` CSS instead of constantly re-parsing, see this line:...

Interesting. Looks like there could still be an advantage of using `mojibar`: ability to use text search to filter down to the emoji you're interested in using. One feature they...