Mark Fulton

Results 153 issues of Mark Fulton

I see that `directives` can be passed into `buildGraphQLSchema()` but I haven't yet figured out how to use a directive on anything. e.g. I'd like to use `@oneof` on an...

I would like to globally augment the `ResponseConstructor` (e.g. add the missing [`json(data, init)` static method](https://fetch.spec.whatwg.org/#dom-response-json), safely add my own using unique symbols, etc.). However I do not see how...

I have a suspicion that using `text/event-stream` with `CompressiomStream` could cause delays in delivering events to consumers but I'm not sure that's true or not. It seems to me that...

**Is your feature request related to a problem? Please describe.** I want to combine multiple `ReadableStream` instances into a single `ReadableStream` instance where each stream is read fully in sequence....

streams
PR welcome

I'd like a way to use Deno (via their VSCode extension) for TypeScript files rather than the built-in Node.js based TypeScript editor support. Is this possible? Thank you.

**Is your feature request related to a problem? Please describe.** I work in a lot of projects that uses Node.js and TypeScript. I often want to write scripts in sub...

enhancement
needs investigation
configuration
dx

**Describe the bug** If I define my `deno.json` file at the root my workspace then I get proper Deno language support but if I put it in a folder then...

VSCode has built-in "Expand Select" and "Shrink Select" while this great extension has "Expand Region" and "Undo Expand Region". "Undo" seems to imply that it only works if you first...

The return type for `fetch` in each of the current two overloads is `Promise`. However, `fetch` should always resolve to `V` except when certain options are set (e.g. `ignoreFetchAbort` and...

Links: - https://tanstack.com/ - https://microsoftedge.microsoft.com/addons/detail/microsoft-editor-spellin/hokifickgkhplphjiodbggjmoafhignh > The following errors occurred while hydrating the app, likely due to browser extensions mutating the dom before hydration. Falling back to client-side rendering. >...