Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/blitz-js/ko.blitzjs.com

(Work in progress) Blitzjs.com website in Korean!
https://github.com/blitz-js/ko.blitzjs.com

Update done method in passportjs.mdx (#464)

ed76c181601f96e923a3aca5e5baa768fc6b6988 authored over 3 years ago by Kevin Østerkilde <[email protected]>
update link

7aca5c613fb5704613528832b0041c55e972743b authored over 3 years ago by Brandon Bayer <[email protected]>
fix tutorial

30f8d9a619bdcbe03897981a018cf2abeb31bbe8 authored over 3 years ago by Brandon Bayer <[email protected]>
Create guide to deploy to Railway (#462)

Co-authored-by: JuanM04 <[email protected]>

50481880e9a0ee93ba07d4679310d166bb36cf6e authored over 3 years ago by Abu Uzayr <[email protected]>
Update use-infinite-query.mdx

e3632e915a26a2b7f6aa28c719d11c3d94b587d3 authored over 3 years ago by Brandon Bayer <[email protected]>
Update use-paginated-query.mdx

9b573d27271bd03f02ce30056d23d0ac5e16c4c4 authored over 3 years ago by Brandon Bayer <[email protected]>
Add `scroll-behavior: smooth;` to main.css (#461)

This commit is rather simple. It simply makes the scrolling when you scroll by id much smoother....

0275b46dd56f19c12afb3828e1e7041293198979 authored over 3 years ago by DawnOfMidnight <[email protected]>
Changed Prettier config to match new app config

a383c864e95fd17cc97fa81682ec122329928c7e authored over 3 years ago by JuanM04 <[email protected]>
another update

072cb16a202efde536ffa57d56be6350a627f115 authored over 3 years ago by Brandon Bayer <[email protected]>
update docs for nextjs 10.2

5ed8f32bbe86f89bebe7a273296bfe5842f48c67 authored over 3 years ago by Brandon Bayer <[email protected]>
update docs for blitz.config.ts

bf793f80813b8e7492014c0d83c3cc396517d560 authored over 3 years ago by Brandon Bayer <[email protected]>
Merge branch 'main' into canary

4524161e623238b2881a10a4f84d4dbbc3bee48a authored over 3 years ago by Brandon Bayer <[email protected]>
add example of creating entity to multitenancy page

8d31fabeeeb2327bb06d63dc36c42524d982545f authored over 3 years ago by Brandon Bayer <[email protected]>
update query and mutation docs to reflect latest recommendations

1b4420a5da4c73158d206be29d849312b076cb49 authored over 3 years ago by Brandon Bayer <[email protected]>
add multitenancy doc page

63d81edb440b8a4fe06b5875d3ca219f6625f27f authored over 3 years ago by Brandon Bayer <[email protected]>
Extend "run postgres via docker" section (#460)

a52e32decbd679d6b1ffdb0ddd14ca8f6c3c21bb authored over 3 years ago by Antony <[email protected]>
Documentation for new schema.prisma transform utilities (#457)

Co-authored-by: Brandon Bayer <[email protected]>

8fdf72128e8d17b8b0b4620e4140f506d0662cef authored over 3 years ago by Jeremy Liberman <[email protected]>
add info for proxy-support https://github.com/blitz-js/blitz/pull/2264 (#454)

Co-authored-by: Brandon Bayer <[email protected]>

d21543d3654b286e15f95bf80c58ac03fff73ecf authored over 3 years ago by Muhammad Ubaid Raza <[email protected]>
Recommend customTsParser for building a new recipe (#455)

a67a535d5c192c1b0272dccf5991ddf2312236b9 authored over 3 years ago by Tom MacWright <[email protected]>
Admonitions --> Cards (#456)

2c987bbf1570847bc4688923d4f8c26e067eba82 authored over 3 years ago by JuanM04 <[email protected]>
Fix typo tutorial.mdx (#458)

Typo removed

5ad43493cd4a6f6c5161e0c988f02cf1129664b1 authored over 3 years ago by mlabate <[email protected]>
Updated dependencies

1bb9378131611b7ef745abe9083d993af7b76b45 authored over 3 years ago by JuanM04 <[email protected]>
Formatted docs

3f003d29d83aefc97d4b866f9acce50681c29eae authored over 3 years ago by JuanM04 <[email protected]>
Update get-started.mdx

00be1036eecfa0167a19a0253f361334b5727a27 authored over 3 years ago by Brandon Bayer <[email protected]>
update docs for server.ts

2f576f62e4a42d01af2f4f969ab46c010343b13f authored over 3 years ago by Brandon Bayer <[email protected]>
Added description to `useInfiniteQuery` and `usePaginatedQuery` (#453)

287b7ba2943f570971a480d3c59b8de3edc65d90 authored over 3 years ago by Antony <[email protected]>
add RIT as sponsor

c7c36dd56d4cf80f018ab63977ee1f476be1aeec authored over 3 years ago by Brandon Bayer <[email protected]>
Update contributing.mdx

4b0a1d0ee6d6eae06e8572bf0aa078dda0bf9830 authored over 3 years ago by Brandon Bayer <[email protected]>
Added BlitzApiHandler

4dbbdab2a89f86c4647ce1254520baadfc9cd42b authored over 3 years ago by JuanM04 <[email protected]>
Remove Anonymous Functions Exports (#451)

* typo fix

Small typo fix:
you'll need to do the
chech
=>
you'll need to do the
check

...

f6ce373a6d70c043dc0893598a5430c82e76a995 authored over 3 years ago by Roshan Manuel <[email protected]>
Upgraded dependencies

15baf5e316a1a207570357fc5a504903fc427235 authored over 3 years ago by JuanM04 <[email protected]>
Improve deploy-vercel.mdx consistency and clarity (#450)

00986a812eda0a78c0562afd5f37c7cf5e4a2c3e authored over 3 years ago by Fatih Altinok <[email protected]>
Typo in contributing.mdx

fcf53b24eee8eb56f3513283816e87f6bb25dea7 authored over 3 years ago by JuanM04 <[email protected]>
Added a note about broken symlinks

6ce3d922be92a3eb5c3f8e964b41d3fcc57bd670 authored over 3 years ago by JuanM04 <[email protected]>
Fix minor typo in query-usage.mdx (#449)

82436ec0678e19c73c9c61ff701e0569a9fe4a67 authored over 3 years ago by Justin Hall <[email protected]>
Added `--inspect` flag to CLI (#447)

Added to `cli-start.mdx` & `cli-dev.mdx`

b27cfb5eaf0e0b339678cd798c4d5cbf8ddb726f authored over 3 years ago by Antony <[email protected]>
new maintainer TommasoBruno added (#444)

* new maintainer TommasoBruno added

* href TommasoBruno maintainer changed

fb9d45d822c9a76f7246a4f02057447b8745bf6f authored over 3 years ago by Tommaso Bruno <[email protected]>
update hero code sample to use new Routes object

dc28c78237840a642c13270f7ce94d70343a395a authored over 3 years ago by Brandon Bayer <[email protected]>
Merge branch 'main' into canary

fc1a58bc93b17001da5115b3c6f41013bf6db5d4 authored over 3 years ago by Brandon Bayer <[email protected]>
Edit Dieman's personal website (#445)

bf68c8d89c8b2ac411132ef87e8c2fa66cbde4e8 authored over 3 years ago by Alessandro <[email protected]>
Fix the first two issues of #436 (#439)

f0c1fd16acecc3a521ac45c90326c50cac3ee88d authored over 3 years ago by laubonghaudoi <[email protected]>
Add myself as L1 Maintainer (#443)

1d1f0d7de19dcfc0fe0201424844f82207222ccf authored over 3 years ago by Alessandro <[email protected]>
Few maintainers retire

195b9a0f250fe01730749e3b948ea4cfa7bf6174 authored over 3 years ago by Brandon Bayer <[email protected]>
Uppercased "admin" in session-management.mdx (#441)

20e1fb4de1bdbe677a50ea5e7ad5cc23baeff507 authored over 3 years ago by sean-brydon <[email protected]>
Updated dependencies

ff957b744f220d2c1ffeb360cc54575536108b81 authored over 3 years ago by JuanM04 <[email protected]>
Document Routes Manifest (#430)

Co-authored-by: Brandon Bayer <[email protected]>
Co-authored-by: Jahred Hope <[email protected]>
...

08fb629ef03f5457dbbbd63b0146a58de1ec0f36 authored over 3 years ago by Simon Knott <[email protected]>
Error in tutorial (#435)

82a3f805e3b5aa99e02ceb02b801f72fe4bd5a7b authored over 3 years ago by Simon El Nahas <[email protected]>
Mention Cloudflare SSL (#434)

c84a04f1e491941383a473beafec091184a8ef2d authored over 3 years ago by Simon Knott <[email protected]>
Update resolver-server-utilities.mdx

492c0a50ee68885b6bcc424288cc13f08b67eb73 authored over 3 years ago by Brandon Bayer <[email protected]>
add legacy deps to .npmrc

8f5857b859e0e1f76d7d7378e680a614eb953c8c authored over 3 years ago by Brandon Bayer <[email protected]>
update contributor documention for running tests

3308efcc4241810cc3716a80e0d4545073f3d03a authored over 3 years ago by Brandon Bayer <[email protected]>
Remove mentions of `as` at link.mdx (no longer required) (#429)

* Remove mentions of `as` (no longer required)

* remove "just"

* Implement https://github....

d4b86da68d581f0f69d85bb2eab47fdb3646fbc4 authored over 3 years ago by Simon Knott <[email protected]>
Fix missing parentese in passportjs docs (#433)

4e6dcd3a76da2bc8faeba6f9e4e0a2b63b11bd07 authored over 3 years ago by Fran Zekan <[email protected]>
Allow emphasised text to maintain color in dark-mode (#432)

044e65b492aaa53b527abb340eebc30f040ec314 authored over 3 years ago by Jahred Hope <[email protected]>
add userTrack as sponsor

71ef2ca98a50cc2b355b48dd65be05c637e9c7b8 authored over 3 years ago by Brandon Bayer <[email protected]>
Update docs for upgrade to React Query v3 (#424)

Co-authored-by: JuanM04 <[email protected]>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users....

eed14c6cbbb42e8c5bfc79606948b828d488154f authored over 3 years ago by tundera <[email protected]>
Merge branch 'main' into canary

605a361fe5946f6de729e3ab0d1f0199efbcd0d6 authored over 3 years ago by Brandon Bayer <[email protected]>
TypeScript Support for CSS Modules (css.mdx) (#428)

a2380a2cae104215ae6adf333657d3ed7fbb4474 authored over 3 years ago by JuanM04 <[email protected]>
new meetup link

192ea9ea58c4aad83ad16d2149a03a937e8c416d authored over 3 years ago by Brandon Bayer <[email protected]>
Remove redundant steps from deploy-render.mdx (#425)

e5c6b89016dd876047fc47bc8c8e4e79c53f0b97 authored over 3 years ago by Konrad Kalemba <[email protected]>
Update session.create > session.$create in passportjs.mdx (#426)

* typo fix

Small typo fix:
you'll need to do the
chech
=>
you'll need to do the
check

...

8c4af7d8c47be44cd54b366d1d654a473978b243 authored over 3 years ago by Roshan Manuel <[email protected]>
Update all Yarn dependencies (2021-03-29) (#423)

* Update all dependencies (2021-03-29)

* Updated all the dependencies

Co-authored-by: depf...

2e886e5399119aa04784ce59001af0f4eb62b441 authored over 3 years ago by depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Correction of typo in deploy-heroku.mdx (#422)

13511cdae11a454e3655ac27efbd36ab757100cb authored over 3 years ago by Andrea Rizzello <[email protected]>
render.yaml fix to properly deploy to Render (#421)

When following the above example to deploy to render I received an error that I needed to pass t...

6d414d587abbdb3a21dd80a5f96e3c8edec26e54 authored over 3 years ago by gstranger <[email protected]>
update banner to say 1.0 expected in May or June

3ad478df8be24f93c196b0d464c3c60ade25fb87 authored over 3 years ago by Brandon Bayer <[email protected]>
fix formatting of inserted code on docs pages (#420)

7fb145da60c76505f44cfbe5dd62410ae6bcdc35 authored over 3 years ago by Layne Geck <[email protected]>
Add Digsas as sponsor

4f1f4e9659bacf3e3068433ccc6c563a4171f0da authored over 3 years ago by Brandon Bayer <[email protected]>
updated prisma migrate usage in docs (#419)

Co-authored-by: JuanM04 <[email protected]>
Co-authored-by: Andreas Bollig <[email protected]...

e465983cacdddb33a8d931cafa8cdc28ec63ed43 authored over 3 years ago by Alex Dolan <[email protected]>
Apply code replacement for // highlight-line (#411)

* Apply code replacement for // highlight-line

* Alter spacing for inserted line

* Use hig...

f9a74c0d66911f54a97cc5cebfe7177103ac5e6e authored over 3 years ago by Abu Uzayr <[email protected]>
Add docs for Error Handling components (#418)

163ed10e61497016ca916f66079cffed518822a0 authored over 3 years ago by Eric Vicenti <[email protected]>
Fix types import in api-routes.mdx (#417)

77a473aff4ffc9d65e645d78a36afb75417821c2 authored over 3 years ago by Faraz Patankar <[email protected]>
Fixed (other) GitHub capitalization

eb77d55e7a2591230e3ea0477d7089c7dae31153 authored over 3 years ago by JuanM04 <[email protected]>
Fix GitHub capitalisation (#415)

d1d59b7668738002fa686f4114fd75e4768a2621 authored over 3 years ago by François Best <[email protected]>
Minimal changes in image-optimization.mdx

e4cf61e52955deee26f6187044b8058912950b40 authored over 3 years ago by JuanM04 <[email protected]>
TailwindCSS JIT (#416)

d31a46ba6842506d916a14136df521686b912956 authored over 3 years ago by Abu Uzayr <[email protected]>
Added error handling source code URL

42caba8ca8c8234b0ceebd9f18e06687f7e2a4e6 authored over 3 years ago by JuanM04 <[email protected]>
Added shallow-routing (from Next.js docs)

ae1c0a567f154f4341c2924a2c25df5001006eea authored over 3 years ago by JuanM04 <[email protected]>
Even better documentation nav

fdcbfa0705e7c86c9f46ad2c99488a8e06414150 authored over 3 years ago by JuanM04 <[email protected]>
Synced documentation

ae656f1924a13b316df6fcf97dfad94ca4485e06 authored over 3 years ago by JuanM04 <[email protected]>
Fixed links in router.mdx (#413)

* fixed anchor links in router.mdx

* Fixed other links

Co-authored-by: JuanM04 <me@juanm04...

a1dacf8ba43336717d31acd1bf38bed1b6b8b865 authored over 3 years ago by Andreas Bollig <[email protected]>
Merge branch 'canary'

1c7db32a0241760788be656bd408240fa7c30aec authored over 3 years ago by Brandon Bayer <[email protected]>
Added note to update `.env.test.local` in database-overview.mdx (#409)

* Update test env when switching to psql

* Update database-overview.mdx

Co-authored-by: Ju...

8f0777dc084136f97efec28e22f75e4c0ea8b06e authored over 3 years ago by Tom MacWright <[email protected]>
Adding kevinlangleyjr as L1 Maintainer. (#408)

b050cef56f8d470aaca0db79d4aaaebee3b058c2 authored over 3 years ago by Kevin Langley Jr <[email protected]>
Formatted deploy-vercel.mdx

aed896ebe471861681301b99eb8042ad2ceffa4e authored over 3 years ago by JuanM04 <[email protected]>
Update deploy-vercel.mdx

71f46d61905884d18d95bb871d744dc153d706ac authored over 3 years ago by Brandon Bayer <[email protected]>
Add blitz export page (#402)

Co-authored-by: JuanM04 <[email protected]>

56632733695255fba8823d60b7bc600f437c068c authored over 3 years ago by Simon Knott <[email protected]>
Upgraded Blitz and reduced bundle size (#407)

* Blitz folder structure

* nextLinks --> blitzLinks

* Documentation Nav is now generated (...

c2ce5767ca082ab0fc8b3d33b81013c8479940f7 authored over 3 years ago by JuanM04 <[email protected]>
typo in redirects.mdx (#406)

`router` -> `useRouter`

e3c33c9e9a95a4a656a7ec6964d8319fedb3b6ef authored over 3 years ago by Andreas Bollig <[email protected]>
Formatted some pages

428b3a15308151a36de3968009b7d47be0be3325 authored over 3 years ago by JuanM04 <[email protected]>
typo fix in templates.mdx (#405)

Small typo fix:
you'll need to do the
chech
=>
you'll need to do the
check

9627d9e6c534699c1f0b24919544294057ee6ac7 authored over 3 years ago by Roshan Manuel <[email protected]>
Bump elliptic from 6.5.3 to 6.5.4 (#403)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](ht...

5c5b142b2cbc15fcbafe2ae9dac667ed3e311226 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update deploy-heroku.mdx

cffb2a9183e0d538494fc5e31b24a39ca59674b4 authored over 3 years ago by Brandon Bayer <[email protected]>
Update session-management.mdx

f97c7afb4890ca966078d44aba09722e6a80c003 authored over 3 years ago by Brandon Bayer <[email protected]>
Update deploy-vercel.mdx

1b90b4f1c766462eedb7a8b2ea83d693ffa18d83 authored over 3 years ago by Brandon Bayer <[email protected]>
Revert "Updated useRouterQuery"

This reverts commit affbcb446e54830637027fa261c3c38bcf983269.

d95565343bf6c465dc6a4f7653b8142087c3972d authored over 3 years ago by Brandon Bayer <[email protected]>
Fix render.yaml example of deploy-render `Without database` (#404)

There was unwanted properties that caused the build to fail,
so I removed them.

88b0497ba758ca7fc4d27729648b6147b12c5397 authored over 3 years ago by Hisaki Akaza <[email protected]>
Merge branch 'canary'

7d62cf444cc0761812ce253af27ad8a7673270dd authored over 3 years ago by Brandon Bayer <[email protected]>
Add Preconstruct errors section (#401)

* Add Preconstruct errors section

* Minor changes

Co-authored-by: JuanM04 <[email protected]>

06c4d1344f1967df403fac1913261ea8259d95de authored over 3 years ago by Roshan Manuel <[email protected]>
Git errors

7706e12a97247a531273cee85e8bc7f6c76169d8 authored over 3 years ago by JuanM04 <[email protected]>
Add docs for accessing ctx in `passportAuth` (#399)

Co-authored-by: Brandon Bayer <[email protected]>

0687e1c090d0511e2987648bd1930faeee7e9491 authored over 3 years ago by James Moran <[email protected]>