Tommy D. Rossi

Results 112 issues of Tommy D. Rossi

### What is the problem this feature would solve? Currently setting headers and cookies is a bit weird in my opinion: ```ts new Elysia().post('/mirror', async ({ cookie, set }) =>...

enhancement

Release Notes: - Added `max_tabs` config option to limit the number of non dirty open tabs. Fix https://github.com/zed-industries/zed/issues/4784. Originally implemented by @BuonOmo This setting should help keeping the lsp memory...

cla-signed

**Describe the feature you'd like** Currently to create a tunnel you have to run the following commands (dx is already very bad, should be 1 command) ``` cloudflared tunnel create...

Type: Feature Request
Priority: Normal

**Is your feature request related to a problem? Please describe.** Currently Rosetta ha a bug when running Node, some of these issues are https://github.com/prisma/prisma/issues/17869 https://github.com/ethereum/solidity/issues/13523 The error is ``` assertion...

t/feature

### Clear and concise description of the problem Calling `toEqual` on large objects generates a very large diff error difficult to understand and often cut by the max terminal output...

p2-nice-to-have

### Description Like in a browser sometimes you don't want to create a new navigation stack, you would use `replace` instead of `push` for that. ### Who will benefit from...

api
feature request

Resolves #21 - Added a function `renderAsync` which supports rendering async components, sequentially - Added support for `useContext` as a way to pass down props easily, it works with async...

This makes it much easier to debug jsx-xml as a user

It would be great to have async components, in case a component is async the `render` function would return a promise that resolves when all components resolve ```tsx import {...

Currently if you reexport a page and gssp function you will get an error, because the props are serialized 2 times This is an example page with the problem: ```tsx...