I hereby claim:
- I am sentience on github.
- I am sentience (https://keybase.io/sentience) on keybase.
- I have a public key ASBoMOtj5kDyBJ3Kukp51PDt5dOvi5BuxMfP7NnTBVQ3owo
To claim this, I am signing this object:
/Users/kyank/.rvm/rubies/ruby-1.9.3-p362/bin/ruby extconf.rb | |
checking for sqlite3.h... yes | |
checking for sqlite3_libversion_number() in -lsqlite3... yes | |
checking for rb_proc_arity()... yes | |
checking for sqlite3_initialize()... yes | |
checking for sqlite3_backup_init()... yes | |
checking for sqlite3_column_database_name()... no | |
checking for sqlite3_enable_load_extension()... no | |
checking for sqlite3_load_extension()... no | |
checking for sqlite3_open_v2()... yes |
find_header: checking for sqlite3.h... -------------------- yes | |
"/usr/local/bin/gcc-4.2 -o conftest -I/Users/kyank/.rvm/rubies/ruby-1.9.3-p362/include/ruby-1.9.1/x86_64-darwin12.2.1 -I/Users/kyank/.rvm/rubies/ruby-1.9.3-p362/include/ruby-1.9.1/ruby/backward -I/Users/kyank/.rvm/rubies/ruby-1.9.3-p362/include/ruby-1.9.1 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/Users/kyank/.rvm/usr/include -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe conftest.c -L. -L/Users/kyank/.rvm/rubies/ruby-1.9.3-p362/lib -L/Users/kyank/.rvm/usr/lib -L. -L/usr/local/lib -L/Users/kyank/.rvm/usr/lib -lruby.1.9.1 -lpthread -ldl -lobjc " | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
2: | |
3: int main() {return 0;} | |
/* end */ |
================================================================================ | |
Recipe Compile Error in /var/cache/chef/cookbooks/dmg/resources/package.rb | |
================================================================================ | |
ArgumentError | |
------------- | |
wrong number of arguments (2 for 1) | |
Cookbook Trace: | |
--------------- |
2013/05/23 08:12:15 [error] 19732#0: *1 directory index of "/var/www/leakcrawler/current/public/" is forbidden, client: 58.6.229.249, server: leakcrawler.example.com, request: "GET / HTTP/1.1", host: "leakcrawler.example.com" |
// remove key from object | |
_.mixin({ | |
remove: function(obj, keys){ | |
return _.chain([keys]).flatten().reduce(function(obj, key){ | |
delete obj[key]; | |
return obj; | |
}, obj).value(); | |
} | |
}); |
I hereby claim:
To claim this, I am signing this object:
var stripAnsi = require('strip-ansi'); | |
var jsStringEscape = require('js-string-escape'); | |
var RawSource = require('webpack/lib/RawSource'); | |
var errorTypePattern = /ModuleBuildError:[^:]*: /g; | |
// a webpack plugin to emit a js asset which displays build errors | |
function ErrorMessagePlugin(filename) { | |
this.filename = filename || 'webpackErrorMessages.js'; | |
} |
Last verified on Synology DSM 7.0.1.
mega-cmd-server
from your Synology terminal prompt and see the server start (then use Ctrl-C to stop it)