-
I would like to suggest adding a [bun](https://bun.sh) template to the official store.
https://github.com/patlux/openfaas-bun-template
Proposed templates.json:
```json
{
"template…
-
Bun 1.0 just got released. It would be great to be able to use it for the runtime in a TypeScript project.
https://bun.sh/
-
- toBinary
- fromBinary
- toJson
- fromJson
polRk updated
3 weeks ago
-
This will be done by me. But please give suggestions regarding where to put it @Hiccup-za
-
**Description**
When trying to start packager, local monorepo packages can't be installed.
For dependency (`mobile/mobile-app/package.json`):
```
{
"local-package": "workspace:*"
}
```
T…
-
```[tasklist]
### Desiderata
- [ ] Make the switch?
```
https://bun.sh/blog/bun-v1.0
Currently we're using pnpm for dependency management and vite for the underlying build tooling. Bun could …
-
# Bun's roadmap
## 2024 Q4
### bun install
- [ ] https://github.com/oven-sh/bun/issues/11863 (will unblock https://github.com/dependabot/dependabot-core/issues/6528)
- [ ] Fixes for frequently-rep…
-
Hello,
Thanks for this library. I have been using it since atleast 0.3.7, but have not been active for a while.
Im back now and am using the most recent version, I noticed that with `bun --bun run…
-
```
$ pnpm sst deploy --stage dev --print-logs
time=2024-09-23T18:11:47.901+02:00 level=INFO msg="checking for pulumi" path=/home/vt/.config/sst/bin/pulumi
time=2024-09-23T18:11:48.002+02:00 level=…
-
Running the following program with Bun:
```ts
import say from "say";
say.speak("testing");
```
Result in the error:
```sh
30 |
31 | let { command, args, pipedData, options } = this.…