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

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]>
Updated the Error message describing the alternative and added styles… (#14652)

The error message indicates better alternatives and added styles.css sample snippet for good vis...

74b159c850f2a79ca6f5efa6a308fe9e95dc1c1e authored about 3 years ago by brijendravarma <[email protected]>
Updated the Error message describing the alternative and added styles… (#14652)

The error message indicates better alternatives and added styles.css sample snippet for good vis...

21f9da55f83e48a2a2f910f9a73d20d512c02c00 authored about 3 years ago by brijendravarma <[email protected]>
ESLint: custom directories from next.config.js (#26401)

Attempt to fix #26393

~~Sorry, I wasn't able to run tests on local, but I hope at least test sh...

d2c3b35d4bf5b2b3a2e549373c1472ca99b94715 authored about 3 years ago by Michał Bundyra <[email protected]>
ESLint: custom directories from next.config.js (#26401)

Attempt to fix #26393

~~Sorry, I wasn't able to run tests on local, but I hope at least test sh...

7fe8a001e27bfdddcad936bb46f6a8e17194d26b authored about 3 years ago by Michał Bundyra <[email protected]>
[ESLint] add no-typos rule to eslint (#26650)

* add no-typos rule to eslint

* return early when function name is correct

* Handle null d...

affe014de28e1fe2923668553cb67b97848aeaf2 authored about 3 years ago by kaykdm <[email protected]>
[ESLint] add no-typos rule to eslint (#26650)

* add no-typos rule to eslint

* return early when function name is correct

* Handle null d...

3b2732bc36d6e4ca646fcf6478c20a74f96fa522 authored about 3 years ago by kaykdm <[email protected]>
Add --dev flag to bundle-analyzer install command (#27463)

## Documentation / Examples

- [x] Make sure the linting passes

0d49d9f22fe626a97188ef688bd45e6cb400d79a authored about 3 years ago by Guilherme Baron <[email protected]>
Add --dev flag to bundle-analyzer install command (#27463)

## Documentation / Examples

- [x] Make sure the linting passes

d3ddc93eed9d649946a017f7862bb96e8f95f1f5 authored about 3 years ago by Guilherme Baron <[email protected]>
v11.0.2-canary.21

2cf9b462aecc5313199e01d0e89e1df909559872 authored about 3 years ago by JJ Kasper <[email protected]>
v11.0.2-canary.21

70dd772d0a15fb815a10acd97b37e3811705b2f6 authored about 3 years ago by JJ Kasper <[email protected]>
[ESLint] Adds `--format` flag to `next lint` (#27052)

Adds `--format` support to `next lint` to allow defining of additional formatters. Fixes #26387.

743bda51a4bc3134bbd12c0046cbbe1b431beeb6 authored about 3 years ago by Houssein Djirdeh <[email protected]>
[ESLint] Adds `--format` flag to `next lint` (#27052)

Adds `--format` support to `next lint` to allow defining of additional formatters. Fixes #26387.

078cfb59f99ba7f8263f58da2f3a8782acb1056d authored about 3 years ago by Houssein Djirdeh <[email protected]>
Update max-age in HSTS sample (#27452)

The previous paragraph mentions a max-age of 2 years, so the number of seconds should match.

fac083bcfa558a3112f7764ba411f68ddc54f5bf authored about 3 years ago by Arthur Puyou <[email protected]>
Update max-age in HSTS sample (#27452)

The previous paragraph mentions a max-age of 2 years, so the number of seconds should match.

460b9b22feb690ecaa9795f1bf5e01fd2a32487a authored about 3 years ago by Arthur Puyou <[email protected]>
Add warning when `next/image` component has `style` prop (#27441)

We've never supported the `style` prop as seen in the docs https://nextjs.org/docs/api-reference...

ae3d7c89a146a90d2de5b1a6610db8935321638a authored about 3 years ago by Steven <[email protected]>
Add warning when `next/image` component has `style` prop (#27441)

We've never supported the `style` prop as seen in the docs https://nextjs.org/docs/api-reference...

9065cdf83657455b091bfb2f85ae8231dfe50d9d authored about 3 years ago by Steven <[email protected]>
Add config check for invalid duplicate locale domains (#27451)

8e3199686a9d1883a400453270a9e1702a5a4ad1 authored about 3 years ago by JJ Kasper <[email protected]>
Add config check for invalid duplicate locale domains (#27451)

c54f168d9a43ac6ecfbe5c06474587a3291f7f4c authored about 3 years ago by JJ Kasper <[email protected]>
Wait for getFilesForRoute promise to fulfill before timeout in dev mode (#27395)

The fix in PR #25749 only works some of the time. The reason why it
doesn't work all of the tim...

b02cf4fd065c03cb471ea51c2656866fe49278a7 authored about 3 years ago by Tobias Järvelöv <[email protected]>
Wait for getFilesForRoute promise to fulfill before timeout in dev mode (#27395)

The fix in PR #25749 only works some of the time. The reason why it
doesn't work all of the tim...

ee605cb653ff65e6076deb3929dae767594d83f8 authored about 3 years ago by Tobias Järvelöv <[email protected]>
Add locale switcher to i18n-routing example (#27444)

* add locale switcher to dynamic GSP page in i18n-routing example

* Apply suggestions from co...

b834849ad901424efc08ce1cb709e3ede5134058 authored about 3 years ago by Mohamed ElSaadany <[email protected]>
Add locale switcher to i18n-routing example (#27444)

* add locale switcher to dynamic GSP page in i18n-routing example

* Apply suggestions from co...

9cbc4aacd50d0e79be7b8178eec9219457514da9 authored about 3 years ago by Mohamed ElSaadany <[email protected]>
Add eslint config options to `NextConfig` type (#27446)

This adds missing eslint config options to the public `NextConfig` type.

## Bug

- [ ] Related ...

046f7164dbc2f42d065a330e0181054f37bfbc00 authored about 3 years ago by stefanprobst <[email protected]>
Add eslint config options to `NextConfig` type (#27446)

This adds missing eslint config options to the public `NextConfig` type.

## Bug

- [ ] Related ...

257914a6fee02adec4460b52f3515e22c7937879 authored about 3 years ago by stefanprobst <[email protected]>
[eslint] move core-web-vitals config to eslint-plugin-next (#27363)

this pr moves the "core-web-vitals" config from `eslint-config-next` to `eslint-plugin-next`.

F...

daf54bb2b0bbc97f4d774d34bb1b5a2823c3e07e authored about 3 years ago by stefanprobst <[email protected]>
[eslint] move core-web-vitals config to eslint-plugin-next (#27363)

this pr moves the "core-web-vitals" config from `eslint-config-next` to `eslint-plugin-next`.

F...

f02f35aab8cdf884528f5dd301e2c61f7a46acc3 authored about 3 years ago by stefanprobst <[email protected]>
Ensure generateBuildId is not required in config type (#27443)

5561bc84fbb395e75e7d1d9942aed6755125d4d0 authored about 3 years ago by JJ Kasper <[email protected]>
Ensure generateBuildId is not required in config type (#27443)

a8b9c3a3ed85be63a587e7fd9168b2de04f2f25e authored about 3 years ago by JJ Kasper <[email protected]>
Update `next/image` docs with `onLoadingComplete()` (#27440)

Follow up to #26824

55b5c41539a4e2599877f794e99b0edc00e11223 authored about 3 years ago by Steven <[email protected]>
Update `next/image` docs with `onLoadingComplete()` (#27440)

Follow up to #26824

bf02cf84d9714393d57f230576e777c0a5752a54 authored about 3 years ago by Steven <[email protected]>
Add `lazyBoundary` prop to Image component (#27258)

This PR adds `lazyBoundary` prop on Image Component.
This feature is to load the images earlier....

7876676c3b79e41e7d19b075359e0db3e11dd445 authored about 3 years ago by Yubin <[email protected]>
Add `lazyBoundary` prop to Image component (#27258)

This PR adds `lazyBoundary` prop on Image Component.
This feature is to load the images earlier....

4e74db2d559313ce6f96eadd3387871268e2dd53 authored about 3 years ago by Yubin <[email protected]>
Fix typo in error message (#27438)

Fixes typo mentioned in https://github.com/vercel/next.js/pull/27346#discussion_r675477904

1d347ba5dc4c863991d374cda29efef6f82db80a authored about 3 years ago by Steven <[email protected]>
Fix typo in error message (#27438)

Fixes typo mentioned in https://github.com/vercel/next.js/pull/27346#discussion_r675477904

4852b798b8d487b25f2565153376515451f6a364 authored about 3 years ago by Steven <[email protected]>
v11.0.2-canary.20

412694ba862fb8ad5f50804dbc8dca8793e146fd authored about 3 years ago by JJ Kasper <[email protected]>
v11.0.2-canary.20

bb779eceeb96691190b6a2edaef84d5b524b0139 authored about 3 years ago by JJ Kasper <[email protected]>
Use Sharp if available for Image Optimization (#27346)

* Use sharp for image transformations when available

* Refactor resizeImage and add sharp war...

75f62f14ba049cef9fb5bba5a07374c8bf7401c9 authored about 3 years ago by Alex Castle <[email protected]>
Use Sharp if available for Image Optimization (#27346)

* Use sharp for image transformations when available

* Refactor resizeImage and add sharp war...

1b733423d6d812a8bc9bd47ef87769c3599e7127 authored about 3 years ago by Alex Castle <[email protected]>
Don't cache `null` responses (#27403)

It's possible for `renderToHTML` to return `null` if `res.finished || res.headersSent` is `true`...

f03746a059d29677d22d3d83d92568201727d47e authored about 3 years ago by Gerald Monaco <[email protected]>
Don't cache `null` responses (#27403)

It's possible for `renderToHTML` to return `null` if `res.finished || res.headersSent` is `true`...

1651129429314349c1055448f81637d3d9ba6e3e authored about 3 years ago by Gerald Monaco <[email protected]>
Increase PR stats repo build timeout (#27419)

Follow-up to https://github.com/vercel/next.js/pull/27308 this increases the `exec` timeout to a...

e2d956670a086e385c6556f1526a00cad243f300 authored about 3 years ago by JJ Kasper <[email protected]>
Increase PR stats repo build timeout (#27419)

Follow-up to https://github.com/vercel/next.js/pull/27308 this increases the `exec` timeout to a...

ebf81223d7754a284b058f09e404dc82edb9b649 authored about 3 years ago by JJ Kasper <[email protected]>
Fix external redirect with i18n domains (#27415)

This corrects a case when redirecting with i18n locale domains configured the locale domain woul...

888c7002d66645aaeaa8882a519d55fa34f111e5 authored about 3 years ago by JJ Kasper <[email protected]>
Fix external redirect with i18n domains (#27415)

This corrects a case when redirecting with i18n locale domains configured the locale domain woul...

b1d01eb91650c406010402ffcadcc61b7a575222 authored about 3 years ago by JJ Kasper <[email protected]>
Clarify automatic updates in deployment. (#27418)

Slightly more clear 😄

14fb7df7f14b30b58a37b0bbb2a2ee8b669c52cb authored about 3 years ago by Lee Robinson <[email protected]>
Clarify automatic updates in deployment. (#27418)

Slightly more clear 😄

28ae42a5466381dc69f4f1642d9d3ed8dd79658f authored about 3 years ago by Lee Robinson <[email protected]>
Rename `utils` to `lib` in `with-mongodb-mongoose` example (#27407)

Rename the `utils` folder to `lib`, and update file imports since other examples favour `lib` ov...

047347a0b40a2a63bfd713fb1f7ce6a58878147d authored about 3 years ago by Aryan Beezadhur <[email protected]>
Rename `utils` to `lib` in `with-mongodb-mongoose` example (#27407)

Rename the `utils` folder to `lib`, and update file imports since other examples favour `lib` ov...

b3c7f4fc1f20145151959aa12bb89bc78ea6c02b authored about 3 years ago by Aryan Beezadhur <[email protected]>
Rename `util` to `lib` in with-mongodb example (#27404)

* Rename examples/with-mongodb/util/mongodb.js to examples/with-mongodb/lib/mongodb.js

* Chan...

37fc0d6e4eb906a730003baf3af87013baa7e9d4 authored about 3 years ago by Aryan Beezadhur <[email protected]>
Rename `util` to `lib` in with-mongodb example (#27404)

* Rename examples/with-mongodb/util/mongodb.js to examples/with-mongodb/lib/mongodb.js

* Chan...

f8947b0133489348781b48eb7fdf8e8720e9ed44 authored about 3 years ago by Aryan Beezadhur <[email protected]>
Add `keepAlive` to `node-fetch` polyfill (#27376)

Fixes #27109

This PR adds a default `agent` as described in the [`node-fetch` docs](https://gi...

79ed8e13b0567889782461d8a3f20e48c6d65a4d authored about 3 years ago by Steven <[email protected]>
Add `keepAlive` to `node-fetch` polyfill (#27376)

Fixes #27109

This PR adds a default `agent` as described in the [`node-fetch` docs](https://gi...

3a46067412590e41504fb0f3d618d695f7c9295d authored about 3 years ago by Steven <[email protected]>
Fixed typo and error when using Auth0 service; (#27383)

* Fixed typo and error when using Auth0 service;

`Allowed Web Origin` on Auth0 is now require...

ac40e6afc2bd30e301f4346742e74764ad4367a6 authored about 3 years ago by Mandar Patil <[email protected]>
Fixed typo and error when using Auth0 service; (#27383)

* Fixed typo and error when using Auth0 service;

`Allowed Web Origin` on Auth0 is now require...

c218347faa9f22ad5c7c45ceb1fd8e6035514c61 authored about 3 years ago by Mandar Patil <[email protected]>
[errors/no-cache] Prevent GitHub Actions cache from going stale (#27362)

Closes: https://github.com/vercel/next.js/issues/27129

This configuration is similar to what we...

a3b2205b4214d937b1c3f108bd6548edb3e419d2 authored about 3 years ago by Rodrigo Roim <[email protected]>
[errors/no-cache] Prevent GitHub Actions cache from going stale (#27362)

Closes: https://github.com/vercel/next.js/issues/27129

This configuration is similar to what we...

8ee0fb3297e466453ea29f23ed0359881ce3b6e7 authored about 3 years ago by Rodrigo Roim <[email protected]>
Rename spr config to ISR (#27379)

52ae69ac33a50ce1051b7d3ef0e74bc49d5e3972 authored about 3 years ago by JJ Kasper <[email protected]>
Rename spr config to ISR (#27379)

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

5dc5a3fba8b503ff4f36030e8482cd8afb43dd4b authored about 3 years ago by JJ Kasper <[email protected]>
v11.0.2-canary.19

b0313bca64a6f233f034031e5b42a9b4187a5477 authored about 3 years ago by JJ Kasper <[email protected]>
Indicate attaching debugger (vs launching) (#27377)

The prior configuration name indicating that it launched the application. Really, it just attach...

4c86976b360908d2fb3a34711f46c5fd9c11e141 authored about 3 years ago by Edward Brey <[email protected]>
Indicate attaching debugger (vs launching) (#27377)

The prior configuration name indicating that it launched the application. Really, it just attach...

8bc23a30a54b6376df3603eaa3df299c9fc2cb1a authored about 3 years ago by Edward Brey <[email protected]>
Add configuration for ISR Memory Cache Size (#21535) (#27337)

This allows the user to adjust the LRU cache size according to the
application need:

- optimize...

dbfce34ead5125ed9b0b952d50f7b0e1ae43154e authored about 3 years ago by Stefan Becker <[email protected]>
Add configuration for ISR Memory Cache Size (#21535) (#27337)

This allows the user to adjust the LRU cache size according to the
application need:

- optimize...

5ae27b51b7c84a95924cfb7bf0ebe5bf173be362 authored about 3 years ago by Stefan Becker <[email protected]>
Refactor i18n checks on request handling (#27328)

Currently there is a lot of mutation in the Next.js Server and the checks for Locale are directl...

e65c56e7e6c16c3c971984ce7acd161bca6b9c2f authored about 3 years ago by Javi Velasco <[email protected]>
Refactor i18n checks on request handling (#27328)

Currently there is a lot of mutation in the Next.js Server and the checks for Locale are directl...

3673b77eee7aa284e30f3458198bf555b0d411c4 authored about 3 years ago by Javi Velasco <[email protected]>
Allow enabling worker threads on dev server (#23027)

Co-authored-by: JJ Kasper <[email protected]>

2a64e3ed64f0d1b73f35361731eb5d739bb3b199 authored about 3 years ago by Andres Barbaro <[email protected]>
Allow enabling worker threads on dev server (#23027)

Co-authored-by: JJ Kasper <[email protected]>

bdcb8b0a716601fe366beab9ecdc90eb3df2b7ea authored about 3 years ago by Andres Barbaro <[email protected]>
Examples: Delete `as` prop from `<Link>` components (#27359)

`as` prop is no longer required on `next/link` components for dynamic routes

1b67dc163deb20daa7efe13dbcf3cdf1fdb330ec authored about 3 years ago by Aryan Beezadhur <[email protected]>
Examples: Delete `as` prop from `<Link>` components (#27359)

`as` prop is no longer required on `next/link` components for dynamic routes

129c552bea34451505c2361b26969e7aaf98a0e3 authored about 3 years ago by Aryan Beezadhur <[email protected]>
Support multiple pages directories for linting (#25565)

Monorepos may contain multiple NextJS apps, but linting occurs at top-level so all directories m...

527cb97b56cf5be39a5076c4811cb1c91f8824d4 authored about 3 years ago by JacobLey <[email protected]>
Support multiple pages directories for linting (#25565)

Monorepos may contain multiple NextJS apps, but linting occurs at top-level so all directories m...

e497964ad5d9907eab39d2d2f9f529c85a60cc1e authored about 3 years ago by JacobLey <[email protected]>
Update docs around ISR revalidation (#25571)

* update docs around revalidation

* Apply suggestions from code review

Co-authored-by: JJ ...

7b0731af0c99f6d77204be2675e617dc83dbebb0 authored about 3 years ago by Kyle Holmberg <[email protected]>
Update docs around ISR revalidation (#25571)

* update docs around revalidation

* Apply suggestions from code review

Co-authored-by: JJ ...

908ddfccc58bb5ea40e1c5a56b11973a72f2b650 authored about 3 years ago by Kyle Holmberg <[email protected]>
docs: add note for Image responsive layout (#25915)

With the default Next.js template project, the .main and .container divs have `display: flex` st...

09baca03ad4cfba9706e5ed0f8ee5118c0040d24 authored about 3 years ago by Isaac Abotsi <[email protected]>
docs: add note for Image responsive layout (#25915)

With the default Next.js template project, the .main and .container divs have `display: flex` st...

a47ac4257ec5f2469d26bd18a4e1bad5fc3043fe authored about 3 years ago by Isaac Abotsi <[email protected]>
chore: Set Prettier to ignore test output (#26353)

Co-authored-by: JJ Kasper <[email protected]>

3a9bd0f6b94934bb9e532506fed9fba95907a7f1 authored about 3 years ago by Peter Mekhaeil <[email protected]>
chore: Set Prettier to ignore test output (#26353)

Co-authored-by: JJ Kasper <[email protected]>

caaa1be5c65865cb108696cbacf65d14e6f1bba8 authored about 3 years ago by Peter Mekhaeil <[email protected]>
Update NextConfig type to not require experimental or future fields (#25517)

when typechecking next.config.js as described [in the docs](https://github.com/vercel/next.js/bl...

8e34902fb9487d55b6285a60c81d8012d754fda2 authored about 3 years ago by fabb <[email protected]>
Update NextConfig type to not require experimental or future fields (#25517)

when typechecking next.config.js as described [in the docs](https://github.com/vercel/next.js/bl...

9be6dbbbf2890c95aa3311910050c7b74c85a37f authored about 3 years ago by fabb <[email protected]>
v11.0.2-canary.18

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

ffa9066840db82eccab984fb26238fbbe1cb15c6 authored about 3 years ago by JJ Kasper <[email protected]>
Fix ISR page re-rendering after revalidate expiry (Fork of #24807) (#27335)

Fixes: #24806
Fixes: #26689
Fixes: #27325
Closes: #24807

@tommarshall has done us a huge fav...

7c408e7a0f558d656cd3ea4ffb57b23c956458d9 authored about 3 years ago by Jamie <[email protected]>
Fix ISR page re-rendering after revalidate expiry (Fork of #24807) (#27335)

Fixes: #24806
Fixes: #26689
Fixes: #27325
Closes: #24807

@tommarshall has done us a huge fav...

a8b071a48c0e476e45c5dce1fda61dec1888fc33 authored about 3 years ago by Jamie <[email protected]>
Add `RequestContext` (#27303)

How a page is rendered depends on whether or not we're streaming. For example, if we're just ren...

ade52553b69a3d6f62059c4b539cbacfdef57c10 authored about 3 years ago by Gerald Monaco <[email protected]>
Add `RequestContext` (#27303)

How a page is rendered depends on whether or not we're streaming. For example, if we're just ren...

79e9d5cca864dd71b0b60a8dcd5918edf410d3f4 authored about 3 years ago by Gerald Monaco <[email protected]>
Add extra explanation to next/image about positioning (#27341)

* Add extra explanation to next/image about positioning

In my experience, when using next/ima...

a4045bc96f717c0100b4a9cb09a408032108b842 authored about 3 years ago by Sam Taal <[email protected]>
Add extra explanation to next/image about positioning (#27341)

* Add extra explanation to next/image about positioning

In my experience, when using next/ima...

a96739fc49938c6cacc24fed62d78c02e11dd309 authored about 3 years ago by Sam Taal <[email protected]>
Update graphql example (#27334)

## Documentation / Examples

This is an update to the [GraphQL example](https://github.com/verce...

c3884e683717b8b7764adb26408a17d1cf84bc99 authored about 3 years ago by Mahmoud Abdelwahab <[email protected]>
Update graphql example (#27334)

## Documentation / Examples

This is an update to the [GraphQL example](https://github.com/verce...

a450af0bebc8e6584387e93de8cf6c77aebb13ac authored about 3 years ago by Mahmoud Abdelwahab <[email protected]>
fix: hydration warning in with-mobx-state-tree-typescript example (#27339)

## Bug

- [x] Related issues linked using `fixes #number` fixes https://github.com/vercel/next...

9fc58f88a2bca1d6ddab861a7bf4b2cf56ddbb92 authored about 3 years ago by Thang Vu <[email protected]>
fix: hydration warning in with-mobx-state-tree-typescript example (#27339)

## Bug

- [x] Related issues linked using `fixes #number` fixes https://github.com/vercel/next...

4e98cdcf735246ea5d8175dcc4c6234a42fbad2b authored about 3 years ago by Thang Vu <[email protected]>
Update layout-component example to use named functions (#27331)

## Documentation / Examples

- [x] Make sure the linting passes

In line with the PR #27297 whic...

38e85b4472fc077aff03f6e061e13cbe75c47295 authored about 3 years ago by Sam Robbins <[email protected]>
Update layout-component example to use named functions (#27331)

## Documentation / Examples

- [x] Make sure the linting passes

In line with the PR #27297 whic...

e0ca6de8323e762bbca48b8b14365e3dd6b5e471 authored about 3 years ago by Sam Robbins <[email protected]>
Upgrade swc for mac m1 compiling issue (#27329)

`@swc/core` will trigger a very rare complication issue on mac m1, it's fixed in version 1.2.6...

a590a3be65714d0705fabc027986c713736d65ae authored about 3 years ago by Jiachi Liu <[email protected]>
Upgrade swc for mac m1 compiling issue (#27329)

`@swc/core` will trigger a very rare complication issue on mac m1, it's fixed in version 1.2.6...

41b4fc368801146bbbcd235615deac77dbd92c66 authored about 3 years ago by Jiachi Liu <[email protected]>
Fix image link (#27323)

cfa5e9e6dcf4e8a2dc913d24b48bb07545bfb396 authored over 3 years ago by Sofya Tuymedova <[email protected]>
Fix image link (#27323)

0472f0fa819a4974a9624542603fd8a3c2639e73 authored over 3 years ago by Sofya Tuymedova <[email protected]>
fix type NextWebVitalsMetric (#24780)

Co-authored-by: JJ Kasper <[email protected]>

2a282a40815a6d0769f5de99d08b8b00db2a19d2 authored over 3 years ago by Mikhail Tsyplakov <[email protected]>