Andrew Lank

Results 20 comments of Andrew Lank

neoid gem has an index implementation, not too sure the code would help but the usage is quite clean, inside the model you define a block with the fields you...

Rogelio, Maybe others could contribute to your Virtus branch, like if you were to outline the direction you want it to go, or the idea your aiming for. This way...

Yes, very sorry, I made an attempt but got lost in the details of Travis and the likes. Now I'm overloaded with two tight deadlines on two simultaneous projects and...

I've resolved this by creating the redirect via node as in (grant/token.js) ... ``` javascript //return res.redirect(location); res.statusCode = 302; res.setHeader("Location", location); res.setHeader("Content-Type", 'text/plain'); res.end('302. Redirecting to ' + location...

Ignore the workaround, it appears that it is still happening in some situations, not quite sure what that condition is. Still investigating

I've resolved the issue by using a 303 status code instead of 302. I would assume that this only happens in https at the moment or someone else would have...

Not sure if this will help... Sublime Build 3103 Vintageous 4.0.4 OSX 10.11.1 After almost more than an hour of trying to get the escape key to work with this...

Andreas, from your comment above it almost appears that you are saying that neo4j.rb can connect to a standalone neo4j server, is this the case?

I just wanted to share my hardships and insights as well as successes with Docker + Seneca Mesh mostly regarding Docker for Mac + docker-compose. This regards the documentation posted...

I'm having issues as well, but they might not be the same, however can I ask in your above example where you found "base:true..", is this a change or mistake?...