Chris Grigg

Results 97 comments of Chris Grigg

The changelog shows they were removed with 8.1.0, so I found their specs from 8.0.18 [here](https://github.com/neo4jrb/neo4j/blob/19e3c6efad0e780a0a5587ec64b43ee19f0b739b/spec/e2e/has_many_spec.rb#L220). You can also see where they're executed [here](https://github.com/neo4jrb/neo4j/blob/19e3c6efad0e780a0a5587ec64b43ee19f0b739b/lib/neo4j/active_node/query/query_proxy.rb#L204-L210). It looks like they will fire...

I'd be curious to see where in ActiveModel this is implemented so we can figure out why it's not working here and what it'd take. I'm going to guess that...

Hi Heinrich, good to see you’re still working on it! Send me the email address you’d like to use as the destination for the transfer and I’ll take care of...

The easiest way would be to hack in our own implementation of this method with a signature matching ActiveRecord's. I can think of an easy enough way to do it,...

Yeah, I checked this out back in September 2014 and came to the same conclusion. At the time, I implemented a really basic `Reflection` class, https://github.com/neo4jrb/neo4j/blob/master/lib/neo4j/active_node/reflection.rb, but I think I'd...

I can provide a partial stacktrace of this. Comes from production so it's mangled, though. Maybe it'll still point you to the right place... ``` Uncaught (in promise) timeout setTimeout...

It's been a while but I remember this being a Neo4j limitation. Certain schema modifications within transactions would always time out.

> the csrf stuff is handled for you internally. @wunderlichh, if you have a moment, can you link to some details about this? It looks to me like it still...

@kjetilhartveit this is helpful and I think it led me to something important. That snippet from the jsdoc is an example of the `Layout` file but it omits the form...

I spent some time on this today. I'm using Next.js 14.0.4 with `CredentialsProvider` to login with an email and password. Here's what I've concluded: * Using the default pages, NextAuth...