Emiliano Parizzi

Results 40 issues of Emiliano Parizzi

Add support for Hono framework as a simple middleware much like the Express integration.

feature-request
status/planned

Integrating Zustand with a Next.js app router application has its own particularities. I'd like to see a full example based on the official Zustand docs to integrate zundo. https://zustand.docs.pmnd.rs/guides/nextjs

According to this docs (https://www.remotion.dev/docs/lambda/custom-destination#saving-to-another-cloud), we should be able to output a video to any S3-compatible storage. Tigris is an S3-compatible storage and I've been using the official AWS S3...

bug

I'm trying to build a multi-language font picker. I need to use fonts subsets info to know what is supported by each font. For example, doing a `GET https://www.googleapis.com/webfonts/v1/webfonts?family=Noto Sans...

bug

My current setup uses Next 14 + next-intl and it works great. I need to upgrade to Next 15, so I've followed the sample repo here: https://github.com/tolgee/next-app-intl-example After quite some...

I suspect this might be caused by the fact that I'm using a local installation instead of npm-based one. Just try `claude` command availablity instead of searching for executable in...

It's already possible to set OpenRouter as an endpoint, but it's not possible to select the model. Doing `ai config` and selecting Model throws an error: ``` ✖ Cannot read...

**macOS version:** Unknown () **Kap version:** 3.6.0 ``` Something went wrong while loading “kap-streamable” Error: schema is invalid: data.properties['password'].type should be equal to one of the allowed values, data.properties['password'].type should...

Is there a built-in way to add authentication to the HTTP endpoint? Just a simple bearer token read from an environment variable or similar. Since it launches a web server...