Mikołaj Koropecki
Mikołaj Koropecki
 I don't see any deprecation info in the repo, isn't it some sort of a silly bug?
Do I have for that plugin to work properly to install TS locally in project DIR? Here is the error I am getting while having TS globally: ``` ERROR #11321...
Hey, while reading your article here: https://developers.google.com/web/fundamentals/codelabs/offline/ I've visited the repo in order to take a look at the **cache-polyfill** and was suprised I found it only in Removal commit...
**What is the purpose of this pull request? (put an "X" next to item)** [x] Bug fix **What changes did you make? (Give an overview)** Added `string[]` to `I18nDictionary` interface...
**What version of this package are you using?** 1.5.0 **What operating system, Node.js, and npm version?** MacOS, Node 16.16, yarn 1.22 **What happened?**  **What...
Here is the route handler implementation: ``` const router = createEdgeRouter() router.use(handleAuthServerError, handleAuthMissingCodeError).get((req) => { const { origin } = new URL(req.url) return NextResponse.redirect(origin) }) export async function GET(request: NextRequest,...
When attempting to run semantic-release with the --dry-run flag, the process fails with an ERR_REQUIRE_ESM error. This error indicates that an ES Module is being require()'d in a CommonJS module,...
### Is your feature request related to a problem? Please describe. I prefer to organize my middlewares with next-connect, however after installing next-intl I run into the following issue: ```...
- [x] I have searched the [Issues](https://github.com/themesberg/flowbite-react/issues) to see if this bug has already been reported - [x] I have tested the latest version ## Steps to reproduce ``` export...
Hey, I have a question that I placed here: https://stackoverflow.com/questions/45893729/gulp-4-0-gulp-remember-or-gulp-cache-prevent-sass-to-compile-properly-incremen I can;t make a proper use out of your plugin. Can you please take a look at it?