Meowster

Results 4 issues of Meowster

### What? Describe how to implement recursive data structures such as: - linked lists (stacks, queues) - trees - graphs Show ready to use std and crates: - [linked list](https://doc.rust-lang.org/std/collections/struct.LinkedList.html)...

### Describe the bug I'm trying to reproduce [`resolves` example](https://vitest.dev/api/expect.html#resolves). The Chai style assertion throws strange Typescript error: ![image](https://user-images.githubusercontent.com/46621668/218691218-ebb8a651-a091-4470-81e2-6531a3904046.png) ### Reproduction https://stackblitz.com/edit/vitest-dev-vitest-52dmdx?file=test/basic.test.ts ### System Info ```shell System: OS: Linux 6.1...

p3-minor-bug

### What is the problem this feature would solve? Scoped auth or any other scoped mechanism that rejects request early. ### What is the feature you are proposing to solve...

enhancement

### Describe the bug ```ts await getClaims(token, { allowExpired: true } ``` still throws expiration error ### Library affected auth-js ### Reproduction _No response_ ### Steps to reproduce _No response_...

bug