reslear

Results 96 issues of reslear
trafficstars

### Describe the change how to http proxy tunneling via proxyman / charles ? https://proxyman.io/ ### URLs _No response_ ### Additional information - [ ] Would you be willing to...

documentation

right now we use: ```ts export const authConfig: Parameters[0] = { providers: [], session: { strategy: 'jwt', }, } ``` after ```ts export const authConfig: ExpressAuthConfig = { providers: [],...

frameworks

### Describe the bug If you delete imports, Nuxt auto-imports do not work: for example works: ```vue import { useAccount, useDisconnect } from '@wagmi/vue'; const { address, chainId, status }...

Good First Issue

### Description great helper for custom tokens ### Additional context --- ### What is the purpose of this pull request? - [ ] Bug fix - [ ] New Feature...

### Clear and concise description of the problem not support twoslash like in vitepress ### Suggested solution supports [@shikijs/twoslash](https://shiki.style/packages/twoslash) integration ### Alternative _No response_ ### Additional context _No response_ ###...

enhancement: to triage

### Package lucia ### Description Terminates all user's authorized sessions except for the current one. like https://core.telegram.org/method/auth.resetAuthorizations ```ts deleteUserSessionsExceptCurrent() // or type deleteUserSessions = (except_current: boolean) => boolean deleteUserSessions(true) ```...

feature request

Do you plan to support strapi v5?

https://vitest.dev/guide/mocking.html#mock-import-meta-env i found only this solution: ```ts process.env.VITEST ? null : ValidateEnv(), ```