Raúl Barroso

Results 25 comments of Raúl Barroso

@dbinaz That's because you must be rendering the modal content afterwards. Try to instance `.garlic()` once you render the actual content and you should be good. e.g.: ``` js myElement.modal('show');...

@wadewegner thanks for bring this up to our attention. We'll look into ways to expose those errors back to the users. Agreed the current UX is not great.

Documentation will be tackled in this other issue https://github.com/ConduitIO/conduit/issues/1422. Closing this issue since yesterday "better processors" was shipped as part of [0.9.0](https://github.com/ConduitIO/conduit/releases/tag/v0.9.0).

![](http://33.media.tumblr.com/tumblr_m8ntzrXj5T1ql5yr7o1_500.gif)

@jdxcode maybe hide the header then? I think it's confusing if we show the header, but not its content. That makes it look like a bug.

@dickeyxxx yup, I agree. Now that I'm in DevEx, I influenced the inclusion of this flag to existing commands (see https://github.com/heroku/heroku-pipelines/pull/43/commits/65d3e0844e2af0985ff7775c1c01f4fd04c26ba7), but we should probably collect, from core plugins what...

![](https://github.trello.services/images/mini-trello-icon.png) [Be able to run a test from a different branch without doing checkout](https://trello.com/c/UOEl8Tii/2148-be-able-to-run-a-test-from-a-different-branch-without-doing-checkout)

This is done already. Will be released today.

@nickchomey Makes sense. We might release 0.1.0 today with #51 considering how close it is, but we'll make sure #54 is released soon as well. #51 only needs a CI...