question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Block emoji from being entered as a repo name

See original GitHub issue

Emoji shouldn’t be allowed in place of a repo name as they are converted anyway to “normal” characters by GitHub.com and Desktop once published.

If you already have a repo with the namegithub.com/tierninho/-1 and you decide to create a new repo with an emoji 🐴 as the repo name, the name becomes converted to “normal” characters as expected. However, if you click “open in GitHub” or “create PR”, the existing repo is opened despite the real url being github.com/tierninho/-

screen shot 2017-10-18 at 2 34 22 pm screen shot 2017-10-18 at 2 35 27 pm

Just remove the Emoji option from the Edit menu?

tested 1.0.5beta0, mac

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Daniel-McCarthycommented, Oct 22, 2018

@outofambit Sounds great! I have the changes ready and will get a pull request ready soon.

I think its best to preserve that behavior for now.

I certainly agree. I was hoping that perhaps this might be an opportunity for some improved documentation to explain this, so I gave it a mention while it was relevant.

1reaction
outofambitcommented, Oct 22, 2018

@Daniel-McCarthy that seems like a sensible approach to me. I’m not sure about the reasoning for filtering out _ so I think its best to preserve that behavior for now. thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to disable emoji from being entered in Android EditText?
There is nothing that will 100% disable emoji. The keyboard can act to any mode it sees in whatever way it thinks best,...
Read more >
How to block emojis from entering UITextView - YouTube
Swift / UIKit / UITextViewIn this video we look at a couple of different ways to block emojis from being entered into a...
Read more >
Icons, Emojis - Material for MkDocs - GitHub Pages
Tip: Enter some keywords to find icons and emojis and click on the shortcode to copy it to your clipboard. Configuration¶. This configuration...
Read more >
Input validation in Jetpack Compose | by Denis Rudenko
By default it's NAME, since it's the first input from top to bottom. init{} block checks if there is last known focused TextField,...
Read more >
Xamarin.Forms Editor - Microsoft Learn
Set and read text; Set placeholder text; Prevent text entry; Transform text ... <Editor x:Name="editor" Text="I am an Editor" />. In C#:.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found