Heinrich Klobuczek

Results 17 issues of Heinrich Klobuczek

With the upgrade to jruby-9.3.6.0 our TLS test suite started failing one TLS test on TLS v 1.2. On jruby-9.3.4.0 the test for TLS 1.2 are passing while we never...

The following code ``` Role.all.branch { lookup.where(id: 1) }.branch { lookup.where(id: 2) } ``` generates the following cypher: ``` MATCH (n:`Role`) MATCH (n)-[rel1:`lookup`]->(result_lookups:`Lookup`) WHERE (ID(result_lookups) = {ID_result_lookups}) MATCH (n)-[rel3:`lookup`]->(result_lookups:`Lookup`) WHERE...

When running bolt protocol I am getting intermittent issues: `RuntimeError (Timed out waiting for 2 bytes from Neo4j (after 10 seconds))` which are hard to pinpoint and for which it...

currently jruby implies embedded. Do you have any idea what's the best way to clean that up? ``` s.add_dependency('neo4j-community', '~> 2.0') if RUBY_PLATFORM =~ /java/``` Additional information which could be...

I cannot figure out why the spec in the 2nd context does not terminate: ``` RSpec.describe Spec do context 'terminates' do let(:s) { Sync { 1 } } it 'eq'...

If property names include special characters an `graphql.AssertException` is thrown when the generated schema is read. To reproduce on empty database: ``` CREATE (:Client{`active?`: true}) ``` Then in GraphiQL: ```...

On jruby-9.2.19.0 `gem install hutch` installs bunny as dependency, but on loading complains about missing `march_hare`: ``` (base) ~/m/org-api ❯❯❯ rails c LoadError: no such file to load -- march_hare...

3 specs require port 7474 to pass and ignore .env

`rails new app -O` is failing on jruby-9.4.2.0 and rails 7.0.4.3 with the following error: ``` ... M-GH4FQWVXGF:tmp Heinrich_Klobuczek$ rails new app -O ... run bundle binstubs bundler rails importmap:install...