Andréas Hanss

Results 69 issues of Andréas Hanss

### Are you using the latest version of this library? - [X] I verified that the issue exists in the latest next-safe-action release ### Is there an existing issue for...

bug

Hello, Using a custom avatar like so: ```tsx personaOptions={{ user: { name: user.displayName ?? "👾", avatar: ( ), }, }} ``` makes `AppAvatar` to trigger re-render on each keystroke while...

> [!note] > There is a lot of information below, sorry if this is a bit disordered, I try to update the issue everytime it gets clearer on my mind,...

enhancement

I want to be able to lazy load my history. Currently, I need to do a hacky trick with a react `key` as `initialConversation` is not reactive. It could be...

enhancement

### Link to the code that reproduces this issue https://github.com/ScreamZ/reproduction-app-cookies-middleware ### To Reproduce 1. Start application 2. Clic "click me" button ### Current vs. Expected behavior Cookies are set in...

bug
Middleware
Runtime

@endel Had issue with your ESM code you can try it with a simple with bun (ou deno or node as u which), the important part is `"type": "module"` or...

> [!WARNING] > Do not merge until clock is released, as it depends on it and i need to update depencies for 1.1 > Ping me when ready. @endel Had...

![Screenshot 2024-11-02 at 17 56 08](https://github.com/user-attachments/assets/b9082b8c-482a-4bd9-b73a-53b28b7be3b6) Hi @endel, This only occurs if `package.json` has `"type": "module"` With gamestdio package, no error but a strange `.default` is required (and doesn't works)...

This is the first milestone to improve TypeScript usage of `xs-dev`. # State of art Currently you can run a new Ts project using `xs-dev init --typescript`. This gives two...

enhancement