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.

multiple label and emoji support?

See original GitHub issue

I have this certain label: Reviewing :memo:

If it is supported, can I ask on how to do it?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
NobbZcommented, Oct 9, 2019

You have 3 distinct labels without overlapping pathes.

@jhdcruz seems to have problems with overlapping pathes though, not with the actual emojis…


"Reviewing :memo:":
 - src/*

Only mathces the first level, your other label though matches some subdirectories. You probably want to do this:

"Reviewing :memo:":
 - src/*
 - src/**/*

To match all files in the folder and all files in all subfolders of arbitrary depths.

1reaction
majmancommented, Oct 9, 2019

This is working on our repo:

🛸 Main:
- apps/main/**/*

🕹 Demo:
- apps/demo/**/*

💅 Style Guide:
- '@private-internal/**/*'
Read more comments on GitHub >

github_iconTop Results From Across the Web

A multi-label emoji classification method using balanced ...
Section 3 presents the proposed B-PMI method that helps to classify emoji, assign labels to emoji, and develop emoji embedding. Section 4 describes...
Read more >
A multi-label emoji classification method ... - ACM Digital Library
A multi-label emoji classification method using balanced pointwise mutual information-based feature selection.
Read more >
A multi-label emoji classification method using balanced ...
However, the available pre-trained word embeddings do not have emoji or support very few numbers of emojis. Therefore, according to the studies, ...
Read more >
Multi-resolution Annotations for Emoji Prediction
This paper annotates an emoji prediction dataset with passage-level multi-class/multi-label, and aspect-level multi-class annotations. We also present a novel ...
Read more >
Substitute node labels with emoji using networkX in Python
So if you want to do multiple colors, or put some nodes on top of others, or just do anything that would involve...
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