Jeremy D. Miller

Results 177 issues of Jeremy D. Miller

It's arbitrarily hard-coded to 250ms now. It's the time to wait before checking the rolling buffer again if it's detected to be empty

enhancement

`eventstore.processAsyncProjection()` needs to take in the stream type later. Today it's erroneously using the event type as the stream type. This doesn't matter for the projections as they are **now**,...

bug

Have a projection mode called "live" where a projected view is built upon demand. Thinking right now that it's just by stream. Cut into the sproc for fetching a view...

enhancement

I don't trust it now, and it doesn't clean up after itself. Write our own specific wrapper around pg that's promisified and supports generators as required. Get rid of all...

enhancement

To make sure that you can use lodash methods in defining a projection

enhancement

See http://www.postgresql.org/docs/8.1/static/xfunc-volatility.html.

enhancement

I don't think today that it would for either old fashioned Guid based versioning or the newer numeric revisioning

enhancement

Bleep it. Use advisory locks and a stateful connection. Eliminate NodeTracker. Do everything at runtime, never trust anything in memory. Try to use the new HTTP transport as possible. Add...

This is in Wolverine just because it needs to go *somewhere*, and because Wolverine is kind of at the top. ## "Problems" * There are some shared framework-y elements like...