Patrick Opie
Patrick Opie
Having an issue with using absolute path's in main.module: ```js import { HelloWorldComponent } from 'src/app/components/hello-world.component'; ``` getting: `UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: Unexpected value 'HelloWorldComponent' declared...
How would you integrate this into your own site? I'm having trouble loading this as a standalone module in my web app.
This repo is awesome btw! I've had some issues with running the build. When running `make` I get the error: `fatal error: 'emscripten/html5.h' file not found` I have my emscripten...
This possible? Be cool if we can leverage other type aliases. Input: ```javascript export const BusSchema = z.object({ foo: z.string(), bar: z.boolean().optional() }); export const BazSchema = z.object({ boo: z.object({...