Ecosyste.ms: OpenCollective

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

github.com/blitz-js/next.js

The official Blitz.js fork of Next.js
https://github.com/blitz-js/next.js

Rename environment variable in Fauna example. (#27712)

To make it more clear you're using the admin key on the server.

36f2e7b57554e336657d454eadb1fa1f2e10f8b0 authored about 3 years ago by Lee Robinson <[email protected]>
Fix create-strapi-app instruction in strapi example (#27707)

Need `--template` in the `yarn` command, otherwise it's not working

1d60c136e71065c003bc23e40501c2d922dbddde authored about 3 years ago by Tom Chen <[email protected]>
Fix create-strapi-app instruction in strapi example (#27707)

Need `--template` in the `yarn` command, otherwise it's not working

aa929c4bee74c8b5cd4b4ce104d0598202e20132 authored about 3 years ago by Tom Chen <[email protected]>
v11.0.2-canary.25

ca0c122f636dd1c3c630dedbbaf1e3108dc8240b authored about 3 years ago by JJ Kasper <[email protected]>
v11.0.2-canary.25

6a54aee767944b6ed85852a6c1d58167eff0d456 authored about 3 years ago by JJ Kasper <[email protected]>
Add with-joi example (#25759)

* Add joi and next-joi example

* Add more README information

* Update examples/with-joi/pa...

6abaa7d4caa5bda01036027bc2e59759d91009ff authored about 3 years ago by Sergio <[email protected]>
Add with-joi example (#25759)

* Add joi and next-joi example

* Add more README information

* Update examples/with-joi/pa...

bace9b4949f87c73c42a38123b84723089ee5f1f authored about 3 years ago by Sergio <[email protected]>
Add `next.config.js` option to override default `keepAlive` (#27709)

Follow up to #27376 so users can disable keep-alive.

See comment https://github.com/vercel/next...

46e7658f7e5956af055cf9335049681b116d40d2 authored about 3 years ago by Steven <[email protected]>
Add `next.config.js` option to override default `keepAlive` (#27709)

Follow up to #27376 so users can disable keep-alive.

See comment https://github.com/vercel/next...

f6a2ac76cd6fde16ba61b173e366b5e7744f9d02 authored about 3 years ago by Steven <[email protected]>
update webpack-sources to 3.2.0 for bugfixes and performance (#27673)

98db695945c457af953f756cb97c8e05bb920337 authored about 3 years ago by Tobias Koppers <[email protected]>
update webpack-sources to 3.2.0 for bugfixes and performance (#27673)

b36c66a40f08ee1cd3f3626fb650406e88c1ee9d authored about 3 years ago by Tobias Koppers <[email protected]>
Add naturalWidth/naturalHeight to `onLoadingComplete()` callback (#27695)

Resolves #27213

b05cdb1f6488553abadfb9c6c1707a25e50415bc authored about 3 years ago by Steven <[email protected]>
Add naturalWidth/naturalHeight to `onLoadingComplete()` callback (#27695)

Resolves #27213

eed3d8e88270f13e12e39190cba07a02ea8925a2 authored about 3 years ago by Steven <[email protected]>
Enforce source/destination limit for custom routes (#27703)

This ensures we enforce a limit for `source`/`destination` values on rewrites, redirects, and he...

fdf44a22b07c30a1549278ea17eb8f8e9a9a155f authored about 3 years ago by JJ Kasper <[email protected]>
Enforce source/destination limit for custom routes (#27703)

This ensures we enforce a limit for `source`/`destination` values on rewrites, redirects, and he...

b3c959b2c295a1a24a0a91770cafd1e9010c7751 authored about 3 years ago by JJ Kasper <[email protected]>
More React 17 clean up (#26775)

Remove unnecessary `React.Suspense` checks, as the minimum supported version is `react@>=17.0.1`...

531885e0ff6e05b5b7c5222ae8a051df02d0edc7 authored about 3 years ago by Gerald Monaco <[email protected]>
More React 17 clean up (#26775)

Remove unnecessary `React.Suspense` checks, as the minimum supported version is `react@>=17.0.1`...

79e30f9cb608d1f3088ded80b23787b1a066673f authored about 3 years ago by Gerald Monaco <[email protected]>
Patch with-fauna example. (#27701)

A few things I noticed when deploying the example.

362ed313de8d7a74b7aa15fa2f7a61bcb7abdde1 authored about 3 years ago by Lee Robinson <[email protected]>
Patch with-fauna example. (#27701)

A few things I noticed when deploying the example.

3c984dc5cf3971a56925f87995f547381849da9c authored about 3 years ago by Lee Robinson <[email protected]>
Update Fauna example with new guestbook (#27295)

Based on https://github.com/vercel/next.js/pull/26708

- Renames FaunaDB -> Fauna
- Moves to Tai...

cf0ba83d97c8dfdb242c5d0d4c0738b26a7162c7 authored about 3 years ago by Artyom Kurnikov <[email protected]>
Update Fauna example with new guestbook (#27295)

Based on https://github.com/vercel/next.js/pull/26708

- Renames FaunaDB -> Fauna
- Moves to Tai...

fe3f520d8d7dfd8e680dbe4c5e929d6d606cc55b authored about 3 years ago by Artyom Kurnikov <[email protected]>
URI-encode url parameter in image optimizer (#27671)

fixes #27210
maybe related: #19668

currently, the image optimizer returns 400 when an image url...

fedabd2ec506cc62b649f5b0958e0e672d78a7c1 authored about 3 years ago by stefanprobst <[email protected]>
URI-encode url parameter in image optimizer (#27671)

fixes #27210
maybe related: #19668

currently, the image optimizer returns 400 when an image url...

63aeddbbe04211416ba99f658c3590e9b1b1424c authored about 3 years ago by stefanprobst <[email protected]>
Improve custom server documentation. (#27693)

Based on feedback here https://github.com/vercel/next.js/discussions/27687#discussioncomment-112...

b632e686cdea098b4d0dc4de3de6ba04713b9156 authored about 3 years ago by Lee Robinson <[email protected]>
Improve custom server documentation. (#27693)

Based on feedback here https://github.com/vercel/next.js/discussions/27687#discussioncomment-112...

74503f1b8ac61c4cfa625ecfee31373480c54a39 authored about 3 years ago by Lee Robinson <[email protected]>
Undo sourcemap change (#27690)

This undoes the change from https://github.com/vercel/next.js/pull/27623 since it appears to be ...

4b8a52e2d94a9ef2b9127b31c0bb2802f911230f authored about 3 years ago by JJ Kasper <[email protected]>
Undo sourcemap change (#27690)

This undoes the change from https://github.com/vercel/next.js/pull/27623 since it appears to be ...

26981aa54c769734a8dc31316fb660c446fe53b9 authored about 3 years ago by JJ Kasper <[email protected]>
Add missing await for API request (#27676)

`getAllPostsWithSlug` was missing an `await` on `fetchAPI`, resulting
in `data?.allPosts` always...

3ec252c2d372c0a7f1f610d7caf148b81685f7e6 authored about 3 years ago by James Howard <[email protected]>
Add missing await for API request (#27676)

`getAllPostsWithSlug` was missing an `await` on `fetchAPI`, resulting
in `data?.allPosts` always...

2cf58be2285d206f63e3d9f2f1e43f45e58e12db authored about 3 years ago by James Howard <[email protected]>
Clarify in docs that `next/script` must not be in `next/head` (#27534)

Documentation to help future developers avoid #27498

## Documentation / Examples

- [X] Make...

bfd3b5528d465b6380bf29c55a5ffaa4e7c52d2c authored about 3 years ago by Zack Sheppard <[email protected]>
Clarify in docs that `next/script` must not be in `next/head` (#27534)

Documentation to help future developers avoid #27498

## Documentation / Examples

- [X] Make...

807d1ec7ef5925a4fa4b93b61ab72a8c5760531b authored about 3 years ago by Zack Sheppard <[email protected]>
Ensure Next.js core development sourcemaps use correct input file (#27623)

Noticed while debugging that the error output lines did not make sense and found that `sourceFil...

e6bcdf66952c53587b84f4018e9d8d9cca7a92ff authored about 3 years ago by Tim Neutkens <[email protected]>
Ensure Next.js core development sourcemaps use correct input file (#27623)

Noticed while debugging that the error output lines did not make sense and found that `sourceFil...

f9ebc7772f7cffe1c3f01a8caad791fbf2e9803c authored about 3 years ago by Tim Neutkens <[email protected]>
Fix incorrect example in headers and rewrites docs (#27652)

x-ref: https://github.com/vercel/next.js/issues/22660#issuecomment-890400273

## Documentation /...

fb8ce0a1d6c36cbdc25b546cb3e74d78bcb2b921 authored about 3 years ago by JJ Kasper <[email protected]>
Fix incorrect example in headers and rewrites docs (#27652)

x-ref: https://github.com/vercel/next.js/issues/22660#issuecomment-890400273

## Documentation /...

c0bb1bc82cc1fb93a932af26e2e280d75f3fe096 authored about 3 years ago by JJ Kasper <[email protected]>
[docs] Added per page layout example with TypeScript (#27488)

## Documentation / Examples

- [x] Make sure the linting passes

## Explanation
Fixes #27465

I...

ed17f2d774e8f0d10d3aa15759a5aea34f885b67 authored about 3 years ago by Sjors Smits <[email protected]>
[docs] Added per page layout example with TypeScript (#27488)

## Documentation / Examples

- [x] Make sure the linting passes

## Explanation
Fixes #27465

I...

34d418c12d593c4180f805fc51229259caa5e28a authored about 3 years ago by Sjors Smits <[email protected]>
v11.0.2-canary.24

b331dcf7073da179f827aff9bef88ef48bd2c8e6 authored about 3 years ago by JJ Kasper <[email protected]>
v11.0.2-canary.24

dd7a54c5099c781273b01f97788e980fd203e188 authored about 3 years ago by JJ Kasper <[email protected]>
Added missing 'create user' functionality (#27516)

I was trying to run the demo locally and found out that the create user function was missing, so...

35d960d9a24124bd27517fae1a82ec47767a06ce authored about 3 years ago by Tim van de Vathorst <[email protected]>
Added missing 'create user' functionality (#27516)

I was trying to run the demo locally and found out that the create user function was missing, so...

282ee8c9d0af8587873855793d873593e18278c4 authored about 3 years ago by Tim van de Vathorst <[email protected]>
Use require alias to resolve react 18 for testing (#27601)

For test only, previously the react-dom is still been resolved as react 17

## Bug

- [ ] Rela...

4773097d90f22a942db1be73089f0370099951b1 authored about 3 years ago by Jiachi Liu <[email protected]>
Use require alias to resolve react 18 for testing (#27601)

For test only, previously the react-dom is still been resolved as react 17

## Bug

- [ ] Rela...

a6e478f9ed7e73824a8bc61dfbb0d1971e8c49ae authored about 3 years ago by Jiachi Liu <[email protected]>
Update Terser (#27600)

Fixes #27593

## Bug

- [x] Related issues linked using `fixes #number`
- [ ] Integration test...

89b9ebc6178faadc133dfc4f7e82acf797f0bcca authored about 3 years ago by Tim Neutkens <[email protected]>
Update Terser (#27600)

Fixes #27593

## Bug

- [x] Related issues linked using `fixes #number`
- [ ] Integration test...

e6d12a9d941fcd6fdcca44434a382cd6e65748c3 authored about 3 years ago by Tim Neutkens <[email protected]>
Update report to leverage new variables (#27084)

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] ...

3f5909efbcbab92955887d69ff289b2a35db2a00 authored about 3 years ago by Tim Neutkens <[email protected]>
Update report to leverage new variables (#27084)

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] ...

77c385af068d315ebad8235834416db195e1c85e authored about 3 years ago by Tim Neutkens <[email protected]>
persistent cache need to be invalidated when source-maps are enabled (#27607)

fabaaa903a24d6d1e84ddfa96bd88f98502060ba authored about 3 years ago by Tobias Koppers <[email protected]>
persistent cache need to be invalidated when source-maps are enabled (#27607)

9deb09669e7d2cb9e4da7462c1d9a04eef69426b authored about 3 years ago by Tobias Koppers <[email protected]>
upgrade to webpack 5.47.0 and webpack-sources 3.1.1 (#27538)

* improve source-map performance
* improve watch performance
* bugfixes
* improvements to Data URIs

d062f2c4cc081a2222b7332a6ba22d36a95f0db5 authored about 3 years ago by Tobias Koppers <[email protected]>
upgrade to webpack 5.47.0 and webpack-sources 3.1.1 (#27538)

* improve source-map performance
* improve watch performance
* bugfixes
* improvements to Data URIs

4b33cef977d17d994da9334e007e4042844cdfe2 authored about 3 years ago by Tobias Koppers <[email protected]>
Only output test logs on failure in CI (#27604)

This updates to only output a test's logs when it fails to reduce the noise in the CI's logs to ...

9a73b80e2ef4c191f1271e63e598494c92371ac0 authored about 3 years ago by JJ Kasper <[email protected]>
Only output test logs on failure in CI (#27604)

This updates to only output a test's logs when it fails to reduce the noise in the CI's logs to ...

f5ee9ed5afde314f6554e5670176416220f4fe47 authored about 3 years ago by JJ Kasper <[email protected]>
v11.0.2-canary.23

c63bfbe773edd6328b0d99953334f3245bbae74d authored about 3 years ago by JJ Kasper <[email protected]>
v11.0.2-canary.23

0d2e7afed2af12989b9be113c5234e4625dffcd0 authored about 3 years ago by JJ Kasper <[email protected]>
Fix eslint config next/core-web-vitals (#27567)

fixes what i messed up in #27363. cf. https://github.com/vercel/next.js/pull/27363#issuecomment-...

f95b209c5621687ea7678c9cb11097482c981b2d authored about 3 years ago by stefanprobst <[email protected]>
Fix eslint config next/core-web-vitals (#27567)

fixes what i messed up in #27363. cf. https://github.com/vercel/next.js/pull/27363#issuecomment-...

0833f83c86ea88175afe15987dfec4939dc1e034 authored about 3 years ago by stefanprobst <[email protected]>
Use SWC for Next.js core client files (#27196)

Replaces Babel with SWC for Next.js core client-side files.

## Bug

- [ ] Related issues link...

f6f56037bed574e58182ac1847a8f34e466a9152 authored about 3 years ago by Tim Neutkens <[email protected]>
Use SWC for Next.js core client files (#27196)

Replaces Babel with SWC for Next.js core client-side files.

## Bug

- [ ] Related issues link...

c7e2a1df6a698a129869c7f1e8b53e9da2b0d02c authored about 3 years ago by Tim Neutkens <[email protected]>
Fix: Added the content-disposition header (#27521)

In this PR I've added the `Content-Disposition` header to the response of the image `/_next/imag...

b16046f2d69962cac526b2adb39665edfb1a3723 authored about 3 years ago by Paweł Tymczuk <[email protected]>
Fix: Added the content-disposition header (#27521)

In this PR I've added the `Content-Disposition` header to the response of the image `/_next/imag...

36b81f989c01bf8bbf823de8d2677d98b82390fe authored about 3 years ago by Paweł Tymczuk <[email protected]>
Document redirect query passing behavior (#27545)

This documents the request query passing behavior of redirects to help avoid confusion.

## Doc...

ae8a87c012d56287b2344e5e27499f6d97833fd2 authored about 3 years ago by JJ Kasper <[email protected]>
Document redirect query passing behavior (#27545)

This documents the request query passing behavior of redirects to help avoid confusion.

## Doc...

1af78928d64a8470f52bed74a1fe30fbad261085 authored about 3 years ago by JJ Kasper <[email protected]>
Update custom-page-extensions.md (#27541)

33ad87fe23eecdce0130b2db2c952f2c1cc69353 authored about 3 years ago by Aryan Beezadhur <[email protected]>
Update custom-page-extensions.md (#27541)

f3fcbef2cb41cf1370e9d3a3111c5c64ac2a4c18 authored about 3 years ago by Aryan Beezadhur <[email protected]>
Document i18n locale limit (#27542)

Add check for i18n locale count and ensure the limit is documented

## Documentation / Examples
...

51e0df8a7528a90e392f719a811b188ffbf8bbbb authored about 3 years ago by JJ Kasper <[email protected]>
Document i18n locale limit (#27542)

Add check for i18n locale count and ensure the limit is documented

## Documentation / Examples
...

5eaca0ffe5d210c42ed40e6770680694ccea41c8 authored about 3 years ago by JJ Kasper <[email protected]>
Revert "Drop react-is dependency in styled-components example (#27527)" (#27543)

This reverts commit 317c1c4922ad0a73dc27c3793193c67ca5777d4e.

b0f516db875e19a60b8a8f921a4677974cd532f4 authored about 3 years ago by JJ Kasper <[email protected]>
Revert "Drop react-is dependency in styled-components example (#27527)" (#27543)

This reverts commit 317c1c4922ad0a73dc27c3793193c67ca5777d4e.

ac7508ef9fd853dbbece732231c77d84a080356d authored about 3 years ago by JJ Kasper <[email protected]>
Add `RenderResult` (#27319)

Adds `RenderResult`, replacing the `string` that `renderToHTML` used to return, with an `Observa...

707afe1d4d11d8dccdc3627411a3f998777fe25c authored about 3 years ago by Gerald Monaco <[email protected]>
Add `RenderResult` (#27319)

Adds `RenderResult`, replacing the `string` that `renderToHTML` used to return, with an `Observa...

ff686cecf70e7101e3b7dada56b86249b762d4d0 authored about 3 years ago by Gerald Monaco <[email protected]>
ESLint Config: Adds some more basic a11y rules (#25770)

26105e285de056ff59ea3597a4b2d1293f82b5cf authored about 3 years ago by Jefferson Bledsoe <[email protected]>
ESLint Config: Adds some more basic a11y rules (#25770)

2badde10f7a32253c9fbc9931cce797f724cae5e authored about 3 years ago by Jefferson Bledsoe <[email protected]>
Add initial next swc package with first transform (#27355)

* Set up next-swc package with no custom transforms

* Add hook_optimizer transform

* Fix l...

dbc6008bcd936cc62077af27595d82a05758e8a6 authored about 3 years ago by Maia Teegarden <[email protected]>
Add initial next swc package with first transform (#27355)

* Set up next-swc package with no custom transforms

* Add hook_optimizer transform

* Fix l...

4172a4c0a6074861519beb3285784669c32bcb30 authored about 3 years ago by Maia Teegarden <[email protected]>
Drop react-is dependency in styled-components example (#27527)

`react-is` dependency was [dropped](https://github.com/styled-components/styled-components/commi...

317c1c4922ad0a73dc27c3793193c67ca5777d4e authored about 3 years ago by Enzo Ferey <[email protected]>
Drop react-is dependency in styled-components example (#27527)

`react-is` dependency was [dropped](https://github.com/styled-components/styled-components/commi...

61e252b64aa62b6d2f8907ebed55dc00e8b2445f authored about 3 years ago by Enzo Ferey <[email protected]>
[typo] posts.map( posts => {} ) in examples/blog-starter-typescript (#27523)

In `examples/blog-starter-typescript/pages/posts/[slug].tsx`

before:
`posts.map(posts => {})`
...

8934fb99288cb705b30b31758fe7712b5d906be2 authored about 3 years ago by shibe23 <[email protected]>
[typo] posts.map( posts => {} ) in examples/blog-starter-typescript (#27523)

In `examples/blog-starter-typescript/pages/posts/[slug].tsx`

before:
`posts.map(posts => {})`
...

735fac7ed7b98c034439a3e978344b0e4e47a3d6 authored about 3 years ago by shibe23 <[email protected]>
fix(critical CSS): use the assetPrefix in the critters config (#27506)

This PR fixes #25927 bug which prevents to use `assetPrefix` config with the experimental critic...

97a140f7339d8dc99539f89d3a888de8f007390c authored about 3 years ago by Aurélien MANCA <[email protected]>
fix(critical CSS): use the assetPrefix in the critters config (#27506)

This PR fixes #25927 bug which prevents to use `assetPrefix` config with the experimental critic...

34af015031e94b6a251c3f440619a0ed11bd3d25 authored about 3 years ago by Aurélien MANCA <[email protected]>
fix: Make router ready in case of custom _app getInitialProps (#27473)

From https://github.com/vercel/next.js/pull/20628, when the page is rendered server-side, `Rout...

b6ab8b63ea18c178f9606a6f2162e1d6f1676a6b authored about 3 years ago by Sojin Park <[email protected]>
fix: Make router ready in case of custom _app getInitialProps (#27473)

From https://github.com/vercel/next.js/pull/20628, when the page is rendered server-side, `Rout...

23ac4351f41f13afc17ceb7ca89aacbce5f13e4d authored about 3 years ago by Sojin Park <[email protected]>
v11.0.2-canary.22

1b6f564d65a9a2edb952919f0ddc1ab7814a4122 authored about 3 years ago by JJ Kasper <[email protected]>
v11.0.2-canary.22

7c0f707b0651dfe82b56785dc2e5142608dcc599 authored about 3 years ago by JJ Kasper <[email protected]>
Fix typo in placeholder-blur-data-url error docs (#27510)

afd69bd87a7cd8a53fcc1cfe77fd1ec12547dbd5 authored about 3 years ago by Luís Galete <[email protected]>
Fix typo in placeholder-blur-data-url error docs (#27510)

57501fa7452f7d52aca29b2046f6d9e06ae2ba2e authored about 3 years ago by Luís Galete <[email protected]>
Update bundle analyzer readme (#27507)

Follow-up to https://github.com/vercel/next.js/pull/27463 this adds a note about installing as `...

484d9f6b9a081a86ea21406f8796e42798bae077 authored about 3 years ago by JJ Kasper <[email protected]>
Update bundle analyzer readme (#27507)

Follow-up to https://github.com/vercel/next.js/pull/27463 this adds a note about installing as `...

b25a983556975f6c9def1daaa325c26af8799d76 authored about 3 years ago by JJ Kasper <[email protected]>
Fixed minor grammar issue (#27493)

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] ...

bee9e92968b99c5e1502ff2d7785d57a916a3b33 authored about 3 years ago by Asher Oloo <[email protected]>
Fixed minor grammar issue (#27493)

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] ...

f22f88456dc41aa5375582ea926d8e79d6e8e0ce authored about 3 years ago by Asher Oloo <[email protected]>
Fix CORS issue in GraphQL example that prevented Apollo Studio from working (#27486)

Update example so Apollo Studio works properly

f657e09b5302d5fd8cfa4ac4ec18f2f47d7b9146 authored about 3 years ago by Mahmoud Abdelwahab <[email protected]>
Fix CORS issue in GraphQL example that prevented Apollo Studio from working (#27486)

Update example so Apollo Studio works properly

826fd3b6fbe6a826f4baab83676cfdb77bcbe913 authored about 3 years ago by Mahmoud Abdelwahab <[email protected]>
change ts template readme api/index file extension from tsx to ts (#27485)

## Documentation / Examples

- [x] Make sure the linting passes

### Changes
* Corrected the fil...

84b71c3a6a68d0a725d55cde74f9e150f2e53d3a authored about 3 years ago by Noah Weingand <[email protected]>
change ts template readme api/index file extension from tsx to ts (#27485)

## Documentation / Examples

- [x] Make sure the linting passes

### Changes
* Corrected the fil...

d06c85485aec2897bffcb7cf8b0d9ca0b088290f authored about 3 years ago by Noah Weingand <[email protected]>
Update eslint doc comment (#27478)

the behavior of the `eslint.dirs` config option was changed in #26401. this pr adjusts the doc c...

1b8ec01e3851256e8f3472e0026ec28fe44f4ad8 authored about 3 years ago by stefanprobst <[email protected]>
Update eslint doc comment (#27478)

the behavior of the `eslint.dirs` config option was changed in #26401. this pr adjusts the doc c...

622f63867a6fbd8fc8d84e782b66101f8c93bc65 authored about 3 years ago by stefanprobst <[email protected]>
Clarify error message in isSerializableProps (#22856)

I recently received the "Props must be returned as a plain object" error when I accidentally dro...

2fc6e141a3bb593c403842041eae0465240c03e8 authored about 3 years ago by Artur Muller <[email protected]>
Clarify error message in isSerializableProps (#22856)

I recently received the "Props must be returned as a plain object" error when I accidentally dro...

c88898be120bf598958438b9bc07cc6fe6c4636a authored about 3 years ago by Artur Muller <[email protected]>
Auth0 Example: Fix issuer base URL (#27074)

## Documentation / Examples

- [ ] Make sure the linting passes

6664a968552dbd399e3eb19762537fad98bff209 authored about 3 years ago by Taylor McGann <[email protected]>