Guillermo Bisheimer

Results 8 comments of Guillermo Bisheimer

I had the same issue after update to version v0.2.14. I fixed the problem by adding this to `configuration.yaml` ```yaml hekr: accounts: - username: [USERNAME] password: [PASSWORD] ``` while leaving...

Thanks for the reply. Now it found the containers and works perfectly. One more thing. Would it be possible to also forward ports as ssh does using rancher API? Thanks!

@tehfailsafe, check that you have a misleading comma after package version. Remove that and it should work. You probably have an old version of this package as line 63 is...

Custom bower fields won't mess anything up if you don't overwrite bower reserved fields. I think adding a custom field is the way to go.

@lorensr, forgot to mention that jquery was still functional, but select2 was not available for JQuery objects selected using $ function inside a template. I'm still testing what's wrong.

@adrianmc, this override just prevents meteor-bower from loading your file into the application, but the package is downloaded anyway. As with polymer components, you may need to download them but...

Given an application that uses multiple packages 3rd party packages, how can you possibly know (without inspecting the source of each package) if multiple bower libraries are being included, each...