-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Add error boundary to demos #16871
[docs] Add error boundary to demos #16871
Conversation
Details of bundle changes.Comparing: de0c2fd...dccc3ad
|
Given the infrequency of demo errors, this seems like a good tradeoff. |
I haven’t merged this to allow @eps1lon a chance to see it |
So let me get this right: You think the user will discard a filled out template with all the information we need and fill this information out themselves? And we shouldn't assist him in anyway because? From my experience about 10% of the issues are filled to a degree that's workable. I don't share this experience at all most of them are fine as is. Can you be specific why a filled out template is strictly bad that we remove it while at the same time asking if we should set up |
I do think that an already filled template is better from an effectiveness perspective. I don't think that we should spend time on it from an efficiency perspective. It's about doing the minimum of work we can get away with. |
Time is already spent. Now you're spending time making the spent time useless. Edit:
If you don't think it's worth spending time why start a discussion about more sophisticated tools? |
Does it take into account the time of maintaining the logic? It's a great case to align /discussion how we should solve problems. |
Should I remind you of that every time we tweak the issue template? Since it's not worth our time why not leave it blank since this is all not worth our time. |
It don't fully follow. The issue templates are filled 50 times? a week. How many time would this one be used? |
We don't know. The idea is to assume it's rare and to get a chance to have people use the link. We can learn from that usage. If we see that a prefilled template would save us time, then we can consider it.
I'm interested in the discussion because my current point of view might be wrong? I believe that Sentry takes 10 minutes to set up and will give a full overview of the situation. I have been wondering about it for months. So far, the reasoning for not adding it was: 1. It's better to let our users filter the noise, if somebody takes the time to report something, it's probably because it's important to him. 2. We wouldn't have the time to handle the messages. 3. It would slow down the pages. |
Again why do you reject an already implemented pre-filled issue template? You have given no reason other than: there are other ways or: it might not be used to which I say: then it doesnt matter if we merge it |
Having something already implemented shouldn't change the outcome. This advantage fades away in the long term projection. Any logic has a maintenance overhead. It makes changes harder. I think that we reject people new feature pull request for the same reason. The bet is that there is a relatively high chance that it won't be necessary. The logic is not lost. We should be able to use it, in the future, if we need it :). |
An alternative to #16746 that let our developers fill the issue template, no assistance is provided. It saves us work.
Closes #16209
Closes #16746