andrea

Results 29 comments of andrea

By the way, I got it visualized correctly using this less permissive CSP (still not secure I think..) `"sandbox; default-src 'none'; img-src 'self' raw.githubusercontent.com/benc-uk/k6-reporter/main/assets/icon.png; style-src 'self' use.fontawesome.com unpkg.com 'unsafe-inline'; font-src...

Same here. Django==1.8.7 + django-cms==3.2.0 Any chance the patch will be merged? Thanks.

Hello, I think also this line materializes results unnecessarily: https://github.dev/OData/RESTier/blob/38b8de60c0e7169f31e88872bc4e1313f754080a/src/Microsoft.Restier.EntityFramework.Shared/Query/EFQueryExecutor.cs#L69-L69 I tried changing from: return new QueryResult(await query.ToArrayAsync(cancellationToken).ConfigureAwait(false)); to return new QueryResult(query); and there is no more loading of the...

+1 and congrats for this interesting repo!

Thank you so much for these links! I had a bad time trying to achive this.

> You may need to `ampify update api` to remove the dependencies before removing auth, then set them back again after. Hello, I do not see a way to remove...

Did you get using it? I would like to use it too!