Originally created by @thiswillbeyourgithub on GitHub (Aug 29, 2024).
Is your feature request related to a problem? Please describe.
When debugging or inspecting what's going on in a filter or function, it's pretty hard to do because each emitter removes the previous emitter.
Describe the solution you'd like
I think it would be better if they stacked up on top of each but only the last one would be visible, the other ones would appear after clicking an arrow.
A bit like this:
last emitter
first emitter
second emitter
last emitter
A clear and concise description of what you want to happen.
Describe alternatives you've considered
Digging through the logs
Originally created by @thiswillbeyourgithub on GitHub (Aug 29, 2024).
**Is your feature request related to a problem? Please describe.**
When debugging or inspecting what's going on in a filter or function, it's pretty hard to do because each emitter removes the previous emitter.
**Describe the solution you'd like**
I think it would be better if they stacked up on top of each but only the last one would be visible, the other ones would appear after clicking an arrow.
A bit like this:
<details><summary>last emitter</summary>
- first emitter
- second emitter
- last emitter
</details>
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
Digging through the logs
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @thiswillbeyourgithub on GitHub (Aug 29, 2024).
Is your feature request related to a problem? Please describe.
When debugging or inspecting what's going on in a filter or function, it's pretty hard to do because each emitter removes the previous emitter.
Describe the solution you'd like
I think it would be better if they stacked up on top of each but only the last one would be visible, the other ones would appear after clicking an arrow.
A bit like this:
last emitter
first emitter
second emitter
last emitter
A clear and concise description of what you want to happen.
Describe alternatives you've considered
Digging through the logs