Matthew Magaldi
Matthew Magaldi
### Checklist - [X] The issue can be reproduced in the [nextjs-auth0 sample app](https://github.com/auth0-samples/auth0-nextjs-samples/tree/main/Sample-01) (or N/A). - [X] I have looked into the [Readme](https://github.com/auth0/nextjs-auth0#readme), [Examples](https://github.com/auth0/nextjs-auth0/blob/main/EXAMPLES.md), and [FAQ](https://github.com/auth0/nextjs-auth0/blob/main/FAQ.md) and have not...
### Checks - [X] I've already read https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors and I'm sure my issue is not covered in the troubleshooting guide. - [X] I am using charts that are officially provided...
### Problem description Currently with the `TabbedNavigation`, it is impossible to hide tabs. ### Why would it be useful? I want to use Fern to develop an entirely different API...
### Problem description Currently, using `audiences` to filter an API is inclusive: the resulting APIs have the specified audience. There is no way to have an audience be an exclusive...
I've noticed a behavior where when a parent domain has the `Cross-Origin-Opener-Policy` security header set to `same-origin`, it prevents a Zoid component from launching as a POPUP. Interestingly, the Zoid...
I have a situation where we are embedding a Zoid component within a same-origin iframe `src=about:blank`. When I attempt to render the component using `render("body", IFRAME)` the component renders successfully...
Multi-root workspaces depend on the a pattern `${workspaceFolder:ROOT}` where ROOT is a preconfigured folder for the workspace. Right now, the variable substitution only supports regex/replace for the `${workspaceFolder}` which is...
### Which Fern component? Fern Docs ### How important is this? P2 - Medium (Would be helpful) ### What's the feature? Add a built-in snippet that allows "embedding" a schema...