Jim Castillo

Results 22 comments of Jim Castillo

Compiling from source does fix the problem or targeting v0.2

After searching more for more documentation, came across a slide deck that show passing capabilities to the hub, after doing that it succeeded, posting in case others run across this....

This seems to still be an issue. Setting c-n in extension opens a new window. Setting it to another character has the same result. c-p does work on cycling backward.

Awesome library, was looking for export as well. Was just about to add an issue/request but found one already existed.

Any update on this, also getting this error.

![afterstop](https://cloud.githubusercontent.com/assets/3421783/7905052/c9deb118-07d6-11e5-9f0f-67bd078879a6.jpg) ![whilerunning](https://cloud.githubusercontent.com/assets/3421783/7905053/c9e33b20-07d6-11e5-8c28-ea97b552c469.jpg)

Also note that the same thing happens without specifying any volumes, so just the default container settings and run.sh

I think i found my problem, reproduced using a modified docker image, then fixed it by: https://github.com/Shopify/dashing/issues/193#issuecomment-27314226 Using webrick instead of thin as the web server allows events to go...

@GRbit //This always works, total will be the full count of orders (if orders == 100, total == 100) `lo.ForEach(orders, func(o order, index int) { pack := OrderStruct{ Order: o,...