Antonin Amand
Antonin Amand
In order to better support a more "realtime" use case, this adds a synchronous mode where publishing and subscribing writes to the socket immediately. Obviously the throughput in this mode...
Adds a StartTime option when creating a new span. In some cases, you are able to trace only after the operation was made. for example in some post-operation hook/observer. func...
Upgrading to spree/spree branch 1-3-stable (rails 3.2.14), all paths helpers are broken. It seems prefixing with `spree.` fixes most of the problems but calls to `link_to_remove_fields` still fails and I...
Hi Martin, I changed the way import gevent to avoid monkey patching. Although tests pass I have an exception running them in the error greenlet : Traceback (most recent call...
Hi, It looks like inserting data using `bind_by_name` was broken by the series of patch labeled as CString conversion optimizations. When inserting data, it looks the length of the string...