User Details
- User Since
- Feb 28 2023, 20:44 (98 w, 2 d)
- Availability
- Available
Wed, Jan 15
Please answer my questions via text. The two images can only be seen by you.
Tue, Jan 14
Create a task in Phorge and attach a file (e.g., a screenshot or document).
Fri, Jan 10
Thu, Dec 19
git clean -fx to hopefully avoid test failure
Dec 17 2024
Dec 11 2024
Thanks for the super-quick patch! I can confirm that this fixes the issue in the Phriction ToC on wider screens.
@jeffrey: Would you like to arc land your patch to get it merged?
@bekay: Would you like to merge this?
Dec 10 2024
After installing subversion and setting LC_ALL instead of LANG I can finally reproduce on a Fedora 40 system:
Oh true, got it. Have to replace PhabricatorPolicyCapability::POLICY_ADMIN, with 'capability' => PhabricatorPolicies::POLICY_ADMIN, here
Dec 9 2024
Dec 6 2024
Right... one day I may get used to all those Phorge shortcuts, thanks
Oops, no for real
Uhm, right, heh
Dec 5 2024
I applied this patch locally on top of git master and output does not complain anymore about 'link-brackets.txt' (thus it's correct) but fails in link-edge-cases.txt now (thus it's likely not complete):
Dec 3 2024
@mturdus: Thanks! LGTM
@valerio.bozzolan: Feel free to give this revised version another review :)
Big thanks for digging deep into that regex (on which I gave up).
Thanks. Confirming that this works as expected (after manually changing test_accents.mbox to make the arc unit output fail)
Dec 2 2024
Nov 30 2024
Simplify return of validateRealName() as proposed by Valerio
Nov 29 2024
Thanks for catching that! Amend in new PhutilNumber()
Finally got a reproducer URI in downstream:
Nov 28 2024
Nov 26 2024
Also update the PhpDoc accordingly
Ignore PHP 8.3.0's new DateMalformedStringException and stick to generic Exception in all cases instead