Michal Kvasničák

Results 14 issues of Michal Kvasničák

Given following config: ```yml functions: someFunction: handler: src/index.ts custom: ncc: externals: - 'some-package' ``` Following config doesn't use ncc configuration unless I set up `package.individually` to `true`

Basically the problem is similar to https://github.com/borgfriend/gatsby-remark-embed-video/issues/20. It's caused by whitespace around markup generated by this plugin. Quick workaround is to use `customMarkup` with `defaultMarkup` function and then just `trim()`...

I noticed that when I want to catch an error and identify it using `instanceof` I got an error `TypeError: Right-hand side of 'instanceof' is not an object`. Which was...

Typescript

If you built frames using Next.js and have that application behind multiple proxies you can get an error `⨯ TypeError: Invalid URL`. This happens because of multiple `x-forwarded-proto` headers. In...

Frames.js