-
Following your https://github.com/entrendipity/grex/issues/19#issuecomment-26209757, I thought about opening a broader discussion on transactions (broader than just refactoring the current system), an…
-
Hello,
I am getting this error when I tried to run mogwai.
So, I installed mogwai from the develop branch using npm.
Then, I ran the titan-http example from the examples directory.
I get the followin…
-
Have you begun texting with wny other DB.
-
I am very much interested in contrubuting to the development targeting OrientDb. Is this dead?
-
I'm trying the example in readme file:
```
var Grex = require('grex');
var settings = {
'database': 'graph',
'host': '127.0.0.1',
'port': 8182
};
// 1. connect() takes two optional parameters…
-
Greetings,
Playing around with Titan database right now, I was thinking about coding a quick Object-to-Graph Mapper library and recently came across grex.
Although I use Q myself in most of my apps …
-
I'm working on supporting indexes in Mogwai, which is trickier than I thought considering I use Titan database. Indeed, Titan has a specific way to declare and handle indexes.
In grex's style, adding…
-
Hi there
As written in https://groups.google.com/forum/#!topic/querydsl/_uUy9vrblrg this is a new bug report.
With QueryDSL 2.7.0, the Hibernate to XML code generator generates not compileable sourc…
ghost updated
12 years ago
-
**Syntax:** _$entity.averagelight.#radius.$comparison.#value_
**Description:** Returns true if the comparison to the average light in the specified area around the specified entity is true.
**Exampl…
-
My company has an internal gem repository where we push proprietary gems, so we have both a :rubygems source and an internal gem source. My Gemfile looks something like this:
source :rubygems
source …