dave caruso

Results 94 issues of dave caruso

there are a handful of combo box issues that make the component hard to use. attached is a capture with a box with 50 elements. the popup is scrollable, but...

### What is the problem this feature will solve? Setting an interval that wont block the exiting of Bun is impossible, but is possible on Node and Deno. There is...

enhancement

### Version 0.1.5 ### Platform `Linux paperback 5.15.0-41-generic #44-Ubuntu SMP Wed Jun 22 14:20:53 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux` ### What steps will reproduce the bug? `a.ts` ```ts import...

bug
need repro
segfault

### Describe the bug When using page endpoints, the JSON output of the request isn't serialized before passing it to the component/load(), causing the SSR version of these pages to...

enhancement
p1-important

I'm looking for the type information for the following rest routes and it seems they are not present: - [`GET /channels/{channel.id}/threads/archived/public`](https://discord.com/developers/docs/resources/channel#list-public-archived-threads) - [`GET /channels/{channel.id}/threads/archived/public`](https://discord.com/developers/docs/resources/channel#list-private-archived-threads) - [`GET /channels/{channel.id}/users/@me/threads/archived/private`](https://discord.com/developers/docs/resources/channel#list-joined-private-archived-threads)

bug

`Component.dataHooks` always is an array of the data hooks from other components and the `createDataHook` function. similarly `getStaticProps`, unless extra static props are desired, is also the same every time...

### What is the problem this feature would solve? easily updating all dependencies of your project to the latest version. removing the lockfile will do this, but it doesnt update...

enhancement

### What is the problem this feature would solve? Error formatting code like the one found in my logger library currently cannot detect the presence of the resolution errors thrown...

enhancement

During my rewrite, I never added back the feature of taking in a YYZ or ZIP file as a valid project input file.

### What version of Bun is running? canary 2023-05-15 ### What platform is your computer? Linux 6.1.11-arch1-1 x86_64 unknown ### What steps can reproduce the bug? here is my code...

bug
napi