Лечение:

$pest->curl_opts[CURLOPT_SSL_VERIFYHOST] = false;
$pest->curl_opts[CURLOPT_SSL_VERIFYPEER] = true;
[ ]
 
npm list co
[ ]
 

Ошибка:

TypeError: object is not a function
  at Object. (/home/jcheck/jcheck/app.start.coffee.sh:129:5)
  at Object. (/home/jcheck/jcheck/app.start.coffee.sh:131:4)
  at Module._compile (module.js:449:26)
  at Object.exports.run (/home/jcheck/.nvm/v0.11.13/lib/node_modules/coffee-script/lib/coffee-script/coffee-script.js:131:23)
  at compileScript (/home/jcheck/.nvm/v0.11.13/lib/node_modules/coffee-script/lib/coffee-script/command.js:208:29)
  at compilePath (/home/jcheck/.nvm/v0.11.13/lib/node_modules/coffee-script/lib/coffee-script/command.js:161:14)
  at Object.exports.run (/home/jcheck/.nvm/v0.11.13/lib/node_modules/coffee-script/lib/coffee-script/command.js:96:20)
  at Object. (/home/jcheck/.nvm/v0.11.13/lib/node_modules/coffee-script/bin/coffee:7:41)
  at Module._compile (module.js:449:26)
  at Object.Module._extensions..js (module.js:467:10)
  at Module.load (module.js:349:32)
  at Function.Module._load (module.js:305:12)
  at Function.Module.runMain (module.js:490:10)
  at startup (node.js:124:16)
  at node.js:807:3

Причина:

cron = require 'cron'

При этом пакет cron не установлен, что и является причиной ошибки. То же самое с другими недостающими либами.

Человек может быть и будет исключен из цепочки производства, но он все равно не уйдет от цепочки добычи и распределения. У обезьян вообще нет производства, они бесплатно собирают висящие на ветках бананы. И все равно у них есть вожак, который отбирает самые вкусные бананы, оприходует самок и бьет несогласных по морде.

Симптомы:
При npm install sqlite3 вывавливается

node-pre-gyp install --fallback-to-build

Лечение:

apt-get install make g++
[ ]
 

Sqliteman похерил поле в базе при переименовании и убрал индекс с колонки ID. Нельзя пользоваться. Вообще никак. Это чревато.

sudo apt-get remove sqliteman

Quidquid latine dictum sit altum sonatur.

 

Ошибка:

Cobian Backup не копирует с FTP ничего. Вообще ничего. Хотя там всё есть

Причина:

В настройках FTP в Advanced указана настройка "Show hidden files" -la и она блядь не работает. Так мало того, что не работает, так и все остальные файлы не копируются. Пляски с бубном ни к чему не приводят, остается эту опцию только отключить.

Folded:

instances_counter = 0
module.exports = ( -> __class = (-> __args = Array.prototype.slice.call(arguments); if @ instanceof __class then @constructor?.apply(@,__args);@ else new (Function.prototype.bind.apply(__class,[null].concat(__args)))); __class.prototype = @; __class).apply

  constructor_not_required_anymore: (@param1,@param2) ->
    console.log "cnstar"
    @id = ++instances_counter

  render: ->
    console.log @,instances_counter,@ instanceof module.exports

Unfolded:

instances_counter = 0
module.exports = (
  -> 
    __class = (-> 
      __args = Array.prototype.slice.call(arguments)
      if @ instanceof __class 
        @constructor?.apply(@,__args);@
      else 
        new (Function.prototype.bind.apply(__class,[null].concat(__args)))
    );
    __class.prototype = @;
    __class).apply

  constructor_not_required_anymore: (@param1,@param2) ->
    console.log "cnstar"
    @id = ++instances_counter

  render: ->
    console.log @,instances_counter,@ instanceof module.exports
[ ]
 

Bartender says, "Sorry, we don't serve faster-than-light particles here."

Tachyon walks into a bar.

[ ]