Austin Gil

Results 40 issues of Austin Gil

Should this line in the README say `node` or `nodeless`? https://github.com/unjs/unenv/blob/a09cedd6f8f48a35643ab6a690a1b4e83cfadfe3/README.md?plain=1#L44 The full snippet is ```js import { env, nodeless } from "unenv"; const envConfig = env(node, {}); ```

documentation

### Description I have a Serverless GraphQL endpoint using `apollo-server-lambda` and I'm trying to add a serverless route that returns a PDF. For that, I think I need to define...

**Description of requested document** I'd love to have a search feature for the docs. **What is the reader trying to accomplish?** Quicker access to content

enhancement

This looks awesome. Is there already (or planned) a story around SSR support?

The Swagger specification points out that you can set default values for parameters (https://swagger.io/docs/specification/describing-parameters/#default). I tried adding some to my route definition, but it doesn't seem to do anything. Here's...

I have a route that returns an object with a few properties. Each of these properties is another object with a few props. All of these nested objects follow the...

Right now, many of the command line examples start with `$`. This ends up getting included when copying the command. If you remove it, copying would be easier by triple-clicking...

enhancement

Links are currently broken for several items

The namespace retention refers to the data in the namespace, but the wording makes it sound like it's the retention period for the namespace.

There is an issue in the Zed code editor where multi-line JSDoc blocks do not get the proper syntax highlighting (https://github.com/zed-industries/zed/issues/19575). From that thread, it sounds like the issue is...