Ben Aldrich

Results 12 issues of Ben Aldrich

We leverage streams and the auto claim functionality, it would be great if miniredis supported this. It would allow us to write unit tests instead of integration tests around this...

I am currently trying to take natively typed data in a stream processing system and do predictions on the data. All of the current examples only show how to create...

If you take a normal protobuffer message and serialize it to bytes: ``` Search query = Search.newBuilder().setQueryFilter(queryFilter).build(); byte[] protoBytes = query.toByteArray(); ``` and then try to use mergefrom : ```...

bug

When using v17 of react-router-dom I get the following error: ``` apm Uncaught Error: "[ApmRoute2]" is not a component. All component children of must be a or ``` Here is...

enhancement

I noticed that on high latency filesystems (Elastic file system, GlusterFS) we were seeing really terrible performance with boltdb. I dug in a little bit more and noticed that we...

because of #654 file locking no longer works correctly when using glusterfs. We are back to the deadlocking behavior between nodes because #625 was reverted.

I'm attempting to serialize time objects, I thought I would be able to do that as either a timestamp or a date. Here is what I tried: ``` type Data...

feature

Whenever tabulator has an empty table and we call replace data the placeholder is not removed. **Tabulator Info** 5.3.4 **Working Example** https://jsfiddle.net/0dzga1up/5/ **Expected behavior** The placeholder showing only when there...

Possible Bug

Windows sparklines from master look like this: ![windows](https://cloud.githubusercontent.com/assets/852128/11753045/4b62cfc8-a000-11e5-8271-df92d2cd41cf.png)

bug
wontfix
os:windows