-
I am trying to use the latest version of this amazing lib on Ubuntu 22.04 with Bunjs but I am getting this error
```shell
/home/zafaransari/projects/bun/postgres/node_modules/@embedded-postgres/linu…
-
Hey,
I'm wondering if there is a potential way to support BunJS?
As for now I am running in to the following issue with regards to Node API:
```
TypeError: symbol 'napi_register_module_v1' n…
-
Is there a simple example of using Memrance to build a P2P RPC framework? Is it possible to that RPC framework on the server with Bunjs?
-
### Creating a software request
This request might be unnecessary since installation is just one liner, but I'm adding it since nodejs has been added as well.
#### Formal software information
- Softw…
-
## Describe the Issue
Per https://github.com/oven-sh/bun/issues/1381 the BunJS runtime does not support .clone()
The withContent() middleware relies on .clone().json() to throw an error if the b…
-
I started working on bunjs adaptation
-
### How frequently does the bug occur?
Always
### Description
When I try to import realm in a js file and run the script with Bunjs, I get the following error
error: Cannot find module "realm/realm-c…
-
I like the bunicorn's code style, and the project is a clean bunjs backend framework, but the project is in the early stage, is it suitable to use in production now?
-
jsonwebtoken@9.0.0 => jsonwebtoken@9.0.2
bunjs typescript
When generating a token using the jsonwebtoken library instead of returning a valid token it returns an error:
`
103 |
104 | if (!se…
-
Is there a plan to support reading from stdin and writing to stdout? For instance in BunJS, I can do streaming:
```js
for await (let chunk of Bun.stdin.stream()) {}
```
```js
const writer = B…