Justin Workman
Justin Workman
Hi, I have a hook in my Rspec config to run my test seeds with Seedbank before my test suite runs. Worked great until I tried to upgrade Seedbank to...
Hi, I followed the instruction in the Wiki page for testing: https://github.com/commanded/commanded/wiki/Testing-your-application And I got the following warning: ``` warning: EventStore.Config.parsed/0 is undefined or private. Did you mean one of:...
Hi, I'm seeing reports of this error from our app: ``` loop count exceeded guard while distributing width ``` I tracked it down to these line in ember-table: https://github.com/Addepar/ember-table/blob/a323756dd350b866dc1acffbf4c0da02df4b411d/addon/-private/column-tree.js#L459-L461 This...
Hi, ember-moment 7.8.1 depends on ember-macro-helpers ^2.1.0, but ember-macro-helpers fixed an Ember 3.10 incompatibility in 3.1.0 and up. Would it be possible to update ember-moment to use the latest ember-macro-helpers,...
Hi, I was just curious how move evaluations are meant to be used? In the counting game example, the evaluation returns a vector of `()` for each move, and just...
Hi, When using `playout_parallel_for`, is there a way to diagnose the final number of playouts that were done between when it was started and when the timeout was reached? My...
Hi, first of all thank you for making this gem, it's great! However, 3.0.0 (the latest version at time of writing) is locked to [pg](https://rubygems.org/gems/pg) `~> 0.17` and the latest...
I was following this issue: https://github.com/kiwiupover/ember-cli-surge/issues/83#issuecomment-426760595 but I decided to open a new issue, because this is still affecting me, and it's happening on CircleCI (Linux) and not on Windows,...
Hi, The README talks about this library's ability to stream the JSON generation. Is there a way to take advantage of this in my Rails 4 controllers, and stream the...
Hi, I have the following use case: When uploads are complete, the use is redirected to another page (with image processing status). I have hooked into the `s3_uploads_complete` event to...