Jayden Seric

Results 106 issues of Jayden Seric

## Failing module - **npm**: `react` + `react-dom` ```js // @ts-check import "https://esm.sh/react"; import "https://esm.sh/react-dom"; ``` ## Error message After running `deno run` I got this: ``` Check file://[redacted]/demo.mjs error:...

deno

At the moment, relative imports within a module are incorrectly bundled into the module, for example: https://esm.sh/[email protected]/public/index.mjs ```js /* esm.sh - [email protected]/public/index.mjs */ export * from "https://cdn.esm.sh/v43/[email protected]/es2020/public/index.mjs.js"; ``` If you...

Before `busboy` v1, the `fileSize` limit would be the number of bytes that are allowed. Now in v1, it's changed to being the number of bytes that first exceeds the...

The readme doesn't make it clear if this Babel plugin is able to replace `gql` when it is imported from places other than `graphql-tag`; namely `@apollo/client`. I tried to load...

enhancement
help wanted

An option to highlight `.css` files would be a nice enhancement.

enhancement

The `event-target-shim` dependency is a major version out of date, resulting in duplicate installation headaches for projects that actually need the newer `event-target-shim` version to polyfill event related globals (the...

Basically, allow for mutations instead of just like this: ``` updateAvatar(userId: String!, file: [UploadedFile!]!): Avatar ``` Also like this: ``` updateAvatar(userId: String!, file: UploadedFile!): Avatar ``` - Clearer semantics. -...

Step 3 in the instructions, "[Add UploadedFile resolver](https://github.com/HriBB/graphql-server-express-upload#3-add-uploadedfile-resolver)" is too hard to follow. Pasting the example code into a typical Apollo resolvers.js file wont work because `Kind` is undefined. Where...

**Describe the feature you'd love to see** A way to hydrate and render a Preact app in a defined region of the document head. **Additional context (optional)** Using the entire...

question
discussion
workaround
after X
feature request

There are undocumented API breaking changes from v2.2.1 to v2.2.2: https://github.com/kamilkisiela/graphql-config/compare/v2.2.1...v2.2.2 `writeSchema` is no longer exported, and I for one was depending on it. For example: https://gist.github.com/jaydenseric/dccd8719ee41741df6d221815a0b0394#file-update-schema-js The [v2.2.2 release](https://github.com/kamilkisiela/graphql-config/releases/tag/v2.2.2)...