Mark Fulton
Mark Fulton
I really like what this does and I've gotten it working locally etc. but the perl dependency has me worried. Most of my coworkers have Windows boxes which means they...
UI generation tools would benefit, I think, from having a way to specify the order of properties. For simple cases, perhaps `properties` could be optionally defined as an array of...
Partials
### What is the feature you are proposing? Maybe there is a better name for this but I'd like to be able to change routes (e.g. clicking a link) and...
Found broken `/graphql/stitching/handbook/other-integrations/federation-services` link. Please fix!
Found on https://the-guild.dev/graphql/yoga-server/docs/features/apollo-federation
I love the "Link" format… well, except for when I'm pasting to somewhere that doesn't support rich text. Is there a way to make "Link" fallback to "Markdown" for plain...
I use this extension a lot, mainly to grab formatted links to put in emails and other messages but occasionally I need it in Markdown format instead. I mostly use...
From what I can tell, Hono can be used for an offline web app in a service worker (even hosted from a web server that only serves static assets). Can...
I want to write code that can be reused between clients and servers. As Deno KV does not implement a standard Web API available in web browsers, I think it...
I'd like a way to use `extend()` and append to the existing `prefixUrl`: ```ts const api = ky.create({ prefixUrl: "https://www.example.com/api" }); const sales = api.extend({ path: "sales/v1" }); await sales.post("offers",...
I like how for requests I can chain `.json()` or `.json()` (for `unknown` instead of `any`). Can this same functionality be added when grabbing an HTTP response body from an...