Markus Lanthaler
Markus Lanthaler
I’d be fine with that even though I doubt the practicality. Without using shorteners (do they even support URLs of this lenght?), such a URL is of quite limited use....
I have been thinking about exactly the same things.. I think the easiest quick-fix would be to move the expansion tab to the left and expand it by default (instead...
Sorry to be the party pooper but I'm not a big fan of this effort. What problem are we trying to solve here? I feel this actually complicates both development...
Well, there wasn't much PHP in the first place. The only thing PHP was used for was to get a list of previous spec drafts (and requirements, but there are...
The current regex is too restrictive as you point out. The proposed new one is too liberal. Would you mind updating it to match the spec?
You should be able to match then with `\x{00B7}` etc. If I read the regex in the change correctly, it would disallow IDs such as `_:b` as it always requires...
Thanks for the ping, I missed your previous comment. I'd suggest we remove the UTF-8 characters for now. We can split that of into a separate bug.
Oh, I didn't realize that CI is broken. Travis was running on PR before. Your code LGTM. I'll have a look at the tests and the CI setup (likely on...
Could you please [allow edits to this PR](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork)? I've found the bug and would like to push it back to the PR before merging it to have the full history...
No, the bug that caused tests to fail. I didn't look into the UTF-8 symbols yet. Thanks for working on this!