Martin Adams

Results 19 issues of Martin Adams

Just want to leave a comment to let you know I think what you built is incredible. ❤️🎉

**Describe the bug** Unable to update an `enum` list in Prisma Client without manually changing it into a `set` object. **To Reproduce** For this datamodel: ```graphql type Participant @model {...

kind/feature
area/client

Hi @pantharshit00! What do you think of adding a summary of all models at the top of page, with click-through links to each model? ![image](https://user-images.githubusercontent.com/11673745/92283169-2aee3680-eeb4-11ea-9945-c4bbd5dfa8a5.png) We have a lot of...

Been using your docs generator for complex nested queries, and so far super helpful! Came across the following error. ## My query ```js const users = await prisma.user.findMany({ where: {...

### ✅ Prerequisites - [x] Did you perform a cursory search of open issues? Is this bug already reported elsewhere? - [x] Are you running the latest SDK version? -...

🐛 Bug Report
🔍 Needs Triage

### ✅ Prerequisites - [x] Did you perform a cursory search of open issues? Is this question already asked elsewhere? - [x] Are you reporting to the correct repository (`@magic-sdk/admin`)?...

❓Question

I’m receiving a `403` error in production (“message”: “Forbidden”) and am wondering if it’s because I didn’t add an API token. Following your [next-axiom](https://github.com/axiomhq/next-axiom#get-started) instructions, I also added the `NEXT_PUBLIC_AXIOM_INGEST_ENDPOINT`...

Followed your [example](https://github.com/morphatic/astrologyjs#create-a-chart) and got the following error, using both a test version (on `localhost:3000`) and on a website (with `https://`). Might you know how to work around it? ```...

In the [ReadMe](https://github.com/morphatic/astrologyjs#create-a-chart) is says: “Chart data is loaded from a remote online ephemeris REST service.” Where does the ephemeris originate from (**source**)? This is more a question of curiosity....

The animation is lovely. It just needs to be a bit faster, a bit snappier, especially for command menus that have a longer list of items. Is there any way...

enhancement