Clay Risser
Clay Risser
How can I run this check across an entire pnpm monorepo?
I encountered an unhandled runtime error (TypeError: r.bindings is not a function) during the integration of WalletConnect into my project. This error occurs after configuring the NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID, preventing the wallet...
Is there an i18next implementation similar to next-i18next?
I get the following error in certain libraries, such as `@tanstack/react-query`. I'm assuming it has something to do with the way the bundler adds react. Perhaps react is out of...
I get the error `React is not defined` from the tamagui compiler when it's building my code in onejs. I removed all the `import React from 'react'` imports and switch...
Support integration of the hono auth.js middleware. https://www.npmjs.com/package/@hono/auth-js The following issue would be sufficient to get this working. https://github.com/onejs/one/issues/139
How can I access the hono context from an api endpoint I create in this framework?
I'm trying to get CSRF Protection working. How to get middleware working with the api. For example... https://hono.dev/docs/middleware/builtin/csrf
I need to access the request object from a loader so I can use cookies on the server side. Right now it seems like it can only access path and...
It would be nice if there was a platform-specific extensions for server side code, for example `file.server.ts`. This could be useful in certain situations where a module is used but...