Jonathan Gamble

Results 82 issues of Jonathan Gamble

Add the ability to automate the `Cache-Control` header instead of an in-memory-cache. This is how [NextJS](https://nextjs.org/docs/basic-features/data-fetching/get-server-side-props), and [NextJS13](https://nextjs.org/blog/next-13#data-fetching). This would be great for CDNs on Serverless Functions. J

# Bug report ## Description / Observed Behavior The Vercel Docs show an example where `vercel/og` should work on [other frameworks on the edge](https://vercel.com/docs/functions/edge-functions/og-image-generation/og-image-examples#dynamic-text-generated-as-image): However, when you deploy `vercel/og` on...

I have a: ```html ``` When I update the value, it does not update the `$form` element value for `$form['element_name'].value`; J

Probably an easy addition, but would be nice to have a `submit()` function since there is already a `reset()`. This would add the ability to programmatically run the `requestSubmit()` function...

If you add this project to Angular, you get ``` Warning: C:\web projects\drill-to\node_modules\easy-dgraph\build\module\lib\easy-dgraph.js depends on 'json-to-graphql-query'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies ```...

You also get this warning, although not a big deal: ```typescript Warning: Entry point 'angular2-highlight-js' contains deep imports into 'C:/angular projects/blog/node_modules/highlight.js/lib/highlight'. This is probably not a problem, but may cause...

Highlight.js needs to be updated to the latest version, or you get this error with your package: ```typescript Error: node_modules/angular2-highlight-js/lib/content/content.directive.d.ts:2:10 - error TS2305: Module '"highlight.js"' has no exported member 'IOptions'....

This would be nice and much faster if this could run on Edge Functions. It would have to get rid of the `os`, `path`, `fs`, etc NodeJS dependencies some how,...

# Bug report I keep getting the `getSession()` error about 500 times on one page. > Using the user object as returned from supabase.auth.getSession() or from some supabase.auth.onAuthStateChange() events could...

bug

### Reproduction Here is the test repo (need to add any Firebase credentials and query any firebase document): https://github.com/jdgamble555/remix-firebase-test/blob/master/app/lib/about.server.ts https://github.com/jdgamble555/remix-firebase-test The test deployed version (deployed working without Lite): https://remix-firebase-test.vercel.app/ ###...

bug:unverified
package:server-runtime