Charles Pick
Charles Pick
this was **partially** fixed in #39
_From @dmarcelino on December 29, 2014 11:39_ Hi @phpnode, I believe I've just stumbled upon this issue / issue #129. When I run a query such as `db.select().from('Person').fetch('out_Eat:1 out_Eat.in:2')` the...
_From @dmarcelino on December 29, 2014 16:21_ This is a bit more intriguing than I initially thought, when the query with fetch plan depth 2 returns one record it works...
_From @dmarcelino on January 7, 2015 15:25_ @phpnode, please disregard the tests I've added concerning this issue. They are a separate issue covered by #186. Cheers
@odino I copied the orientdb-odm CI config for my node.js client [oriento](/codemix/oriento), annoyingly the official release builds are not in maven, but the snapshots are, so I use a combination...
deprank assumes that your source files live in a separate folder, e.g. ``` dist |- index.js |- foo.js src |- index.ts |- foo.ts ``` I'm assuming you have something like:...
did you try editing `index.js` between runs? It could be related to babel's cache.
@singhshashi please could you paste your `.babelrc`?
@marvelsrp PRs accepted!
yeah it's definitely worth investigating this. I really hate that sort operates in-place, suspect we can beat it with an immutable implementation.