Ryan

Results 59 issues of Ryan

### Description I would like the ability to edit the placeholder text that appears when adding a new paragraph or when creating a blank editor. ### Impact I am not...

It would be nice if this API allowed me to generate a native SDK rather than calling the API directly. At my company, we use Node.js for our backend and...

``` const response = await options.runtime.dispatchFetch(String(getURL(req)), { ^ TypeError: options.runtime.dispatchFetch is not a function at Server.handler (//.npm/_npx/e04f8f8c002b5887/node_modules/edge-runtime/dist/server/create-handler.js:28:56) at Server.emit (node:events:513:28) at parserOnIncoming (node:_http_server:1091:12) at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17) Node.js v18.16.0 ```

Vercel has recently added its own suite of managed, serverless storage products: - [Vercel KV](https://vercel.com/docs/storage/vercel-kv): Durable Redis - [Vercel Postgres](https://vercel.com/docs/storage/vercel-postgres): Serverless SQL - [Vercel Blob](https://vercel.com/docs/storage/vercel-blob): Large file storage - [Vercel...

When attempting to define a response schema, no documentation is displayed. Example: ```js response: { schema: Joi.object({ param: Joi.string(), }), } ```

enhancement

When defining a long route, the text of the route header overlaps with the examples. It would be nice if the styles were more adaptive. ![image](https://user-images.githubusercontent.com/6907797/47129874-26d7b200-d265-11e8-907b-cd49376dcbe9.png)

enhancement

### What's wrong? After upgrading Next.js to the latest, client components cause a `Unhandled Runtime Error` exception. ``` Error: Could not find the module "/Users/edge/Projects/git/nextjs-example/src/components/react-tweet (client).fixture.tsx#default#undefined" in the React Client...

When attempting to use `toMap` I noticed that my API endpoints are failing. This is because the endpoints reject the additional `_type` that is injected into the map as the...

When attempting to nest a record in another MappableRecord or in a MappableClass, I am receiving the following error: ``` Failed to decide: ....Did you forget to annotate the class...