Edmundo Santos

Results 26 issues of Edmundo Santos

``` node_modules/clean-webpack-plugin/dist/clean-webpack-plugin.d.ts:1:33 - error TS7016: Could not find a declaration file for module 'webpack'. '/node_modules/webpack/lib/webpack.js' implicitly has an 'any' type. Try `npm install @types/webpack` if it exists or add a...

### pnpm version: 7.8.0 ### Code to reproduce the issue Add a NPM script on `package.json` named "deploy". ### Expected behavior pnpm should give a hint about a conflict with...

type: bug

I'd like to be able to reuse a commit message that was just created by the `commitizen` CLI. The use case: sharing the same message in two different repositories, without...

hacktoberfest

**Is your feature request related to a problem? Please describe.** I have a custom path on my NextJS app that I want to route through a custom Lambda@Edge function of...

bug
good first issue

The Cloudfront request responds with: ```The Lambda function result failed validation: The function tried to add, delete, or change a read-only header. We can't connect to the server for this...

bug

# Suggestion This is roughly a copy of https://github.com/typescript-eslint/typescript-eslint/issues/3798, which I transferred here as suggested by the maintainers of the @typescript-eslint project as there was little they could do on...

Suggestion
In Discussion

## 🚀 Feature Proposal Add support for Lambda@Edge payload, [serverless-express supports it](https://github.com/vendia/serverless-express). This is pretty much just understanding its input/output, I believe no major changes would be required as it's...

I'm using client-side rendering and `react-head` is not able to replace a default tag that I provided on my HTML template. It only adds a new `` tag at the...

enhancement
help wanted

I was being driven crazy by the fact that Chrome CMD+R suddenly stopped working and no matter what I did, incognito mode, disabling all extensions, nothing would make it work...

bug
help wanted

Env: ``` TypeScript: 4.1.3 Express: 4.17.1 Node: 14.16.0 @typescript-eslint/eslint-plugin: 4.17.0 @typescript-eslint/parser: 4.17.0 ``` Repro: ```ts import express from 'express'; import createRouter from 'express-promise-router'; export const router = createRouter(); router.get( '/',...