Bar Hofesh

Results 93 comments of Bar Hofesh

@mathieulaporte Thanks for the info. I took the file to my repo, gave credit both to you and the original repo\owner. I would really love an Bayes classifier to be...

@dbackeus, What's up is that `@array` was not initialized outside of the index def, this means if some other method,function,etc.. will render index, `@array` wont be available and will result...

@Codcore @veelenga . I would suggest against it, before saying my reason I would like to say one thing, @Codcore it's your repo, it's your project, if you wanted it...

@SeanNieuwoudt this is a different case all together, I have no objection and your argument makes sense. We do that same with SHAInet in NeuraLegion, as we need to to...

Hi @SeanNieuwoudt , how goes the work on Amethyst?

it works for me , make sure authorize is the last def in the class , its something to do with how the macro is working , if you still...

Well, macros aren't my strong side, I'll leave that to @Sdogruyol or @Codcore . But, I know you have two options regarding `before_action` ``` crystal # before_action :method_to_execute_before_actions, only: [:methods,...

@Codcore Yeha, but the SSLSocket is really low on options right now, the default settings are insecure. Non the less, if you can start building the hooks it could be...

Wasn't there something already done...I think..maybe @sdogruyol did it? Crystal for Rubiests...or something like that but I can't find it

Because unlike rails (Ruby), you cannot install a Crystal addon into apache or nginx , which means that you can only use Crystal's HTTP::Server , this in turn means that...