Zakariae Filali

Results 5 issues of Zakariae Filali

I had an issue using the node API when I'm building a CLI tool since the api reads the `package.json` from the current folder ([here](https://github.com/mysticatea/npm-run-all/blob/52eaf86242ba408dedd015f53ca7ca368f25a026/lib/read-package-json.js#L21)) I can't execute my CLI...

I have an issue when building a project that use ftp `'Unable to detect OpenSSL version` from [here](https://github.com/sfackler/rust-openssl/issues/987#issuecomment-419246104) you can see that we need to upgrade openssl, I saw that...

The instance prop from `StepWizardProps` is wrongly typed: https://github.com/jcmcneal/react-step-wizard/blob/c2b944808aac2f777f2f780b639d9ba70923e8fe/src/index.d.ts#L10 It should be `instance: (wizard: StepWizardChildProps) => void` instead, this can be verified by console.log of the instance (`SW` from the...

I run the image through docker-compose everything from the logs looks fine but when I try to connect to the Docker daemon from my local computer I have this error,...

When running a `wp_delete_user( $user->ID, $reassign_to )` the `delete_user_action` action is triggered. For WP users without CAP terms this action throws a fatal error: ```bash Warning: Attempt to read property...

type: bug
status: needs investigation
priority: medium