Tino de Bruijn

Results 22 issues of Tino de Bruijn

I'd like to be able to do this: ``` changed = files.put("files/postgres/compose.yml", "postgres/compose.yml") if changed: server.shell("cd postgres && docker compose up -d") ``` So I can run steps conditionally on...

Hi, It would be nice to have a --disable-plugin option, to disable the time plugin for instance. I started on a patch, but it is a little difficult at the...

`layout.html` includes all sidebartemplates as-is. `relations.html` consists of two possible `li`s (prev and next), but no enclosing `ul`, as it is also used inside the `ul.nav.navbar-nav`. So adding an enclosing...

None of django's other backends than the _smtp_ backend can be used, as for example the console backend. This because django-mailer-2 uses the connection attribute of the backend directly, and...

Otherwise the path that isort is using for `settings_path` [isort.py#65](https://github.com/timothycrosley/isort/blob/develop/isort/isort.py#L65) is quite random (sometimes the project dir of the last opened project, but can also be the location of the...

Extended Analog (added in version 2.2) As an alternative to the normal analog message, this extended version allows addressing beyond pin 15, and supports sending analog values with any number...

enhancement

Pin State Query (added in version 2.2) The pin state query allows the GUI to read the current configuration of any pin. Normally this is needed when a GUI-based program...

enhancement

Analog messages are numbered 0 to 15, which traditionally refer to the Arduino pins labeled A0, A1, A2, etc. However, these pins are actually configured using "normal" pin numbers in...

enhancement

I only see 28 sources in the configurator. In the [integration library](https://www.rudderstack.com/integration/) you list a lot more! For example [Intercom](https://www.rudderstack.com/docs/cloud-extract-sources/intercom/). How do I configure that?

### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...

type: bug