Ryan Dsouza

Results 13 issues of Ryan Dsouza

According to [this](https://prisma.slack.com/archives/CA491RJH0/p1591582611375700) user request, it would be great to have a simple file upload example with GraphQL ![image](https://user-images.githubusercontent.com/19697099/84047394-d75d7100-a9c8-11ea-9c8e-438c44abb863.png)

kind/feature

## Problem As per this discussion https://github.com/prisma/prisma/discussions/4149, it would be great to have a polyfill that interops enums that Rails creates with the native Enum type in the database. ##...

kind/feature
team/schema
team/client
topic: enums
team/psl-wg
topic: emulation

Currently SST adds a naming convention of `${stage-name}-${app-name} ` to each resource. Is it possible to configure this or can support be added for this in the future?

enhancement

I recently upgraded to SST 2.0 and deploying via CI always gives this message: ![image](https://user-images.githubusercontent.com/19697099/219413899-d7141d79-2377-4da3-8c57-f5c60d77ca0e.png) I also checked CloudFormation and the bootstrap stack does exist. Is this just a message...

This PR adds the functionality to use temporary credentials to backup the database to S3. The `AWS_SESSION_TOKEN` can be optionally passed in to use temporary credentials locally or in an...

This PR adds the functionality to use temporary credentials to backup the database to S3. The AWS_SESSION_TOKEN can be optionally passed in to use temporary credentials locally or in an...

Docker compose recently introduced a `docker compose up --watch` [mode](https://docs.docker.com/compose/file-watch/) that provides more granularity on which files to watch on, which is better than volumes. Would it be possible to...

enhancement

I wanted to know if `alpine-ajax` supports morphing of elements from JS directly i.e. A JS API to do that from a script tag

Hey folks, I have a `docker-compose` setup as follows: ```yml services: db: image: ghcr.io/tursodatabase/libsql-server:e853d54 volumes: - db_data:/var/lib/sqld ports: - 8080:8080 - 8082:8082 environment: - SQLD_NODE=primary - SQLD_HTTP_LISTEN_ADDR=0.0.0.0:8080 - SQLD_GRPC_LISTEN_ADDR=0.0.0.0:5001 -...