This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rubygems' | |
require 'bundler/setup' | |
require 'celluloid/autostart' | |
require 'aws-sdk-core' | |
Aws.config = { access_key_id: 'xxxxxxxxx', secret_access_key: 'xxxxxxxxxxx', region: 'xxxxxxxxx' } | |
class SigningTest | |
include Celluloid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source "https://rubygems.org" | |
gem 'celluloid', github: 'celluloid/celluloid' | |
gem 'aws-sdk-core' | |
gem 'rubysl', platform: :rbx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rubygems' | |
require 'bundler/setup' | |
require 'celluloid/autostart' | |
require 'aws-sdk-core' | |
Aws.config = { access_key_id: 'xxxxxxxx', secret_access_key: 'xxxxxxxxxxx', region: 'xxxxxxxxxxxxx' } | |
class SigningTest | |
include Celluloid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\dx | |
-- See what extensions are loaded | |
create extension timetravel; | |
-- load the timetravel extension | |
-- after installing the latest version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Copyright (c) 2015 Paul Jolly <[email protected]) | |
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gvm install go1.2 | |
gvm pkgenv # to add $HOME/gostuff to GOPATH | |
# add to to end of .bashrc | |
gvm use go1.2 > /dev/null 2>&1 | |
export PATH="${GOPATH//://bin:}/bin:$PATH" | |
# restart bash | |
exec bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014/09/06 15:20:57 /tmp/tmp.z8fv2JXBAP/src/github.com/myitcv/neovim/_cmd/plugin_host/main.go:122: Successfully connected to Neovim | |
2014/09/06 15:20:57 /tmp/tmp.z8fv2JXBAP/src/github.com/myitcv/neovim/_cmd/plugin_host/main.go:137: Connecting *example.Example | |
2014/09/06 15:20:57 /tmp/tmp.z8fv2JXBAP/src/github.com/myitcv/neovim/_cmd/plugin_host/main.go:81: [*example.Example [We are in the Example]] | |
2014/09/06 15:20:57 /tmp/tmp.z8fv2JXBAP/src/github.com/myitcv/neovim/neovim.go:261: Got a request 1 for method go_init([]) | |
2014/09/06 15:20:57 /tmp/tmp.z8fv2JXBAP/src/github.com/myitcv/neovim/neovim.go:271: Sending a response to 1 | |
2014/09/06 15:20:57 /tmp/tmp.z8fv2JXBAP/src/github.com/myitcv/neovim/neovim.go:273: Response sent to 1 | |
2014/09/06 15:20:57 /tmp/tmp.z8fv2JXBAP/src/github.com/myitcv/neovim/_cmd/plugin_host/main.go:81: [*example.Example [Ran command]] | |
2014/09/06 15:20:57 /tmp/tmp.z8fv2JXBAP/src/github.com/myitcv/neovim/_cmd/plugin_host/main.go:142: Successfully called Init on *example.Example |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error_types: | |
Exception: {id: 0} | |
Validation: {id: 1} | |
features: | |
clipboard: [clipboard_get, clipboard_set] | |
python: [python_execute, python_execute_file, python_do_range, python_eval] | |
types: | |
Buffer: {id: 0} | |
Tabpage: {id: 2} | |
Window: {id: 1} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- api_post.yml 2014-09-27 13:15:28.347858513 +0100 | |
+++ api_pre.yml 2014-09-26 08:20:08.019112382 +0100 | |
@@ -46,13 +46,13 @@ | |
parameters: | |
- [Buffer, buffer] | |
- [Integer, index] | |
- return_type: Binary | |
+ return_type: String | |
- name: buffer_set_line | |
can_fail: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error_types: | |
Exception: {id: 0} | |
Validation: {id: 1} | |
features: | |
clipboard: [clipboard_get, clipboard_set] | |
python: [python_execute, python_execute_file, python_do_range, python_eval] | |
types: | |
Buffer: {id: 0} | |
Tabpage: {id: 2} | |
Window: {id: 1} |