Alan Johnson

Results 25 issues of Alan Johnson

As part of [the end-to-end integration plan](https://github.com/artsy/auctions/issues/30) for live auctions, we want to have clients bootstrap their data by querying Metaphysics. Ideally, we can have Metaphysics interpret the query and...

Auctions

Causality sync (for development purposes, not production) needs to know the increment policy ID for a sale, but right now this isn't delivered. We should add this to the schema.

Auctions

The scrolling/panning demos seem not to be working correctly in Firefox for Mac OS X. Neither DOM nor Canvas detects scrollwheel zoom, and canvas does not render the tiles at...

From what I can see, [`LoadingCache.getAll`](https://github.com/feijoas/mango/blob/master/src/main/scala/org/feijoas/mango/common/cache/LoadingCache.scala#L125-L155) doesn't seem to actually invoke `CacheLoader.loadAll`, as it states in the docs. Unless I'm missing some clever indirection.

bug
documentation

Besides manually maintaining a list outside of RQ someplace, is there a good built in way to ensure that a job isn't queued while an identical job is still waiting...

feature

I've heard live queries alluded to on various podcast episodes and in the RFC for subscriptions, but it's unclear to me whether there's a repository of ideas on what this...

💭 Strawman (RFC 0)

No idea how much work this would be, but it would be amazing to build this for Firefox, too.

Great project! Please publish to Maven so it can be included as a dependency.

This library is awesome. My only request is for a system that allows items to have different priorities as they sit in-queue, rather than only having the option to add...

I've been experiencing unexpected behavior with MutableTTLCache not actually evicting expired keys. It seems [it only checks for expiration every 1000 puts](https://github.com/twitter/storehaus/blob/2e5007da8c8cc098a4136821c6d63b22192ca35d/storehaus-cache/src/main/scala/com/twitter/storehaus/cache/MutableTTLCache.scala#L50). I suppose this probably makes sense under certain...