Gunar

Results 82 comments of Gunar

First test added in 17c4cb9

Pretty much any error. Such as this one. ![image](https://user-images.githubusercontent.com/7684574/36052495-2aa68582-0dee-11e8-886c-71bf2fc5947c.png)

I am locally trying with `wire-done` returning the `uri` -- besides `method`, `isDir(uri)` and `success`.

It worked, but it wasn't very sleek. I'd vote for a built-in solution.

I've added `uri: uri,` both in [L4971](https://github.com/gunar/coins/blob/master/src/js/remotestorage.js#L4971) and [L5013](https://github.com/gunar/coins/blob/master/src/js/remotestorage.js#L5013). Then (beware, ugly code ahead) [onChange](https://github.com/gunar/coins/blob/master/src/js/records.js#L98-L159) uses `e.origin` (window or remote) and `e.uri` to know which doc got updated by whom,...

If you have an endpoint working as a proxy between the client and the graphql server, make sure you return ``` { data: { … } } ``` and not...

A basic example—onto which we'd build later on—might be: - Serving static content from CloudFront - Deploying all api routes as a single Lambda In theory, `next build` provides all...

Tried again and got a different error: ``` com.amazonaws.services.dynamodbv2.model.AmazonDynamoDBException: User: arn:aws:iam::894625666281:user/ertugrul.cetin is not authorized to perform: dynamodb:GetItem on resource: arn:aws:dynamodb:us-east-1:894625666281:table/prod-pisano (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: AccessDeniedException; Request ID:...

https://styled-css-grid.js.org/#responsive

Hey @jackwotherspoon, I've hit this exact problem this week. Do you have an estimate? Any rough ideas would be greatly appreciated. Thanks in advance.