Eugene
Eugene
Hi I try to start master branch of botfront for Rasa 2 compatibility. All containers have started normally, except one: botfront-rasa. This container constanly restarting because Docker file just run:...
Hi. I am migrating my project to Ruby 2.0 and meet this problem: Sheduled jods hangs after start from Scheduled Tab under Ruby 2.0.0 Under 1.9.3 all work ok. And...
Hi. I can't set custom group notification. I want when typing @customgroup Hello! users @e.batogov and @johnbat26 get Hello! My attemtps: ``` /autolink add @customgroup /autolink set @customgroup Pattern @customgroup*...
Hi all I get next error in simple application with shoes: Uncaught exception: uninitialized constant Shoes Gem shoes installed properly. My app: https://gist.github.com/4197498
Hello. Thanks for great plugin ! But I get error after some time working in Atom: ``` [atom-elixir] Error: This socket has been ended by the other party - elixir-sense-client.js:41...
Can you improve pretty_face for support spinach ? http://codegram.github.io/spinach/
Hi all. I have used resque with redis-sentinel. All works OK, except after long unicorn idle time, resque console begin to raise Redis Timeout error. If I do service unicorn...
Hello. I use ruby-1.9.3-p0. I have simple plain script. | set one breakpoint and run rebugger: :Rdebugger my_script.rb Debugger started successful but my code don't execute :(. Why?
Hello, I have class User. For persist layer I use Mongoid. User: ``` class User include Mongoid::Document include Mongoid::Timestamps include Mongoid::Paranoia ........ def license # calculating.... Return symbol end memoize...
This is my code: ``` ruby require 'maroon/kernel' require 'build' module Demands Context.define :DemandProcessing do def initialize(demand, requied_organization, params) @demand = demand @requied_organization = requied_organization @params = params end role...