Mikołaj Koropecki

Results 13 issues of Mikołaj Koropecki

![Screenshot 2021-02-18 at 19 59 13](https://user-images.githubusercontent.com/10107362/108407321-e2d58d00-7223-11eb-977e-6314285dfba6.png) 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...

documentation
waiting for author's response

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?** ![Screenshot 2022-09-21 at 17 16 23](https://user-images.githubusercontent.com/10107362/191543863-b054d8cc-88d7-4e1e-9f22-183e2fd7452b.png) **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: ```...

enhancement
contributions welcome
area: integrations

- [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...

needs info

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?