Jonathan Strong

Results 26 issues of Jonathan Strong

encountered this error message from running `$ docker build .`: ```console Step 10/13 : RUN apt-get update && apt-get -y upgrade && apt-get install -y git ---> Running in 107a7a75fb08...

In latency benchmarks for scenarios with many-producers, and 4-12 consumers, I found the broadcast queue to have much worse performance at the tail end than separate mpmc queues that producers...

hello, I was wondering if you could offer advice about how to store pending `Completion` instances while you are waiting for them to be completed, potentially doing other work in...

A few additions to clarify how multi-output networks should be handled, per the discussion here: https://groups.google.com/forum/#!topic/lasagne-users/61GbgRqKjAo

hey - Thanks for your work on this - has been very helpful. Wanted to send along a note that I identified some faster binary tree implementations while trying to...

enhancement

hello, Thank you for publishing this library and all the hard work you've put into it! I was wondering if you could possibly offer additional explanation regarding the statement in...

in the proto spec, the core data payload is described as "Arrow encoded DataFrames": ``` message DataResponse { // Arrow encoded DataFrames // Frame has its own meta, warnings, and...

enhancement

Hey - spent a few minutes trying to track this down but couldn't. When I use various methods to try to install this package, the setup utilities cannot find the...

https://github.com/mcorbin/meuse/blob/master/src/meuse/db/queries/category.clj#L27-L37 this code seems to return all categories, not just the categories associated with the crate. I think the query needs to have the `crate_id` condition as part of the...

**Describe the bug** Hello. I am a longtime, avid user of guake, and I am having trouble with persistent system crashes which invariably occur when the guake window is open...