Sean Aye
                                            Sean Aye
                                        
                                    Would you accept a PR for exporting Pug templates? I prefer using Pug over HTML and I'm willing to create a PR for it. Great plugin btw
There is currently no way to pass in schema directives when building the schema, this PR adds support to pass in `Array` as defined in GraphQL Tools docs https://www.graphql-tools.com/docs/schema-directives
If this library is imported, it will prevent the deno process from ever closing even when it reaches the EOF, irrespective of if a connection to a database is ever...
I have the following two models defined ```ts import { Model, DataTypes, Relationships } from "/deps.ts" class OrganizationCustomData extends Model { static table = "organization_custom_data" static timestamps = true static...
I have an opine app with the following code ```ts const schema = makeExecutableSchema({ resolvers, typeDefs: [root, authDirectiveTypeDefs, ...typeDefs], schemaTransforms: [authDirectiveTransformer], }); const app = opine(); app.use(opineCors()) app .use( "/graphql",...
package: `rollup-plugin-windicss: 1.8.4` When compiling with `rollup -c` I get the following error. ``` /Users/seanaye/dev/personal/portfolio/packages/ui/src/index.tsx → dist/browser/index.module.js... @seanaye/ui:build: [!] Error: Unexpected token (Note that you need plugins to import files...
This PR adds support for a `--target deno` via the query builder cli. The cli itself still requires the use of `npx` due to the `syntax` folder not being compatible...
Allows importing file processing function into other components. Useful if you want to use certain components like the scanner but want to use different premade vue components for file upload...
**Describe the bug** Depending on where an item is dragged from, monitor.getItem loses the state of DataTransferItems. If a file is dragged directly to the ref element from the os...
## Expected Behavior Simple jest tests should work when there are project dependencies that use ESM syntax. ## Actual Behavior If any added dependency has ESM exports, jest tests will...