Dipak Parmar

Results 42 comments of Dipak Parmar

something like this ... ```php $strdate = strtotime( date( 'Y-m-d H:i:s' ) ); $markedread = $db->query( 'update message SET is_read = 1, date_read = ' . $strdate . ' where...

Currently don’t remember as haven't had time to add that to the PHP script, but as long iMessage sync is enabled, it should mark it read on all of the...

@madmaximux you can access the `ROWID` from the `message` table eg. `message.rowid` see code in `find-messages.php` https://github.com/squatto/alfred-imessage-2fa/blob/789070f81ccb482e1d476720d75e98d94fc63e4a/find-messages.php#L43-L76

Any update on this?

I got back to officelifehq again for its simplicity and clean UI. and stumbled upon this "founded date" wording, sort of confusing as it only allows the year. The wording...

+1 for this would help a lot instead of manually installing.

spent 30 minutes figuring out why the date is missing and killed all the possible services to figure out if that was just random or a bug. and later, I'm...

@dploeger I got it working after reinstalling it.

try running with sudo, for me it worked with sudo in proxmox. ``` sudo docker pull rancher/rancher:latest ```

@valcker I'm having a similar issue, Dashboard is using localhost even passing `REACT_APP_DASHBOARD_URL` I think 🤔 dockerfile is overriding the ENV ![image](https://user-images.githubusercontent.com/24366206/116178568-a82c1d00-a6ca-11eb-8b3b-bb028a7599c7.png) But I get the right env when I...