Roger Far

Results 262 comments of Roger Far

Unfortunately this isn't fixed yet, the issue is that I deleted some task definitions, which then go in the state DELETE_IN_PROGRESS: ``` aws ecs list-task-definitions --status DELETE_IN_PROGRESS { "taskDefinitionArns": [...

Can we release a new version with this fix please.

Please post a full log when this is happening.

I tried the latest version, and added puppeteer to the project, but I get: ``` node_modules/puppeteer-real-browser/typings.d.ts:20:25 - error TS1479: The current file is a CommonJS module whose imports will produce...

Thanks @kjenova, I ran into the same issue. But it only stopped working when I upgraded to Puppeteer 18, it worked fine in 17.

Unfortunately this is the case with Froala too if you run it in an iframe. Because it can't get the selected text position it will open the popup.

@mrsweaters I managed to get it to work by manually setting the iframe property on the collections object (odd because it's supposed to be a collection). But the position of...

@mrsweaters that looks good, my approach was a little more hackish: ``` getWindowSelection() { if (this.tribute.current.element.ownerDocument !== document) { return this.tribute.current.element.ownerDocument.getSelection() } return window.getSelection() } ``` Didn't know about the...

Can you post a fuller log? The error `SQLite Error 19: 'FOREIGN KEY constraint failed'.` is very odd.

Does the API report a separate status back? I never found that whole stalled part very elegant anyway, so I want to fix that up.