Joe Ferner
Joe Ferner
Large mod files with graphics do not currently upload or download correctly.
Warn for name collisions, bad parts, etc.
I tried submitting the bug to node directly but they call it expected behavior: https://github.com/joyent/node/issues/2235 I wanted to submit this as an issue to get any feedback on how best...
I'm working on an ORM framework for node.js (https://github.com/nearinfinity/node-persist/) and I need a way to get the last inserted id. I have a table Person with columns id, name, age....
The following code causes this error. If I remove the single quote from "Bob O'Neill" (ie "Bob ONeill") it works. ``` var oracle = require('db-oracle'); var client = new oracle.Database({...
See branch broken-property-hidden - org.vertexium.test.GraphTestBase#testGraphQueryHasAuthorizationWithHidden Looking at org.vertexium.elasticsearch5.Elasticsearch5SearchIndex#markPropertyHidden and org.vertexium.elasticsearch5.Elasticsearch5SearchIndex#markPropertyVisible the property is never used and only `HIDDEN_PROPERTY_FIELD_NAME` is used.