Tino de Bruijn

Results 72 comments of Tino de Bruijn

I'm not sure about events, but on every field _blur_?

Nvm, I found out that this is already possible! ```python compose = files.put("files/postgres/compose.yml", "postgres/compose.yml") if compose.changed: server.shell("cd postgres && docker compose up -d") ```

What's the reason for not actually being able to invoke a dbt command (like `show` for example)? I thought that's what `invoke` would do, but just in the right context...

@tayloramurphy thanks! I missed that. Looking at the docs, only the `dbt:seed` format is given as an example, and it is now clear to me that this is the way...

@disrupted is @tiangolo the only one that can merge? Seems a bit wasteful that this is sitting here with 2 approves and a passing CI just waiting.

Yes, that would be really nice!

With `html_sidebars = {'**': ['globaltoc.html', 'localtoc.html', 'searchbox.html']}` in `conf.py` I see this: ![screen shot 2014-09-18 at 11 19 02](https://cloud.githubusercontent.com/assets/99524/4317585/e0b657f0-3f14-11e4-8a4f-cdace4fbd24e.png) html: ``` Site Voorstel Radboud Situatie EPD De opzet Voordelen voor...

Yes, that works, partially. If I try to add a non-ul item (like a heading), the sidebar doesn't have any padding: ![screen shot 2014-09-18 at 21 48 42](https://cloud.githubusercontent.com/assets/99524/4326184/d953a2da-3f6c-11e4-9e40-5dca30741dd6.png) Also the...

This also elliminates the need for these complicated css structures: `.bs-sidenav .nav .nav .nav .nav > li > a` I get: ![screen shot 2014-09-18 at 23 39 35](https://cloud.githubusercontent.com/assets/99524/4327727/6d7494ce-3f7c-11e4-8432-37952f7bb3ba.png) with just...

Neater padding around links: ![screen shot 2014-09-18 at 23 50 18](https://cloud.githubusercontent.com/assets/99524/4327830/d75cdb7a-3f7d-11e4-8585-6619853c542b.png)