Michael Glass

Results 41 comments of Michael Glass

I believe we may need to move from sprockets to webpacker for this to work because of https://github.com/jasmine/jasmine-gem/issues/311

My understanding of that box is a reminder to organizers that bridge-troll isn't a generic meetup tool but is intended for usage with a target audience.

@jr0cket done. AFAIK I don't think there's an option to hide the map.

requests - https://github.com/railsbridge/bridge_troll/issues/989 - https://github.com/railsbridge/bridge_troll/issues/571 - https://github.com/railsbridge/bridge_troll/issues/569 - https://github.com/railsbridge/bridge_troll/issues/570 MVP: - allow organizers to move event back into "draft" stage Proposed cancellation flow: - email everyone that's signed up -...

specifically: `vagrant up`: works like a charm `vagrant provision` later in the vagrant box's life doesn't work because librarian deletes the cookbooks directory and recreates it, thus invalidating the nfs...

Ideally: instead of deleting the cookbooks directory, librarian would delete the contents of the cookbooks directory. But the warning approach would be a cheap & acceptable fix in the mean...

from https://raw.githubusercontent.com/antirez/redis/6.0/00-RELEASENOTES ``` Migrating from 5.0 to 6.0 ========================= Redis 6.0 is mostly a strict superset of 5.0, you should not have any problem upgrading your application from 5.0 to...

looks like tests on master here are already broken so it'll be a little tricky to test.

@k-bx you are the best. We're now running a big piece of our prod hedis load against 6.x. Will make a little PR and hopefully also figure out what's up...

preliminary info: we upgraded our redis _cluster_ from 5.0.6 to 6.0.4 - all existing applications were happy / stayed online / continued to talk to redis - new apps failed...