Closed rogerluan closed 6 months ago
Bump
Ugh.. I commented and the bot still closed my issue anyway 😥 @AvdLee could you reopen this issue? And perhaps label is somehow that it doesn't get auto-closed? 🙇 🙏
@rogerluan this sounds like a valuable feature! We don't have the time to work on these requests, unless we need them ourselves. We do allow contributions and we're often fast in reviewing those.
If you can find the time to implement this, feel free to do so and I'm happy to review it right after!
Thanks for the response @AvdLee ! If I can find the time I'll open a PR with a proposal 🤗
Oh no, it's the stale bot again 😕
Can the bot be selectively disabled for specific PRs? Say, by adding a special label? :)
Can the bot be selectively disabled for specific PRs? Say, by adding a special label? :)
That's a very good question and that can actually be useful. Let me see!
Fixed that, it should no longer happen due to the enhancement
label!
Thank you @AvdLee ❤️
It seems like the enhancement
label didn't prevent stale bot from visiting this issue again 😢
I updated our stale manager, should be fixed now
Hey 👋
I constantly see Mocker warnings about not mocking 3rd party URLs such as from mixpanel or Realm. The problem is that the URLs look like:
Thus I thought if I called:
That Mocker would ignore all requests within this domain, but it doesn't.
I'd like to be able to ignore calls to
realm.io
ormixpanel.com
(perhaps even omittingstatic.
orapi.
for instance), or at leasthttps://static.realm.io
andhttps://api.mixpanel.com
.I'm aware of a function to ignore all URLs but really doesn't accomplish the goal because I like the warnings for all requests that are from my own application.
What are the challenges around implementing this? Are there any risks?
Appreciate all the help!