Simone Potenza
Simone Potenza
The typescript Asset is wrong. When I call the `client.sync` method the following object for the asset is returned: ```js { sys: { space: { sys: [Object] }, type: 'Asset',...
It adds the User-Agent header to the requests only if the global `window` is undefined, which means the client is running on node. Fixes #1020.
### Description of the Problem While learning encore.dev using the [uptime tutorial](https://encore.dev/docs/tutorials/uptime) I found out the frontend client generates the following errors in the browser console ``` Refused to set...
This commit updates the doc to use `go install` instead of `go get` to install `sqlc` in the booking tutorial. When going through the tutorial, using `go get` would not...