Paul T.

Results 2 issues of Paul T.

https://issues.apache.org/jira/browse/AVRO-2928 This PR finishes up an old PR (#43) which included a proof-of-concept for Ruby single object encoding. The old PR was pretty much 90% of the way there. This...

Ruby

Using `eval(blobScript)` ([here](https://github.com/subprotocol/genetic-js/blob/f294b76b5b36a35ce2292222103e61280b8ea0d8/lib/genetic.js#L261)) was causing issues for me with module loading when running genetic-js in a node.js app. An example node.js app: ``` javascript // in my-fitness.js var stats =...