Diogo Casteluber Laass

Results 4 issues of Diogo Casteluber Laass

Hi. I'm getting a error in one of my projects only with AOT build. In my app.module.ts I have imported it just like the documentation says: ````import {BrowserModule} from '@angular/platform-browser';...

Is there a existing way to check the state of a specific image/uri/url? Use example: ``` ``` And in controller: ``` imageLoaded(image_url) { if(this.lazyImageCtrl.state(image_url) === "loaded") return true; else return...

enhancement

AWS S3 API has a limit of maximum 1000 keys per response (reference: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html) - this breaks getWorkspaceIds when your have a lot of objects. This pull request changes the...

### Description I'm having a really od issue - for some reason, I can't create more than 537 workspaces and can't find a reason - the POST endpoint returns 200...

bug