Clayton Collie

Results 12 issues of Clayton Collie

Let's say you have one job that depends on another, but the task definitions are fundamentally different. Consider the following example: ``` const debitAccount = await orderQueue.add('debitAccount', {id : accountId,...

enhancement

**Is your feature request related to a problem? Please describe.** I was excited to see the `DirectProvider`, hoping I could use it as the base for sending arbitrary content to...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Calling ls.stream over a large store results large memory hit for...

Needs Triage
Enhancement

I have a need to use a `RecordedValuesIterator` to access histogram values accumulated across multiple runs. From the implementation, it seems like there are separate implementations for `WasmHistogram` and `JsHistogram`,...

In Activity.java, the Lucene class bridge ActivityLastCommentIdClassBridge is mapped to the field "commentdate", when it obviously returns the last comment id.

if so, well done !

Is it possible to push to crates.io ? I need tokio 1.x support. Thanks

Not sure If you've come across this, but I found a `go` implementation with some interesting design decisions. They use equivalent of an arena to minimize allocations. https://dgraph.io/blog/post/serialized-roaring-bitmaps-golang/

In my module I'm implementing a trait from an external crate which needs access to the current context. Is the context passed to commands scoped to requests, or can I...

According to the blog post [here](https://www.splitgraph.com/blog/datafusion-filter-expr-visitor), `datafusion-remote-tables` was released separately as a crate, but I don't see it on `crates.io`