Tommy D. Rossi

Results 112 issues of Tommy D. Rossi

**Is your feature request related to a problem? Please describe.** When using doppler on Github Actions with a command like `doppler run -- printenv` your secrets will be leaked in...

enhancement

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: darwin Arch: x64 Version:...

template: bug
area: experimental
area: Routing

The readme shows the following example ```ts useFormPersist('form', {watch, setValue, include: ['email'] }); ``` This option doesn't actually exist I think it makes sense to add this option because most...

I am getting the following error trying to intercept requests in a native app, do you have any idea how to fix it? ``` TrafficInterceptor error: Proxy error: Error: 8670597760:error:14094416:SSL...

Currently only the first plugin onResolve result will be used, this means there is no way to override a previous plugin result Calling all plugins allows you to override previous...

plugins

Hey, i am working on [Holocron](https://holocron.so/markdown-editor), a WYSIWYG Markdown editor that can edit any markdown file on Github (automatically creates a fork, branch and PR with 1 click) For example...

# Improve documentation ## Link https://supabase.com/docs/guides/realtime/postgres-changes ## Describe the problem The realtime client is decoding data from JSON (no support for binary data), how is the binary data encoded? What...

documentation

when using workspaces ### Bug description `yarn add` with package already installed removes the package It happens when using the latest tag **Command** ```sh yarn add recharts@latest yarn add recharts@latest...

Fix #48 Fix https://github.com/vercel/next.js/issues/56017

The `prosemirrorToYXmlFragment` documentation says "note that this function should not be used to rehydrate a Y.Doc from a database once collaboration has begun as all history will be lost" But...

bug