Skip to content

Instantly share code, notes, and snippets.

View ivar's full-sized avatar

Ivar Vasara ivar

  • Misc / Consultant
  • Vancouver
View GitHub Profile
@ivar
ivar / error.log
Created November 29, 2015 23:33
spacemacs error msg on boot
how to deal with errors at bootup ?
Warning (initialization): An error occured while loading `/Users/user/.emacs.d/init.el’:
File error: Removing old name, Mac error -1700, /Users/user/.emacs.d/elpa/evil-lisp-state-20150328.736
To ensure normal opeation, you should investigate and remove the cause of the error in your initailization file. Start Emacs with the `--debug-init` option to view a complete error backtrace.

Twitter公式クライアントのコンシューマキー

Twitter for iPhone

Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU

Twitter for Android

Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys

Twitter for iPad

Consumer key: CjulERsDeqhhjSme66ECg

@ivar
ivar / Gemfile
Last active December 16, 2015 21:29
bundle install with Jruby - SystemStackError: stack level too deep.
source 'https://rubygems.org'
ruby '1.9.3', engine: 'jruby', engine_version: '1.7.3'
#ruby '1.9.3'
gem 'rails', '3.2.13'
gem 'puma'
gem 'jquery-rails'
gem 'rake'
gem 'bootstrap-sass'
@ivar
ivar / ddf.xml
Created July 31, 2013 22:18
geo area types for point2 feeds
<xsd:simpleType name="geoareatype">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Country"/>
<xsd:enumeration value="State"/>
<xsd:enumeration value="Neighbourhood"/>
<xsd:enumeration value="City"/>
<xsd:enumeration value="Municipality"/>
<xsd:enumeration value="Borough"/>
<xsd:enumeration value="County"/>
/Volumes/boot $ git clone https://github.com/DexterInd/BrickPi_Python.git
Cloning into 'BrickPi_Python'...
remote: Counting objects: 280, done.
remote: Compressing objects: 100% (142/142), done.
remote: Total 280 (delta 144), reused 272 (delta 136)
Receiving objects: 100% (280/280), 2.07 MiB | 709.00 KiB/s, done.
Resolving deltas: 100% (144/144), done.
Checking connectivity... done
error: unable to write file Project Examples/Thingspeak Temperature Logging/Thinspeak_Documentation.rtf
fatal: unable to checkout working tree
@ivar
ivar / .log
Created August 21, 2017 21:57
heroku failed deploy to staging
~/G/rewportal ❯❯❯ git push staging master -f ⏎master ✭
Counting objects: 20, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (19/19), done.
Writing objects: 100% (20/20), 2.09 KiB | 714.00 KiB/s, done.
Total 20 (delta 13), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Deleting 9 files matching .slugignore patterns.
@ivar
ivar / deoplete errors.log
Last active November 20, 2017 01:36
spacevim errors - version 0.6.0-dev
[deoplete] File "/Users/ivar/.cache/vimfiles/repos/github.com/Shougo/neosnippet.vim/rplugin/python3/deoplete/sources
/neosnippet.py", line 29, in gather_candidates
Press ENTER or type command to continue
[deoplete] self.on_event(context)
Press ENTER or type command to continue
[deoplete] Traceback (most recent call last):
Press ENTER or type command to continue
[deoplete] File "/Users/ivar/.cache/vimfiles/repos/github.com/Shougo/neosnippet.vim/rplugin/python3/deoplete/sources
/neosnippet.py", line 21, in on_event
Press ENTER or type command to continue
@ivar
ivar / Gemfile
Created January 18, 2018 00:46 — forked from jonasschneider/Gemfile
Multiprocessing on a single heroku dyno
source "http://rubygems.org"
@ivar
ivar / spec failures.rb
Created July 25, 2018 01:12
`rspec spec/features/buying`
Failures:
1) Viewing products multiple delivery schedules direct to buyer belonging to multiple organizations changing organization to shop for after creating a cart
Failure/Error: fill_in '.chosen_search input', with: buyer_org2.name
Capybara::SlowFinderError:
Timeout reached while running a *waiting* Capybara finder...perhaps you wanted to return immediately? Use a non-waiting Capybara finder. More info: http://blog.codeship.com/faster-rails-tests?utm_source=gem_exception
# ./spec/features/buying/view_products_spec.rb:513:in `block (5 levels) in <top (required)>'
# ------------------
# --- Caused by: ---
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost