lafka

Results 14 issues of lafka

All outgoing packets with broadcast panid was discarded. This allows caller to tag any packet to be transmitted on the broadcast pan id (0xffff). This is usefull for building logic...

pr/enhancement

Allows for specifying version in related_objects fetch. http://issues.ez.no/IssueView.php?Id=19564&activeItem=1

Loading documents that contains `Infinity` fails due to BSON parsers can't decode the float: ``` javascript // insert in mongo shell db.test.insert({"hello": Infinity}) ``` ``` elixir # try to query...

Add support for CustomAttributeMap.CustomAttributeMap handlers.

Add a new parameter `group` that accepts a hashmap of fields as described in SOLR field collapsing documentation. This still probably lacks alot of functionality but can be a base...

Add support for local params as described in http://wiki.apache.org/solr/LocalParams This allows for tagging queries for faceting ( http://wiki.apache.org/solr/SimpleFacetParameters#Multi-Select_Faceting_and_LocalParams ) ``` smarty {def $search_data = fetch( 'ezfind', 'search', hash( 'query', '*:*',...

Recently our build scripts started failing due to missing `facil.io` no longer being available. I'm aware that the repo was deleted from this account but sine it is required to...

`ecto`, `phoenix` and others seems to prefer `Jason` over `Poison`. Multiple libraries should not provide the same functionality. Provide a way for user to select the JSON library to use.

Javascript (and therefore MongoDB) has a concept of +-Infinity. This works in other clients bson parsers (at least Haskells) but fails in Erlang (trace below) Erlang can't process the float...

Calling mix compile in umbrella projects would only fail with either due lacking :caramel_paths or :caramel_release options or would not compile anything due to invalid paths. By search for files...