Arthur Silva

Results 22 comments of Arthur Silva

Also passing (but should not): ``` &url.URL{ Scheme: "https", Host: "", Path: "notvalid/path", } &url.URL{ Scheme: "https", Host: "notvalid", Path: "", }, ```

Hi @zenz, I dont think we have any limitation not to provide arm64 support, but for now the best we can do is a beta so everyone can test and...

@crisclacerda on the first curl you're using port `3000` and in the second you're using `3010`, which is not where the db is running, that is why you get this...

Hi @ecerichter , as long as you have the JWT Authentication setup, the custom queries will also verify the request header for a bearer token, this way it'll only allow...

> Thank you. I see... Actually, I misunderstood security settings... I would expect to give a "role" some special permissions, and then associate roles to users... I believe this feature...

`row_to_json` usage: https://github.com/prest/prest/blob/9a14c8131fe369f27029b144e601839a0f67f23d/adapters/postgres/postgres.go#L814

we can solve the raised problem with a `/_liveness` endpoint, this will be only related to the api itself being up and able to respond, while the `/_health` can check...

@trebonius0 can we reopen this? for my app It's back returning 404

Hi @tmc , didnt find a link between this PR and the CIs break, btw there are a few things that can be added into gometalinter, such as `--fast` and...

local testing results: ![image](https://user-images.githubusercontent.com/9372503/184511263-6501d2e6-4867-4c47-86cc-fdc4aa531fa3.png) ![image](https://user-images.githubusercontent.com/9372503/184511275-c6a385a6-0aff-4dfc-bfa2-56658fc7d917.png) query on not existant db: ![image](https://user-images.githubusercontent.com/9372503/184511297-e160ed36-e918-4789-974e-f3f46c2221ff.png) ``` [negroni] 2022-08-13T18:26:54-03:00 | 200 | 30.278041ms | localhost:6000 | GET /prest/public [negroni] 2022-08-13T18:28:23-03:00 | 400 | 190.083µs |...