Tino de Bruijn
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:  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:  Also the...
This also elliminates the need for these complicated css structures: `.bs-sidenav .nav .nav .nav .nav > li > a` I get:  with just...
Neater padding around links: 