Meghan Denny

Results 585 comments of Meghan Denny

does this still reproduce for you in Bun 1.1.29?

taking another look, https://webidl.spec.whatwg.org/#js-creating-throwing-exceptions for DOMException says message is implementation defined. initially opened this because while investigating other code we noticed Safari, Firefox, Bun use the default description from the...

``` npm create astro@latest cd .\my-app\ npx astro add solid npx astro add tailwind C:\bun\build\debug\bun-debug.exe --bun x solidui-cli@latest init ``` ``` ┌ solidui-cli - 0.7.0 │ ◇ Would you like...

may be a duplicate of https://github.com/oven-sh/bun/issues/10844

https://github.com/ziglang/zig/releases/tag/0.15.1

this would require quite a rework of how the command currently works and is a known limitation. given that upstream work on the native package manager is now underway this...

still nailing down whether this is a local typescript issue or a `@type/node` dependency issue added to standard here (Mar 25) https://github.com/whatwg/url/commit/58acb06dccec3e95a33d842337e61d25195d4b1b added to typescript here (Jul 18) (v5.6.2) https://github.com/microsoft/TypeScript/commit/121c5dd36bd87e47a065ff7d6b220ce6d079075c...

repro now prints: ``` ❯ bun index.ts UnknownException: An unknown error occurred at /T/tmp.cKZ6FOTR09/index.ts:2:25 at moduleEvaluation (native:1:11) at moduleEvaluation (native:1:11) at loadAndEvaluateModule (native:2) { [cause]: Error: Foo at /T/tmp.cKZ6FOTR09/index.ts:2:46 at...

side note, you should never use branch names in your url refs; only tags or commits. otherwise its bound to break almost immediately