Scott Newcomer
Scott Newcomer
awaiting https://github.com/chaijs/deep-eql/pull/83
Seeing this as well. Going to dig around and see if I can make a PR...
Also getting this. Trying to build on `localhost` on Ubuntu 17.10 w/ `bootleg` `role :build, "localhost", user: "snewcomer", workspace: "/tmp/bootleg/build"` ``` (~/Github/project)$ mix bootleg.build production Creating remote context at '/tmp/bootleg/build'...
Changing to `role :build, "127.0.0.1", user: "snewcomer", workspace: "/tmp/bootleg/build"` works :man_shrugging:
@klappradla So what that makes me think is `localhost` is looked up and finds the ipv6 address. Whereas `127.0.0.1` is the ipv4 address. Former doesn't work, latter does. Trying on...
So the `build` step was locally on my ubuntu machine. The deploy step was an easy fix w/ `silently_accept_hosts`. And to deploy, the host was the IP address.
> and never cancels the task. @sunishsheth2009 Is "the task" the `pollTask`? As a result the pollTask is never actually cancelled? If so, our app could greatly benefit from this!...
Seeing this on two apps at `3.20.4`. Certainly seems like a really important assertion. Do you think we will have less issues on future 3.22 release? If not, any ideas...
If this streamlined destroyable API is an internal implementation of this library (destroyables from the user point of view are "just handled" now), do you think this test helper has...
@rwjblue Here is a repo with two rendering tests - acceptance test passes, integration test fails. Both render the same glimmer component. Note in the apps I work on, there...