Bun v1.1.3:
- Fixes 5 bugs
- 50% faster bun install for Windows
- Fixes bug where bun install errors sometimes exited with 0
- Fixes CTRL + C behavior for bundows
- Fixes crash when importing files without permission on windows
Thanks to 5 contributors!
https://t.co/aPbOsKxoNw
CVE-2024-1086 (Local Privilege Escalation)
-
While the xz backdoor was all over the place, this incredible exploit seemed to "slip" by!
-
This is working on most Linux kernels from 5.14 to v6.6
-
Repo: https://t.co/C9wmPd7LuS
-
Creator: @notselwyn
Bundows is finally here. What does it mean for the future of @bunjavascript and the rest of the JS ecosystem? @bytesdotdev breaks it down.
https://t.co/69BGuSbqQB
Bun v1.1
- Windows
- Cross-runtime IPC between Node <> Bun
- if else [[cond]] statements in Bun Shell
- Improved Next.js support
- Fixed crash in Bun.Transpiler
Thanks to 364 contributors since Bun 1.0!
https://t.co/mjFHWbznbO
🎉 Exciting Update! 🎉
Our official website is now live at https://t.co/3ct44zJ5PB - no more redirects! 🥳
Big thanks to @andreasgrafen for primarily designing, implementing and leading the MVP launch 💖
We're so excited to continue iterating and improving it! ✨
A new major release of the V playground is out!
v0.1:
- Simple autocompletion
- Ability to run multiple threads via `spawn`
- Ability to run programs as tests
- New examples
- Improved highlighting
- Bug fixes and minor improvements
- Resizable terminal
https://t.co/iKP8NBBsRf
Nvim is now self-hosting:
https://t.co/ItR5aunWD6
#neovim UIs are just (inverted) plugins. "nvim" in a terminal starts the TUI, which spawns "nvim --embed" subprocess.
Connect TUI to any server! Try this (Nvim 0.9):
nvim --listen ./s
nvim --remote-ui --server ./s