Daniel Cortes
Daniel Cortes
Hi guys, I am running a React Native application version 0.53 with `"reactotron-react-native": "3.5.0", "reactotron-redux": "3.1.0",` and when running Jenkins build I got this error: ``` Unable to resolve module...
Is `chai-query` a library? I cannot seem to install it from npm registry for this legacy application I am trying to work with. ``` import _$ from "jquery"; import React...
Guys, we are using a dependency called `svg-inline-loader` which is using `[email protected]` which seems to be using `[email protected]` and since `svg-inline-loader` version we are using is the latest one, we...
Hi Roy, I have been following your SPA with Angular and WordPress and I hit a wall when I get to adding custom data to the API response and displaying...
Hello dai-shi, I would like to implement your `react-compose-state` importing the following: ``` import PropTypes from "prop-types"; import { composeWithState } from "react-compose-state"; ``` What I am not clear on...
I am in a Mac OS and I just added some scripts to get new functionality from my vim editor and when I go back into the vimrc file I...
## Description I simply cloned this project and ran `npm i`, but your `README` file does not say what port it should be listening on. ## Steps to reproduce ```...
Your `[email protected]` uses a dependency called `[email protected]` which has a vulnerability documented here: https://security.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 I upgraded your `strip-ansi` to latest version which uses a version where this vulnerability was fixed.