ADTC
ADTC
**Update:** It looks like you can attach `className`, `type` or any custom property to the toast, simply by specifying it as an option. Then you can use it to filter....
@ivashchenko999 I ended up changing that to `toastType` though because I used `className` for some real CSS styling. I should update my answer.
@conc2304 neat hook. I suppose it is more useful when you want all notifications to have equal airtime. Btw, you can just do `return addToastToQueue;` then you can name it...
Actually not sure, but I think the current look of the app is like pre-Honeycomb (old Android versions) while it should really look like modern Android in my Jellybean device....
Will think about it. Thanks :)
@niklasnatter you have **_THE PERFECT SOLUTION!_** Thank you. ``` - name: Checkout pull request 🏁 uses: actions/checkout@v3 with: ref: refs/pull/${{ github.event.issue.number }}/head ```
Great discovery @Zhiyuan-Amos I will add your comment in [my PR](https://github.com/actions/checkout/pull/1248) if that's okay with you.
Okay, I understand there's no identifying of any particular entity in this. Now I just want an option to exclude it anyway, so that the URLs are clean without this...
PS: If removing it completely is not an option, please consider if it's possible to change it to a short human-readable alias.
I think the grepping needs to check if the following character is _not_ an opening parenthesis. Also, why do we need `atlOrigin` in the generated links? Can we opt out...