User Details
- User Since
- Oct 4 2023, 01:53 (63 w, 4 d)
- Availability
- Available
Wed, Dec 4
This seems to impact mail deliverability to @icloud.com addresses too.
Mon, Dec 2
Is the extension still maintained? While there is no extension store yet, it's possible to host repositories here. https://we.phorge.it/w/docs/extensions/phactory/
Fri, Nov 29
Sun, Nov 24
Jul 1 2024
This [LANG=C] is supposed to be the default for missing LC_stuff
LC_ALL=C is not risky on GNU systems.
Jun 30 2024
https://unix.stackexchange.com/a/87763 is also a useful reference, specifically:
Jun 21 2024
Jun 19 2024
Jun 18 2024
Should the summary also include https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/preconnect as a reference? https://developer.mozilla.org/en-US/docs/Web/Performance/dns-prefetch doesn't mention preconnect in the first few paragraphs, so it's somewhat confusing.
Apr 9 2024
Mar 6 2024
Thanks for the reminder!
Update comments
Feb 24 2024
Dec 6 2023
Dec 4 2023
id, vs and /new/ in URL all affect content of the generated file.
Dec 3 2023
Nov 26 2023
Nov 25 2023
Should this be configurable and behind a feature flag, as some Phorge installations may not want this (plus may slow down performance a little bit)?
Nov 20 2023
Nov 13 2023
This is related to https://secure.phabricator.com/T13546. "classic" Arcanist workflows were being upgraded to Toolsets, but the migration was not complete. See comments starting with TOOLSETS: , e.g. in ArcanistConfigurationSource.php.
Nov 12 2023
Phrasing
Nov 11 2023
arc diff throws an error and arc land ignores it. Instead of getting it to work with Differential, I'm amending the commit manually with git commit --amend -s after arc land --hold.
Update commit message
Update config description
Before landing this change, I would like to know the right way to credit both the original author and my modifications with Arcanist (Q85).
Reword
Nov 10 2023
@valerio.bozzolan If you didn't get an answer, try asking in #conduit. I didn't realize that # needs to be quoted in Remarkup. 😢
@valerio.bozzolan Upstream removed code that enforces $always_visible when $file->getIsProfileImage() is true in PhabricatorFileQuery.php, but I'm afraid that this change may break other things, so I did not apply it here, but on the other hand kept the description of "Image will be Public".
Mention upstream commit
It would be great if Mozilla's team could join forces with Phorge. Would you (the core team) contact them in #conduit on chat.mozilla.org and mozilla.slack.com?
Fix lint warnings
I have reviewed it and made some comments. On a remotely related topic, TLS handshakes are expensive and persistent connections can reduce latency and server load by reusing TLS connections, so maybe we should make it configurable outside of cluster.databases as well.