Select the types of activity you want to include in your feed.
@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
···144144 }
145145146146 $data = xhprof_disable();
147147- $data = serialize($data);
147147+ $data = @json_encode($data);
148148 self::$profilerRunning = false;
149149150150 // Since these happen on GET we can't do guarded writes. These also