konomae

Results 6 issues of konomae

Trying to fix #250 Similar case https://github.com/xamarin/xamarin-macios/commit/77a92500a5e20884e64eb853204bf24b579f4e91

Hi I found this exception in Crashlytics crash logs from my production app. I can reproduce and paste it bellow. But I cannot find how to fix it. So, I...

**Describe the bug** When running the same code, happy-dom's behavior does not match JSDOM or Chrome. **To Reproduce** Sample Code: https://stackblitz.com/edit/stackblitz-starters-7oorbw?file=jsdom.js The basic code is below. ````js var walker =...

bug

Hi, I tried the Next.js App Router example. (#122) I modified the middleware to log error. Before https://github.com/rollbar/rollbar-react/blob/418412deae8ab0f5b733b7cab3c6d81bd5db7a9f/examples/nextjs-approuter/src/app/middleware.ts#L4-L8 After ```ts export function middleware(request: NextRequest) { rollbar.configure({ payload: { context: request.nextUrl.pathname...

Next.js

### What version of Turborepo are you using? 1.10.6 ### What package manager are you using / does the bug impact? npm / pnpm ### What operating system are you...

kind: bug
pkg: turbo-eslint
linear: turbo
owned-by: turborepo

## Bug Report I'm not sure if this is a bug or a specification of `@edge-runtime/cookies`. If a cookie contains spaces, they may be encoded as a `+` sign. (e.g:...