Gabriel Abud

Results 19 issues of Gabriel Abud

Builds are painfully slow right now, maybe the docker images can be cached?

enhancement
help wanted
good first issue

There should be routes that trigger an email for "forgot" and "reset" password options. These can be celery tasks but probably need a separate container for a simple SMTP server...

enhancement
good first issue

This has to do with not waiting for frontend and backend containers to be started before the Nginx container loads. Using something like `depends_on` in Docker won't work because the...

Some (minor) documentation on how to extend react-admin and add new pages

documentation
enhancement

Can serve as an example of how to handle relations

enhancement

Should add an endpoint to refresh the access token after its expired.

enhancement

**Do you want to request a *feature* or report a *bug*?** Is there an example of how to mock this with cypress? I tried following this issue but haven't been...

I'm having trouble running dynamodb locally, with the following docker container [aws/dynamodb-local](https://hub.docker.com/r/amazon/dynamodb-local/). When I set the host parameter to http://localhost:8000, I get the following error when trying to do a...

Using the testing example from the [Starlette docs](https://www.starlette.io/testclient/#testing-websocket-sessions) with a route that uses a Redis websocket just hangs indefinitely: ```python def test_websocket(client): with client.websocket_connect("/ws") as websocket: websocket.send_text("Hello WebSocket") data =...