Meghan Denny

Results 585 comments of Meghan Denny

trying ghost's example yields the following trace on `0.12.0-dev.1836+dd189a354` ``` zig: /home/meghan/src/llvm-17/llvm/include/llvm/Support/Casting.h:578: decltype(auto) llvm::cast(From*) [with To = ConstantInt; From = Value]: Assertion `isa(Val) && "cast() argument of incompatible type!"' failed....

afaik that's already what happens if you use `.full` and strip. it will print out the addresses with the line info replaced with `????`

isn't closing the connection/client/app easier?

Does this still reproduce for you? using Bun 1.1.8 this works for me.

note to future self, this works sometimes in present versions but is very flaky. needs more investigation

when no host is available the error thrown by bun is near identical to the node one ``` ❯ bun-debug index.js NoHostAvailableError: All host(s) tried for query failed. First host...

need to check later but one thing that could be at play here is that `@types/express-unless` is empty and the type definition has been moved upstream to the `express-unless` package...

if you upgrade to canary with `bun upgrade --canary` does the issue go away? we just recently landed a fix that should address this