saklani
saklani
### What version of Bun is running? 1.0.26 ### What platform is your computer? Darwin 21.6.0 x86_64 i386 ### What steps can reproduce the bug? ## Minimum Reproducible ```js import...
### What version of Bun is running? 1.0.26+c75e768a6 ### What platform is your computer? Darwin 21.6.0 x86_64 i386 ### What steps can reproduce the bug? ```js import crypto from "node:crypto";...
### What version of Bun is running? 1.0.26+c75e768a6 ### What platform is your computer? Darwin 21.6.0 x86_64 i386 ### What steps can reproduce the bug? When `describe` is nested inside...
Removes "io/ioutil" which is now deprecated.
### What version of Elysia.JS is running? 0.8.15 ### What platform is your computer? Darwin 21.6.0 x86_64 i386 ### What steps can reproduce the bug? ## Minimum Reproducible Example ```js...
`getById` returns number instead of string as when data_size is 0. This breaks some libraries that expect data_size to be a string.