Philippe Serhal

Results 57 issues of Philippe Serhal

It looks like this package hasn't been published to the NPM registry in two years. So I can't use features like `--include` (https://github.com/flosse/sloc/pull/115), etc. Could a maintainer please publish the...

enhancement

The README for nyc states: > Please start with the pre-configured @istanbuljs/nyc-config-babel preset [...] The README for nyc-config-babel states: > Handy default configuration for instrumenting your babel-backed project [...] When...

# `forbid-methods` This rule forbids the use of a configured set of lodash methods. ## Rule Details This rule takes one argument: * The first (required), which methods to forbid...

@trentm Should this project be considered deprecated? It doesn't appear to be actively maintained. No PRs have been merged in nine months. No issues or PRs have been commented on...

When a custom pid is configured on a logger, child loggers should inherit its value. Previously child loggers would get the default value from node's `process.pid`. Fixes https://github.com/trentm/node-bunyan/issues/538. cc @bobzoller

needstriage

I might be missing something here, but I can't figure out why one would use `ts-invariant` over `invariant`. The README states: > TypeScript implementation of invariant(condition, message). and > This...

babel-bot posted a comment on my issue here: https://github.com/babel/babel/issues/12513#issuecomment-745701629. It contains an extraneous `"` at the very end: > [...] for an invite." I traced through the code and I...

## Description 👁️‍🗨️ **This will be easier to review commit by commit:** - 287177af194b16003af43df9b309c19d0ea13d76 test: add missing unit test coverage for route handler headers - a8d8fcaf4bae0b896b0f4e595e95e17b8e897e4c feat: specify `durable` cache-control...

run-e2e-tests

## Description The recent Durable Cache rollout on the platform changed the contents of this header. This test is failing on `main` ([example failure](https://github.com/netlify/next-runtime/actions/runs/9782209033/job/27008026247?pr=2526)). ### Documentation N/A ## Tests N/A...

It doesn't seem to be documented, but the e2e test and fixture here expects a CSP to be automatically applied to scripts in the head. The docs show manually setting...

Next.js e2e test failure
Next.js