Eric Jacobsen
Eric Jacobsen
"when that functionality was removed" could you elaborate on that? I'm trying to figure out if this is a Ventura change. Gitify is actually the least of my problems, I...
yeah this problem always goes away after a fresh reboot, but only for an hour or so one of these days I'm going to take the nuclear option and just...
For what it's worth, I was having a similar issue, and found that I was setting the timeout to `1` thinking it meant "one hour" 🤦‍♂️ It's running great in...
Is this going to make it in to the software soon?
Xscope appears to have found a way around this, which involves removing their app from the Dock. Dunno if you can gleam any hints from it: http://support.iconfactory.com/kb/xscope/problems-measuring-apps-running-in-full-screen-mode-on-lion
"controversial"? Mobile-first has been recognized as the "right way" for like fifteen years. The reasoning, incidentally, is that when you go desktop first, the browser has to summarize the styles...
I am getting this issue as well. I have tried this two ways: $person->setCustomField( 'Date of Birth', date("m/d/Y", strtotime($_POST['date_of_birth'])) ); $person->setCustomField( 'Date of Birth', new HighriseSubjectData(null, $my_field_id, 'Date of Birth',...
as per this discussion… http://stackoverflow.com/questions/21301903/highrise-api-returning-error-code-500 his solution works.
I have encountered this issue as well, eerily similar project actually.
This is working for me now with RC2 (and Mojave, if that makes any difference).