Ivan Kasatenko

Results 5 issues of Ivan Kasatenko

Capistrano 3.0.1 Here's deploy.rb: ``` ruby require "capistrano/rsync" set :application, 'auth-backend' set :repo_url, 'git@red:omg-auth-backend.git' set :branch, 'master' set :deploy_to, '/home/cpc-system/apps/auth-backend' set :scm, :git set :keep_releases, 5 namespace :deploy do desc...

Greetings, and thank you so much for all the work you guys put into the gem! Now to the business... I have the following kind of model: ```ruby class VaultDoc...

Greetings! I tried using the library to validate API input, but it failed for me for trivial cases like: ``` CL-USER> (defclass person () ((favorite-dog :type symbol :field-type :member :members...

Just stopping by to say thank you! You're a saviour!

Hey, thanks for the wonderful work of picking up the abandoned repository! I'm really enjoying coding one of my hobby projects with OCaml. So here's the thought: ```ocaml module C...