-
sorry for precedent cut and paste typo command line error
```
/opt/arachni-1.5.1-0.5.12/bin$ sudo ./arachni --output-only-positives --scope-directory-depth-limit 5 --audit-links --audit-for…
-
Here's the stack trace:
```
12-15 18:56:11.272 4035 4073 E AndroidRuntime: FATAL EXCEPTION: LocationService
12-15 18:56:11.272 4035 4073 E AndroidRuntime: Process: com.foo.bar, PID: 4035
12-…
-
node v4.6.2
yarn v0.17.10
I started using yarn recently instead of npm, and I found out this morning that it rendered my web app to a breaking state.
So here's what's going on:
I've got a M…
-
Hi there!
Currently, the podspec for Instabug doesn't include `vendored_frameworks` which (from my understanding) makes it difficult for other pods (not projects) to depend on Instabug as a dependenc…
-
I followed instructions mentioned in README.md but I couldn't build the iOS app.
Here's Steps that I followed.
1. npm install react-native-intercom
2. rnpm link
3. react-native run-ios
`The followin…
-
Latest build/release 4.2.0
Looking at the code, this seems to be iOS only, but Android will not load because of it.
`undefined is not an object (evaluating 'IntercomEventEmitter.UNREAD_CHANGE_NO…
-
Running our good old install command:
```
(
export PKG=eslint-config-airbnb;
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save…
-
For some reason, this has stopped working for me in production.
``` js
import { IntercomAPI } from 'react-intercom';
```
And I'm using this to try to track events, but it doesn't work. I did some di…
-
I'm trying to get the iOS module to work. When running from xcode everything works fine, but when starting using `react-native run-ios` I get `IntercomWrapper is undefined` when trying to log events.
…
-
So now that we've figured out how to import an array of actions and play them back, I now want to be able to take several action arrays and build a static "replay" application. Basically, we should be…