-
Notifications
You must be signed in to change notification settings - Fork 1k
Scope wiki linkification characters using POSIX words #6612
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
base: master
Are you sure you want to change the base?
Conversation
96f5416 to
5024391
Compare
833a6d7 to
38f0d98
Compare
|
Hm, I wish we tested those too. I understand we present them as a configuration detail, but as they get more complex their logic is going to be forgotten. |
|
There's no reason we can't test the behaviour of the default though? We do have a load of tests in |
|
Haven't tried, but by looking at the code I think if we don't call |
|
The default test settings are a bit different from the default settings:
That's what I needed to override to paste in the cases from #5780. |
bfcd0cb to
e9953e9
Compare
|
@hlfan - I think we shouldn't try to fix #6616 (mentions with spaces) with a regexp or similar. I think we should implement a selector of the sort you see in GitHub or Slack, where you get a dropdown the moment you enter an "@" character, and then this gets stored as |
This comment was marked as off-topic.
This comment was marked as off-topic.
|
Do you wanna make a separate issue for the user dropdown? |
This comment was marked as off-topic.
This comment was marked as off-topic.
e9953e9 to
07c068d
Compare
Probably best, yes. Thank you. |
07c068d to
9d20489
Compare
9d20489 to
b592e32
Compare
|
@tomhughes |
|
Not sure it's enough for a timeout, but I can confirm that in the |
|
The default timeout is 1s which seems a world away from the times @pablobm is reporting unless the github actions runners are really slow... |
Fixes the Rinku-independent part of #6611