Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-28 | docs: update image astro.md (#6149) | 1 | -1/+1 | ||
2023-09-28 | Update prisma | 1 | -9/+32 | ||
2023-09-28 | Revert "Update prisma guide" | 1 | -32/+9 | ||
This reverts commit e62fef67658240a4137320729ff26e09498a93fd. | |||||
2023-09-28 | Update prisma guide | 1 | -9/+32 | ||
2023-09-26 | Update astro.md to v3 (#6070) | 1 | -9/+5 | ||
2023-09-24 | Add buggy note | 1 | -0/+6 | ||
2023-09-23 | docs: update link to templates in remix guide (#5965) | 1 | -1/+1 | ||
2023-09-20 | Update prisma guide | 1 | -0/+6 | ||
2023-09-19 | Fix broken links | 4 | -4/+4 | ||
2023-09-19 | docs: add Qwik guide (#4810) | 1 | -0/+107 | ||
2023-09-19 | More improvements to azure guide | 1 | -8/+10 | ||
2023-09-19 | Improve formatting again | 1 | -0/+4 | ||
2023-09-19 | Update azure guide | 1 | -18/+22 | ||
2023-09-19 | Added react installation to react.md (#5620) | 1 | -14/+33 | ||
* Update react.md Added install react part * Updates * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-19 | docs: Update Remix guide (#5702) | 1 | -1/+19 | ||
* 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 | Get artifactory to work (#5744) | 1 | -0/+28 | ||
* 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 | Update azure-artifacts.md | 1 | -3/+9 | ||
2023-09-18 | Update azure-artifacts.md | 1 | -1/+1 | ||
2023-09-18 | Update azure-artifacts.md | 1 | -2/+2 | ||
2023-09-18 | Update azure-artifacts.md | 1 | -3/+3 | ||
2023-09-18 | Update azure-artifacts.md | 1 | -0/+1 | ||
2023-09-18 | Update azure-artifacts.md | 1 | -1/+1 | ||
2023-09-18 | Update azure-artifacts.md | 1 | -9/+12 | ||
2023-09-18 | Encode slashes in package names in the registry manifest request (#5716) | 1 | -0/+53 | ||
* 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 | fix(docs): update formatting (#5685) | 1 | -2/+2 | ||
2023-09-17 | Fix a `'app.server' is possibly 'null'.` error (#5626) | 1 | -1/+1 | ||
2023-09-16 | Update tsconfig-paths.md (#5593) | 1 | -2/+2 | ||
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 | Update workspaces.md to reflect "workspace:*" syntax (#5555) | 1 | -2/+2 | ||
2023-09-14 | Fix links | 1 | -1/+1 | ||
2023-09-14 | Clean up trustedDependencies guide | 1 | -3/+24 | ||
2023-09-13 | Update nuxt.md (#4452) | 1 | -1/+1 | ||
* Update nuxt.md * --bun --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-13 | Update simple.md (#4881) | 1 | -1/+1 | ||
I have removed the / before ${server.port} because it its incorrect and I replaced the localhost to ${server.hostname} Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-13 | Update nextjs.md (#4905) | 1 | -1/+1 | ||
2023-09-13 | Use bun create everywhere | 6 | -7/+7 | ||
2023-09-13 | doc(guides): update sveltekit guide (#5285) | 1 | -2/+2 | ||
* doc(guides): update sveltekit guide Use `bun create svelte` instead of `bunx create-svelte`. This is to bring the documentation at par with the SvelteKit official doc to [create a project](https://kit.svelte.dev/docs/creating-a-project). * Update text instructions for sveltekit.md | |||||
2023-09-13 | More docs & helptext cleanup (#5229) | 4 | -4/+88 | ||
* wip * Flesh out resolution docs * Polish * More * WIP * WIP * WIP * Document --watch | |||||
2023-09-13 | Fix mock example | 1 | -1/+1 | ||
2023-09-13 | docs(guide): fix expect assertion example in guide for `spyOn` (#5294) | 1 | -1/+1 | ||
Fixes example with `spyOn` and assertions. The example failed because the spied function would be called once but the expectation asserted 0 calls. | |||||
2023-09-13 | file.exists() needs to be awaited to get the value (#5061) | 1 | -1/+1 | ||
2023-09-13 | Update discordjs.md (#5227) | 1 | -1/+1 | ||
2023-09-12 | Various docs (#5201) | 3 | -1/+142 | ||
* Updates * Improve jest guide * Improve | |||||
2023-09-12 | Update simple.md (#4997) | 1 | -1/+1 | ||
Remove errant slash preventing the correct console log | |||||
2023-09-12 | docs: fix typos (#5151) | 3 | -3/+3 | ||
2023-09-12 | Fixed Websocket Compression Example. (#5087)bun-v1.0.1 | 1 | -1/+1 | ||
* Passed message variable to ws.send() method. * Passed message variable to ws.send() method. | |||||
2023-09-12 | Fix typo in http file upload example (#5088) | 1 | -1/+1 | ||
2023-09-11 | Update gzip.md (#5041) | 1 | -1/+1 | ||
typo | |||||
2023-09-11 | fix formatting in sveltekit guide | 1 | -10/+10 | ||
2023-09-11 | Fix punctuation (#4870) | 3 | -3/+3 | ||
2023-09-10 | Update todo-tests.md (#4771) | 1 | -1/+1 | ||
2023-09-09 | Fix mongoose ecosystem guid (#4740) | 1 | -1/+8 | ||
Fix missing method declaration on schema and Schema database name from Kitten to Animal |