Roel van Dijk
Roel van Dijk
Thanks for your thoughts, and giving some more context, much appreciated. I had actually considered creating a `Settings` class that would contain the `Locale`, instead of just passing the `Locale`...
I'll introduce the `MetadataContext` interface in this branch, and create a separate branch to apply it in the JPEG code. That might give us a rough indication on how much...
Thanks for the swift reply. I'll work on this and report back when I think the branch is at a point to discuss some more details.
Did some work on this. My approach was to start at `JpegMetadataReader`, and work my way down to all the `Reader`s that were called from there. I passed down the...
@Nadahar Also curious what you think of the changes so far.
@Nadahar Thanks for the notes, much appreciated. > Instead of requiring the `MetadataContext` instance in method calls, I would make it `@Nullable` everywhere, and make the code that use it...
I noticed that this does not work outside of batch either: ``` ruby @neo.create_unique_node("index", "key1", "value1", { :a => [1,2] }) ``` I see the following `IllegalArgumentException` stack-trace: ``` java...
This is indeed a Neo4j bug: neo4j/neo4j#64.
Interesting. The two lines that stand out are: ``` /Users/kwent/.rvm/gems/ruby-2.1.0/bundler/gems/neography-a4931670b7ff/lib/neography/connection.rb String 17742 ``` (17742 String objects in `connection.rb`) and ``` /Users/kwent/.rvm/gems/ruby-2.1.0/bundler/gems/neography-a4931670b7ff/lib/neography/rest/paths.rb String 16170 ``` (16170 String objects in `paths.rb`) Any...
I guess [this StackOverflow issue](http://stackoverflow.com/questions/22497672/r14-memory-quota-exceeded-on-heroku-for-background-job-running-with-sidekiq) is related?