Chris Grigg

Results 24 issues of Chris Grigg

This is similar to #138 but maybe different enough that I'll risk opening a new issue instead of hijacking that one... I'm playing around with modifying a TypeScript project to...

Feature Request

I'm using an FTDI 232R and trying to use sync mode so I can work around the inability to change the read buffer size in async mode. When sending, the...

Hey guys! Since I'm not going to be doing any more work for the project, I think it's about time that I handed in my keys to the organization and...

Right now, changing `ActiveRecord::Base.send :include, SimpleTokenAuthentication::ActsAsTokenAuthenticatable` to `Neo4j::ActiveNode.send :include, SimpleTokenAuthentication::ActsAsTokenAuthenticatable` does the trick. Also requires Devise 3.3.0.

question
help wanted
feature request

In the other gem, ActiveRel has the ability to gradually assemble a Cypher query that will create a rel and one or both nodes in a single call. This is...

The endpoint we use for most communication has been deprecated. [http://neo4j.com/docs/stable/rest-api-cypher.html](http://neo4j.com/docs/stable/rest-api-cypher.html). We should perform all requests against the Transactional Endpoint. We already have the code in place to interpret the...

I'm finding myself in need of inspecting qualities of queries pretty often but the internals are part of private or protected APIs. To get around it, I'm using `send` and...

This might be way too much of an edge case for anyone else to have run into it but... I'm working with a webapp on Chrome that makes use of...

Hello! Thanks for putting this together, I'm playing with it in my project and it's working nicely. For anyone interested, I wrote some quick TS defs. They could eventually be...

As suggested in #204, here's a first stab at adding a callback to `time_event` so one can see or manipulate the tracked time. I'm not sure of the standards and...