Sébastien VIAL

Results 4 issues of Sébastien VIAL

## Expected Behavior When creating an object that stores a `ObjectId` from MongoDB, the returned JSON does not match the schema. Consider this struct: ```rust #[derive(Debug, Object, Clone, Eq, PartialEq,...

bug

**Describe the bug** Recently I have been unable to launch my supabase local project using the `supabase start` command. The command remains stuck on `Waiting for health check` and never...

Similarly to how `zod-openapi` does it: https://github.com/samchungy/zod-openapi/tree/master?tab=readme-ov-file#supported-zod-schema Currently, we get the following error: > Unknown zod object type, please specify `type` and other OpenAPI props using `ZodSchema.openapi`. A good example...

I made a project to reproduce the error here: https://github.com/Shyrogan/sveltekit-argon2-cf-error ``` > Using @sveltejs/adapter-cloudflare ✘ [ERROR] Could not resolve "@node-rs/argon2-wasm32-wasi" node_modules/@node-rs/argon2/browser.js:1:14: 1 │ export * from '@node-rs/argon2-wasm32-wasi' ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ You...