m1212e

Results 26 issues of m1212e

Vite throws this error: ``` SyntaxError: [vite] The requested module '@pothos/core' does not provide an export named 'MutationFieldsShape' ``` in the generated utils module. I think this is because the...

Hey, did you consider publishing this to flatpak?

enhancement

### What version of Elysia is running? 1.2.21 ### What platform is your computer? Fedora linux ### What steps can reproduce the bug? In a next.js project, create a handler:...

bug

Hi, I'm trying to write a function like proc macro which I intend to be used like this: ```rust let query = find_one!(Person).unwrap(); ``` which works perfectly fine. My macro...

### Describe the bug Hey, when using Houdini my app breaks when it tries to perform a hot reload after changing something. I always have to restart the dev server....

Following up on this discussion: https://github.com/hayes/pothos/discussions/1395#discussioncomment-12569508 it would be helpful to allow async queries in fields. In the below example a hypothetical resource server can be queried to return a...