-
If you are trying to use Bun Javascript to use the API Beta, please be aware that you will encounter hangs when using this package with `bun run` on the server. The reasons are related to how bun sets…
-
### Provider type
FusionAuth
### Environment
System:
OS: macOS 14.0
CPU: (8) arm64 Apple M2
Memory: 112.03 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.16.1 - ~/Library/Caches/fnm_m…
-
### What is the problem this feature would solve?
Currently, if a query string has a syntax error, it's quite hard to tell what the syntax error actually is.
Consider the following repro script: …
-
Given `entry.js`:
```ts
console.log(await import("./entry.js"));
```
I don't know why this behavior would ever be used, ~~but it doesn't crash node or bun~~. esbuild produces this when bundled w…
-
This is a tracking issue to get bun's node.js compatibility far enough along to support https://adonisjs.com
- [x] Support `Intl.ListFormat` #808
- [x] Pino Pretty fail #4280|
- [x] Issue when parsin…
-
### Description
https://vitejs.dev/guide/ssr#setting-up-the-dev-server shows how to setup a dev server for ssr using express. with more and more server frameworks moving away from the Node.js Connect…
-
### What is the problem this feature would solve?
A reverse proxy written in Node is not working for me under Bun when using `multipart/form-data`.
```js
function handle(requestFacade) {
const…
-
Hi
I get this error when i try to charge with card `Required Parameters Ommited - authorization_code`
But according to paystack doc for charge, its not a required param when charging with card - […
-
### What version of Bun is running?
1.0.3+b651b16fdd959b349c09ec5d5056229dcd12c86b
### What platform is your computer?
Linux 5.15.90.1-microsoft-standard-WSL2 x86_64 x86_64
### What steps …
-
```jsx
function App() {
return Hello World;
}
console.log();
```
logs:
![image](https://github.com/oven-sh/bun/assets/122984423/d8c60d3d-10b9-438d-a70d-654311d9f9b6)