Skip to content

Instantly share code, notes, and snippets.

@chrishaff
chrishaff / gist:83b0a3b621c3301ecc32
Last active October 8, 2017 12:39 — forked from okor/gist:79c38cfb03b153bd4eb2
Install Thumbor on Ubuntu 14.04 includes python-opencv for face/feature detection. Don't forget to enable the detectors https://github.com/thumbor/thumbor/wiki/Enabling-detectors.
# sudo su and run the following
sudo apt-get update && \
sudo apt-get -y upgrade && \
# install all dependencies
sudo apt-get -y install \
build-essential \
checkinstall \
gcc \
@chrishaff
chrishaff / com.williamrijksen.onesignal crash log
Created December 30, 2016 14:57
Device log from iPad. App crashes immediately on reaching require('com.williamrijksen.onesignal'). When I go to running apps (doubletap power button) I see the red screen with the note "Could not find onesignal.js".
Incident Identifier: 14A14B47-60FA-4A32-A23D-A833F66F9D6C
CrashReporter Key: a4f86d1faf6bbac0cd257e67d9fbc7bbff32caf7
Hardware Model: iPad3,4
Process: mTribe [318]
Path: /private/var/containers/Bundle/Application/C1BD5ECB-254D-4FD5-A86F-CFA9CAF95962/mTribe.app/mTribe
Identifier: com.mtribeapps.mockup
Version: 1.5.11 (1.5.11)
Code Type: ARM (Native)
Role: Foreground
Parent Process: launchd [1]
@chrishaff
chrishaff / colorize-gif-on-rollover.markdown
Created August 6, 2018 21:04
Colorize GIF on rollover