Andrew Levine

Results 153 comments of Andrew Levine

Interesting - any chance either of y'all can deploy somewhere for me to debug? If not, will need help getting a local repro

@Januszpl looking at your config, seems like things _should_ be working. If you can't deploy to a publicly accessible store, maybe we can hop on a call and look at...

> Adding jquery.cookie to jquery-migrate resolved my issues: Interesting. The current dependency graph is a bit of a nightmare. Hopefully we can clean that up a bit 😅

Thanks @dverkade! I'll setup a 2.2.6 store and see if I can replicate and try to get a fix in.

For anyone interested, I had to look into this for the new bundler, and found the root cause. In Magento core, the following shim config is present (as mentioned): ```js...

> Could this be as simple as an express server listening on hooks from a repo Yes and no. For things that aren't scheduled tasks, it can. Having said that,...

@TheLarkInn Yeah! I think, for the CI failing tests stuff (adding the failures in a comment on the PR), I was going to break that out from babel-bot, since that's...

@danharper That's awesome! Hadn't seen that before. Going to update the babel bot tonight, since that'll make the initial setup much less complicated (AWS SNS is a pita).

Danger looks cool, but will really only work for a small subset of the things we'd like to accomplish, since it can only run in CI at the time of...

Start of the bot can be found [here](https://github.com/babel/babel-bot). Might be a good time to start breaking out this thread into individual issues on that repo for further discussion/implementation details.