Andy Kriger

Results 4 issues of Andy Kriger

I have a small application that loads a file of data for caching in an atom. Right now the way that happens is `(def cache (atom {}))` and `(defn init...

here's the latest form of the GraphQLType module that i originally posted to graphql-ruby a lot of reorg, cleanup and configurability - there's probably things in there that are oriented...

help wanted
open discussion

If you try to use a property ```${__P(thread_count)}``` to set a thread_group count parameter, you will get an errror ```ruby-jmeter/extend/threads/thread_group.rb:7:in `thread_group': undefined method `/' for "${__javascript(parseInt('${__P(thread_count)}'))}":String (NoMethodError)``` extend/threads/thread_group.rb needs to...

When I am running Ruby code that calls Clojure code and the Clojure code has a problem, I get output like this in Ruby `Java::JavaLang::NullPointerException` but no other info like...