Skip to content

Instantly share code, notes, and snippets.

@ahanmal
ahanmal / log.txt
Created February 13, 2020 17:26
Travis OPAM Ocaml Error
travis_fold:start:worker_info
Worker information
hostname: 312c125f-5ce3-4c8c-8f05-acb248025604@1.worker-com-f6b8745bf-92dd6.gce-production-1
version: v6.2.8 https://github.com/travis-ci/worker/tree/6d3048d96b26562be21fa1a8b8144f4c4cecd083
instance: travis-job-e822fea1-2fdc-43fc-b1fd-180e52fe5dbe travis-ci-ubuntu-1804-1577347901-74db3f91 (via amqp)
startup: 6.318460554s
travis_fold:end:worker_info
travis_time:start:17fcd1ef
travis_time:end:17fcd1ef:start=1581569435466175609,finish=1581569435648079717,duration=181904108,event=no_world_writable_dirs
travis_time:start:04e47f60

Keybase proof

I hereby claim:

  • I am ahanmal on github.
  • I am ahanmal (https://keybase.io/ahanmal) on keybase.
  • I have a public key whose fingerprint is 5978 585A B3E5 D6C3 F4C6 988F 22CB 949A D6D1 344E

To claim this, I am signing this object:

@ahanmal
ahanmal / LICENSE
Last active August 29, 2015 14:09 — forked from bhankus/LICENSE
The MIT License (MIT)
Copyright (c) 2013 Brock Hankus
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
simple 19-Jul-2014 22:32:39 Build VocabUList - 2 - VocabUList Tests - Default Job #9 (VUL-SPEC-JOB1-9) started building on agent Default Agent
simple 19-Jul-2014 22:32:39 Build working directory is /var/atlassian/application-data/bamboo/xml-data/build-dir/VUL-SPEC-JOB1
simple 19-Jul-2014 22:32:39 Executing build VocabUList - 2 - VocabUList Tests - Default Job #9 (VUL-SPEC-JOB1-9)
simple 19-Jul-2014 22:32:39 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout'
simple 19-Jul-2014 22:32:39 Updating source code to revision: 5aff9ac532e46d50654af246f60190746be67958
simple 19-Jul-2014 22:32:39 Fetching 'refs/heads/master' from 'ssh://git@ssh.randomwidgets.com/vl/vocabulist---rails.git'.
simple 19-Jul-2014 22:32:39 Warning: Permanently added '[127.0.0.1]:58318' (RSA) to the list of known hosts.
simple 19-Jul-2014 22:32:40 Checking out revision 5aff9ac532e46d50654af246f60190746be67958.
simple 19-Jul-2014 22:32:40 HEAD is now at 5aff9ac... Updated rspec
simple 19-Jul
@ahanmal
ahanmal / crash
Created June 11, 2014 03:07
Textmate 2 Quicklook Crash
Process: QuickLookSatellite [39757]
Path: /System/Library/Frameworks/QuickLook.framework/Versions/A/Resources/quicklookd.app/Contents/XPCServices/QuickLookSatellite.xpc/Contents/MacOS/QuickLookSatellite
Identifier: QuickLookSatellite
Version: 5.0 (521.1)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: quicklookd [39727]
User ID: 501
PlugIn Path: /Applications/TextMate.app/Contents/Frameworks/Onigmo.dylib
@ahanmal
ahanmal / README.md
Last active June 23, 2016 14:21
Dashing JIRA Issues Open Widget

##JIRA Open Issues Widget For Dashing Simple widget that fetches current issues from JIRA by using a JQL Search. Data is displayed using th e included Numbers widget in Dashing.

##Usage

  1. Install Widget By Adding jira.rb to the jobs directory, or install by calling dashing install 3186a5869684bb514ad3

  2. Add gem 'jira-ruby', :require => 'jira' to your Gemfile

  3. Change to match your needs:

@ahanmal
ahanmal / TDBadgedCell
Last active January 3, 2016 23:09
TDBadgedCell 2.4 With ARC
Pod::Spec.new do |s|
s.name = 'TDBadgedCell'
s.version = '2.4'
s.license = { :type => 'Custom', :file => 'README.markdown' }
s.summary = 'UITableViewCell subclass that adds a "badgeString" property ' \
'to table view cells.'
s.homepage = 'https://github.com/tmdvs/TDBadgedCell'
s.author = { 'Tim Davies' => 'hi@tmdvs.me' }
s.source = { :git => 'https://github.com/tmdvs/TDBadgedCell.git',