Sam K

Results 6 issues of Sam K

## Current Behavior Can't create new project with npx create-nx-workspace@^12.0.0 ## Expected Behaviour Scaffold new nx workspace ## Steps to Reproduce in you terminal run npx create-nx-workspace@^12.0.0 and you get...

bug

Hi, I was setting up a new debian machine and I came across this little typo in the installation guide from expose.phar to just expose. please find the attached image...

I needed it to work with Nuxt and this is how I fixed it.

- [ ] example usage with Nuxt UI Form component - [ ] example usage with Shadcn Vue and Nuxt ?? - [ ] example on proxy as custom component

documentation

### 👟 Reproduction steps Calling `createOAuth2Token` on the server side in `Nuxt` ```ts export default defineEventHandler(async (event) => { const config = useRuntimeConfig(event); const { account } = useAppwriteAdminClient(event); try...

bug
product / auth

I am using the module with `fontshare` as a provider. When checking `pageInsights` it shows that `@font-face` is not being used. When adding `fontain` module it resolves the issue. when...

needs reproduction