Emoji snapshot methods
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 20/100
Research direction
Start with issue #53 and the linked blowdryer README to understand the proposed emoji naming. No repository file, test, or entry point is identified; the issue itself concludes that publishing these artifacts is probably a bad idea. Done would require a maintainer decision on whether to pursue the proposal and what exact API should be supported.
Written by the indexing model from the issue text.
Description
We will never ship this by default, but it might make sense to do something like what blowdryer did for 干
com.diffplug.selfie:selfie-kotlin-emojiexpectSelfie-> 🔎- this would only work in kotlin, and it would have to be bracketed with double-backticks, but it stands out visually
- Unicode has both 🔎 and 🔍, doesn't really matter which, but we should not do both and
:mag_right:works in GitHub but:mag_left:doesn't so that's the tiebreaker - another option is
expectSelfie-> 📷
com.diffplug.selfie:selfie-kuexpectSelfie-> 𐌒- this is using the old italic letter ku, which would work in java and kotlin
The code would look something like this
object 𐌒 {
@JvmStatic fun 𐌒(actual: String) = Selfie.expectSelfie(actual)
@JvmStatic fun 𐌒(actual: Int) = Selfie.expectSelfie(actual)
@JvmStatic fun 𐌒(actual: Boolean) = Selfie.expectSelfie(actual)
}
It's cute, but it's very easy for people to do themselves in their own projects, and it's probably a bad idea so we shouldn't encourage it by publishing artifacts for it.
The 🔎 has a tiny sliver of functionality, the color does standout just a bit, seems appropriate.
- Dominant language
- Kotlin
- Stars
- 101
- Forks
- 18
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 5
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from diffplug/selfie
-
Selfie JVM Snapshot Garbage Collection is overly zealous when using multiple test suites in gradle Openbug jvm
Difficulty 4/5 3-5 days Newbie friendliness 48/100
-
enhancement jvm
Difficulty 5/5 Over a week Newbie friendliness 25/100
-
bug jvm
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
bug docs jvm
Difficulty 2/5 1-3 hours Newbie friendliness 50/100
-
bug jvm py
Difficulty 2/5 1-3 hours Newbie friendliness 48/100
Similar issues
-
Doc: Oppdater README Open
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
area:modals intermittent needs-repro platform:android type:bug
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
index-request triaged
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
Anthonyy232/Paperize#614 ·