Thomas Shafer
Thomas Shafer
+1 @yanovich. I would use a random order option which outputs a seed number. This would be very useful in a CI environment. @visionmedia, [mongoose](https://github.com/LearnBoost/mongoose) models provide an easy example...
Thanks for thinking about it.
I had this issue. The problem was really that I was trying to access a redis db number I didn't have access to. When I removed the db from my...
Hey @jrowen, thanks for your kind words. I'm interested in pushing the license conversation forward and am happy to do this work to update this package to the most up...
Hey @jrowen, I have added the LICENSE file along with the source as requested by https://github.com/handsontable/handsontable/issues/6110#issuecomment-512821744. I have also updated the Readme and License.note file to reflect the change in...
@himanga Do you feel the workaround proposed in the readme would work? https://github.com/jrowen/rhandsontable/pull/318/files#diff-04c6e90faac2675aa89e2176d2eec7d8
Hey @jrowen, does https://github.com/jrowen/rhandsontable/pull/318 make sense for supporting 7.x? I added support for the license key parameter of handsontable.
@jrowen and @StevenLShafer, I have posted on the handsontable repository for their guidance: https://github.com/handsontable/handsontable/issues/6110.
My understanding is that stores should not be interacting with an API. Only Action Creators should interact with the API layer according to this diagram: https://github.com/facebook/flux and this article: http://facebook.github.io/react/blog/2014/10/17/community-roundup-23.html#async-requests-with-flux-revisited...