Douwe Maan

Results 39 issues of Douwe Maan

If someone lands on a Hub tap/target detail page because of a Google search or something, the instructions have an "Install Meltano" link, but the sidebar just says `meltano add...

Requires changing the pip_url in https://github.com/meltano/hub/blob/main/_data/meltano/orchestrators/airflow/apache.yml, as well as `core.sql_alchemy_conn` which is now `database.sql_alchemy_conn` (with env `AIRFLOW__DATABASE__SQL_ALCHEMY_CONN`), plus changing `postgres://` to `postgresql://` in the value per https://github.com/apache/airflow/blob/01a5d8fe93a48883f4ae0d6ab65eeb82a30a09b9/airflow/configuration.py#L372. We'll have to...

kind/Feature
valuestream/Hub
plugin/Airflow

Suppose that for some reason the body ends up like this (and it has for me): ``` html Hey Just testing| ``` Currently, when hitting return with the caret after...

Also bubble editor 'hide' event up through editor as 'hide:dialog'.

We have a filter interface, where our users can specify predicates to filter a large set of data. Some of these predicates should be ANDed, and some of these should...

I like having the Live Timings on my TV besides the video streams, but it's not currently included in the saved layout. Related: - https://github.com/f1multiviewer/issue-tracker/issues/320

When I zoom into the Live Timing window with Command-+ to make it more readable on the TV, the main MultiViewer window on my laptop also increases the zoom, unnecessarily.

I disabled "Maintain Aspect Radio" on the main race video, and if I make the window slightly less tall to make the VER and PER streams fit below it, it...

I like having the Live Timings on my TV besides the video streams, but the window title looks jarring. Can it be hidden, with a close button on the top...

When a client disconnects, I can add some logic to ignore the event if the client reconnects within X seconds. This would make the plugin realize that someone has left...

bug