Colin McDonnell
feefaf00d7
Update workspaces.md
2023-09-22 16:42:23 -07:00
Imamuzzaki Abu Salam
0502c134e8
docs: add await to all Bun.build() call ( #5885 )
2023-09-21 19:08:57 -07:00
Colin McDonnell
cfc56dafeb
Update install docs
2023-09-21 15:17:16 -07:00
Colin McDonnell
66cdb077ad
Add docs for extending process.env
2023-09-21 12:35:41 -07:00
Jarred Sumner
d1e9b33cac
On Linux, respect memory limit from cgroups ( #5849 )
...
* Implement `process.constrainedMemory()`
* Add a comment
* Handle max
* Missing header
* We can use WTF::ramSize now
* Update WebKit
* Update ZigGlobalObject.cpp
* WebKit
* ✂️
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-21 07:25:18 -07:00
Jarred Sumner
a18ef053a4
Don't await plugins
2023-09-21 06:16:31 -07:00
saurabh
539eec85db
docs(project): development fix Arch install-dependencies command ( #5270 )
...
sudo is required to run pacman if not root user
2023-09-20 20:11:13 -07:00
Colin McDonnell
bbff5b7735
Update quickstart
2023-09-20 16:32:51 -07:00
Colin McDonnell
2e06dbaffe
Update prisma guide
2023-09-20 15:42:03 -07:00
Colin McDonnell
19151bb1d2
Update env doc
2023-09-20 13:04:03 -07:00
Colin McDonnell
f8343f25b8
Clarify hot mode
2023-09-20 13:04:02 -07:00
Lucas Coratger
aa3355dc82
feat: switch disableTelemetry to bunfig ( #5690 )
...
* feat: switch disableTelemetry to bunfig
* feat: zig fmt
* revert: the env variable and invert the logic of telemetry
---------
Co-authored-by: MrPalixir <73360179+MrPalixir@users.noreply.github.com >
2023-09-20 10:13:31 -07:00
Colin McDonnell
e2fb524993
Fix broken links
2023-09-19 22:42:54 -07:00
Sanyam Kamat
ee33d5ced4
docs: add Qwik guide ( #4810 )
2023-09-19 21:54:45 -07:00
h2210316651
53fd9ff4bf
Updated modules.md to address issue #5420 ( #5456 )
...
* Update modules.md
Updated docs to address `The ES modules aren't always asynchronous. #5420` Issue.
- Included an elaborate explanation citing the difference between CommonJS and ES Modules,
- Added a summary
* Tweaks
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-09-19 21:39:22 -07:00
Ahmad Addel
e3558b626c
add warning to Ensure correct placement of the '--watch' flag ( #5447 )
...
* Update run.md
* remove the wrong command example
* Tweak
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-09-19 21:34:26 -07:00
Colin McDonnell
4fce34854b
Doc updates ( #5759 )
...
* WIP
* WIP
2023-09-19 16:31:38 -07:00
Colin McDonnell
615beee1ae
More improvements to azure guide
2023-09-19 13:48:59 -07:00
Colin McDonnell
ef98a1b761
Improve formatting again
2023-09-19 13:38:00 -07:00
Colin McDonnell
ebc7b037ed
Update azure guide
2023-09-19 13:31:31 -07:00
Weyert de Boer
f4e7f6db7c
docs: update node compability ( #5562 )
2023-09-19 13:26:50 -07:00
Andrey Gurtovoy
fc14902f73
Added react installation to react.md ( #5620 )
...
* Update react.md
Added install react part
* Updates
* Updates
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-09-19 13:25:13 -07:00
Brooks Lybrand
d362a8b9ec
docs: Update Remix guide ( #5702 )
...
* Update Remix guide
* Update callout
* Update docs/guides/ecosystem/remix.md
Co-authored-by: Michael Jackson <michael@jackson.us >
* update
* Add link to remix
---------
Co-authored-by: Michael Jackson <michael@jackson.us >
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-09-19 12:39:23 -07:00
Jarred Sumner
8677ae9fb1
Get artifactory to work ( #5744 )
...
* Get artifactory to work
* Cleanup url normalization a ltitle more
* Clean up tests
* prettier
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-19 08:01:47 -07:00
Jarred Sumner
8ca691693f
Delete extremely out of date docs
2023-09-19 04:32:45 -07:00
Jarred Sumner
d2328285f9
Update azure-artifacts.md
2023-09-19 00:13:52 -07:00
Jarred Sumner
346f8e9c94
Update azure-artifacts.md
2023-09-18 23:52:42 -07:00
Jarred Sumner
b34da183bd
Update azure-artifacts.md
2023-09-18 23:50:37 -07:00
Jarred Sumner
db1263662c
Update azure-artifacts.md
2023-09-18 23:49:42 -07:00
Jarred Sumner
63afadcb91
Update azure-artifacts.md
2023-09-18 23:46:42 -07:00
Jarred Sumner
8b690aaf0d
Update azure-artifacts.md
2023-09-18 23:43:06 -07:00
Jarred Sumner
9b7fb8b0f3
Update azure-artifacts.md
2023-09-18 23:42:34 -07:00
Jarred Sumner
cc54b62fac
Encode slashes in package names in the registry manifest request ( #5716 )
...
* Encode slashes in package names in the registry manifest request
Co-Authored-By: Max Brosnahan <1177034+gingermusketeer@users.noreply.github.com >
* Update dummy.registry.ts
* Fix tests
* Add guide for Azure Artifacts
* Update azure-artifacts.md
* Update azure-artifacts.md
* Typo
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
Co-authored-by: Max Brosnahan <1177034+gingermusketeer@users.noreply.github.com >
2023-09-18 23:27:02 -07:00
Hamed Zakery Miab
8f8ab301b4
change circles for color-blinds ( #5594 )
2023-09-18 10:31:53 -07:00
Kilian von Pflugk
0800f7017c
docs: add missing options from bun init ( #5638 )
2023-09-18 10:28:57 -07:00
Rauny
8c1c2a0d9d
fix(docs): update formatting ( #5685 )
2023-09-18 10:26:25 -07:00
Quentin
2a6fdc2298
Fix a 'app.server' is possibly 'null'. error ( #5626 )
2023-09-17 18:18:18 -07:00
Shinichi Katayama
639a12f59f
Fix ZLS commit hash in the document ( #5510 )
...
* Fix ZLS commit hash in the document
* Remove ZLS section from the doc
2023-09-17 09:13:30 -07:00
Ethan Steere
80e1f32ca1
Update tsconfig-paths.md ( #5593 )
...
Change string:string mapping in the docs to match the expected string:array[string] mapping.
See: https://www.typescriptlang.org/tsconfig#paths
2023-09-16 21:44:02 -07:00
Vilsol
eca93d4257
docs: fix typo in lockflie nav ( #5576 )
...
Looks like someone shifted their hand a bit to the right.
Changes `ytrr` to `tree`
2023-09-16 21:43:43 -07:00
Bruce Denham
5e6490d905
Update workspaces.md to reflect "workspace:*" syntax ( #5555 )
2023-09-16 10:21:42 -07:00
Sony AK
7f2e40af46
Update development.md ( #5531 )
...
Fix to version 16 on docs
2023-09-15 20:28:52 -07:00
Zong
575a85a3fd
docs(runtime): fix some typo. ( #5451 )
2023-09-15 14:10:04 -07:00
dave caruso
29b22175bf
feat(runtime): add process.binding uv/natives/config + make global object properties lazy ( #5355 )
...
* binding uv
* we did that
* some more bindings
* fix doc
* fix uv
* yo
* static hash table nonsense <3
* huge refactor to the global object i am not ready for merge conflicts
* it works part 3
* lose
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2023-09-15 08:22:06 -07:00
Sony AK
819a1fde28
Update docs/quickstart.md ( #5425 )
...
* Update quickstart.md
Update quickstart.md
* Update quickstart.md
Update quickstart.md
2023-09-15 00:01:05 -07:00
Colin McDonnell
31fec8f704
Clean up run.md
2023-09-14 23:44:19 -07:00
Jarred Sumner
ced69d3818
async-ify all node:fs functions ( #5360 )
...
* async all node:fs functions
* draw the rest of the owl
* LLVM & Clang 16
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-14 21:26:37 -07:00
Colin McDonnell
b262b0153a
Clean up bunfig.md
2023-09-14 21:25:57 -07:00
Colin McDonnell
75e68e356b
Mention dotenv
2023-09-14 21:09:14 -07:00
Colin McDonnell
31691e3898
Fix links
2023-09-14 21:02:52 -07:00