-
I'm trying to run specs on this project, and most of them fail on a similar error
```
26) Customerio::Client#anonymous_track allows sending of a timestamp
Failure/Error: http.request(req)…
-
Over the last few days, I've seen quite a few of these happening in our production environment. What's shakin' bacon?
```
Traceback (most recent call last):
File "/home/projectteam/.virtualenvs…
-
```
Collecting customerio==0.2 (from -r requirements.txt (line 2))
Downloading customerio-0.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call la…
-
Look into tls certificate
disable root login
disable password auth
https://www.digitalocean.com/community/tutorials/7-security-measures-to-protect-your-servers?utm_source=Customerio&utm_medium=Em…
-
Hi,
I wonder if you can help, I am having a few issues with getting wallaby setup on a new project. I have this entered as I believe i need it ?
```
setup: function () {
// requi…
-
I've been doing a bit of corruption testing under unexpected power off scenarios (using an external USB drive and disconnecting it midstream) and, unfortunately, I'm fairly consistently hitting unreco…
-
It's been a while since a release was tagged.
-
When sending an event with no data attached, the empty PHP array (`$data = array()`) is converted by PHP to an empty JSON collection (`data: []`) in the request.
Technically this is correct but Custo…
-
If an attribute value begins with a '@' character, guzzle will interpret this as a request to load a file, per http://guzzle3.readthedocs.org/http-client/request.html .
It doesn't appear that you are…
-
See example below.
- tests are failing
- it prints out `exit status 1`
- `godog` exits with status code 0
- Expected: `godog` should exit with status code 1
```
vagrant@fishbrain-bonito:~/go/src/gith…