Gershon Bialer

Results 8 issues of Gershon Bialer

I'm confused about the concept of votes. Are these sellable tokens, which can be converted into Bitcoin or cash? When you vote on something do you give up your vote,...

### Background list_agents is calling itself and encountering infinite recursion. ### Changes Make list_agents return a list of the agents manager. ### Documentation ### Test Plan I added a unit...

… JSON object. ### Background After setting to empty JSON on being unable to figure out the JSON, it seems to get into a crashed state. The issue seems be...

Add "task-*" events so we can monitor the queue with Flower.

I added the ability to query multiple fields at the same time with JOhm.find. Just run something like JOhm.find(User.class,new AttributePair("age",73),new AttributePair("state","IL")). It uses sinter to combine together the results.

@Model public class MyGreatModel { @Reference @Indexed MyGreatModel relatedMyGreatModel; } crashes everything. The problem is that JOhm.get calls, JOhm.fillField which then calls JOhm.get.

The following assertions are not true: assertEquals(user1.getId(), users.get(0).getId()); assertEquals(user3.getId(), users.get(1).getId());

The broker should work properly if we are using AMQPS.