anzweidrej
anzweidrej
As of Monolog version 3.0.0, Logger::DEBUG has been deprecated in favor of the Level enum. https://github.com/Seldaek/monolog/blob/main/UPGRADE.md
https://nextjs.org/blog/next-9-4 > In practice, you no longer have to use any type of server-side fetch polyfill (for example isomorphic-unfetch or node-fetch) as Next.js will automatically provide fetch() in all environments.
https://nextjs.org/docs/architecture/nextjs-compiler https://swc.rs/ The proposed change also resolves the following error, which occurs in VS Code when the ESLint plugin is enabled. ``` Parsing error: Cannot find module 'next/babel' Require stack:...
Upon trying to deploy the template to the Railway provider the following error occurs during `Collecting page data ...` step: `Sending SIGTERM signal to static worker due to timeout of...
I don't know if this project is still ongoing, but it would be great if following deprecation issue would be resolved: `Since twig/twig 3.21: Method "Twig\Parser::getExpressionParser()" is deprecated, use "parseExpression()"...