Jacob Roberts

Results 6 issues of Jacob Roberts

I'm not seeing any documentation or method to make a property both required and nullable. When I annotate a property like this: ```cs public class Something { [Required] public string?...

When you go into the Preparedness Checklist, if you toggle the child photo, then go back. It will set the DNA toggle to true.

From my basic testing I believe this is all that is required to get this action to work: ```yaml jobs: jobname: permissions: contents: read pull-requests: read deployments: read steps: ......

When rendering `` in a server component, with cacheComponents enabled, I get this error >Error: Route "/blog/[slug]" used `Date.now()` before accessing either uncached data (e.g. `fetch()`) or Request data (e.g....

This function is being exported and used downstream in some projects that rely on next.js 16's cache components. This doesn't allow using Date.now() and requires the use of performance.now() instead....

This function is being exported and used downstream in some projects that rely on next.js 16's cache components. This doesn't allow using Date.now() and requires the use of performance.now() instead....