Nick Randall

Results 49 issues of Nick Randall

This POC could solve #17 This PR gives resolvers access to get the list of field names that have been requested for the resolver of that type and any sub-types...

It appears that the web package hasn't been published to public NPM. Are you open to do that so this lib can be easily consumed by others?

**Is your feature request related to a problem? Please describe.** graphql has a utility function `stripIgnoredCharacters` that will effectively minify any string document. This could help with code size when...

core
feature-request

This PR enables support for users to include "native" (`.node`) modules into their server bundles (when using NodeJS). Libraries like `sharp` (awesome for for image processing) are written in a...

CLA Signed
package:dev

This PR removes express as a dependency from the "express" handler (using only vanilla `http` module). This allows the handler to be used by any "express like" router (like polka)...

CLA Signed
adapter:express

This is useful if you need to give a component some added functionality if a specific path is "active" or not.

CLA Signed
renderer:react

Sometimes in a view route, I want to call an another route handler to get data. It would be awesome if Hono has this built in. Runtimes like Cloudflare workers...

### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...

Type: Bug
Package: Node
Feature: Profiling

## 💡 Feature description Allow users to opt into pre-optimizations via Wizer by Bytecode Alliance. #### 💻 Basic example It would be nice if there was a option flag that...

I'd like to help port the babel plugin to SWC. Can somebody please explain what the differences are between the react version and the Preact version? I plan to start...