Ahmad Nassri

Results 63 issues of Ahmad Nassri

## πŸš€ Feature Proposal should export `FastifyError` function so it can be used with `err instanceOf FastifyError` in plain JavaScript is there a reason this is not currently exposed? seems...

good first issue

## Date & Time **UTC Thursday 25-April-2019 17:00 (05:00 PM)**: | Timezone | Date/Time | |---------------|-----------------------| | US / Pacific | Thu 25-Apr-2019 10:00 (10:00 AM) | | US /...

user-feedback-meeting
user-feedback-enterprise

> using _EFG_ acrynom for berevity: - [ ] PR into README to clearly define EFG members / segement from core group - [ ] review and upate blog post...

Pilot local meetup context with Toronto JS - [x] include meetup on website: https://github.com/nodejs/nodejs.org/pull/2025 - [ ] include list of local speakers in toronto on website. - [x] contact organizers...

meetups

**Describe the bug** devskim fails with message: ``` git config --global --add safe.directory /tmp/lint/.git fatal: detected dubious ownership in repository at '/tmp/lint/.git' To add an exception for this directory, call:...

bug

currently it takes quite a considerable effort to create work-arounds to support HTTP methods such as `PATCH`, which behavior shouldn't really differ from `POST` _(or any other method for that...

steps to reproduce: project repository: ```yaml on: [pull_request, pull_request_target] jobs: callable-workflow: uses: user/actions/.github/workflows/callable-workflow.yml@main ``` callable workflow: ```yaml on: workflow_call jobs: call: timeout-minutes: 5 steps: - uses: actions/[email protected] - ... ```...

**What version of this package are you using?** **What operating system, Node.js, and npm version?** - WSL / Ubuntu - node v20.5.0 (nvm) - npm v9.8.0 **What happened?** when using...