Thomas Landauer

Results 162 comments of Thomas Landauer

IMO, `php-imap/php-imap` is dead. Reasons: * It depends on `ext-imap`, i.e. it's riding a dead horse. * It's unmaintained: The latest merging of a PR happened in December 2022. As...

1. The reason is that the session has expired (right?), so what's happening is a timeout. This is a concept users are familiar with (everybody encounters timeouts sometimes). 2. The...

Since the `` tag doesn't do anything (AFAIK), I'm wondering what the concept of "supported" means in this case at all. So if those "unsupporting" clients just replace it with...

It's coming from this line which looks like is part of Firebase: ```javascript const V_=1024,L_=30*24*60*60*1e3;class x_{constructor(e){this.container=e,this._heartbeatsCache=null;const t=this.container.getProvider("app").getImmediate();this._storage=new U_(t),this._heartbeatsCachePromise=this._storage.read().then(r=>(this._heartbeatsCache=r,r))}async triggerHeartbeat(){var e,t;const i=this.container.getProvider("platform-logger").getImmediate().getPlatformInfoString(),s=Eu();if(!(((e=this._heartbeatsCache)===null||e===void 0?void 0:e.heartbeats)==null&&(this._heartbeatsCache=await this._heartbeatsCachePromise,((t=this._heartbeatsCache)===null||t===void 0?void 0:t.heartbeats)==null))&&!(this._heartbeatsCache.lastSentHeartbeatDate===s||this._heartbeatsCache.heartbeats.some(o=>o.date===s)))return this._heartbeatsCache.heartbeats.push({date:s,agent:i}),this._heartbeatsCache.heartbeats=this._heartbeatsCache.heartbeats.filter(o=>{const u=new Date(o.date).valueOf();return Date.now()-u0?(this._heartbeatsCache.heartbeats=i,await...

Sure, I just dropped in the two comments :-)

I added some punctuation too. Looks like there are no clear rules (throughout the docs) for comments; but I think omitting any punctuation (which is what most comments do) makes...

I now created a directory `7.4` (is this what you meant?) - but I think I messed it up...