-
I am using this plugin in ionic. This plugin does not initialise on device ready when running the app on iOS simulator. Below are the logs:
2019-11-19 18:31:20.737102+0530 MyApp[18119:210865] DiskC…
-
As of today, I don't think we log that these things are happening:
1. Start and end of database migration.
2. Start and end of catalog discovery.
This leaves Meltano in a 'hanging' state, were …
-
One common error when using Meltano and its CLI is mistyping plugins names. For example.
```console
$ meltano add extractor tap-gitlab
$ meltano invoke tap-giltab
Plugin 'tap-giltab' is not known to …
-
### Feature scope
Web UI
### Description
I'd like to add to the [current doc](https://docs.meltano.com/guide/troubleshooting#meltano-ui) about the deprecated UI. I'll add two subsections:
1. What …
-
-
```
We use GMail, which requires SSL authentication, for outgoing mail. In order to
get e-mail receipts working correctly, we had to upgrade the included PHPMailer
module to a newer version from htt…
-
```
We use GMail, which requires SSL authentication, for outgoing mail. In order to
get e-mail receipts working correctly, we had to upgrade the included PHPMailer
module to a newer version from htt…
-
From:
* https://github.com/meltano/meltano/issues/7392#issuecomment-1473961220
instead of failing we should try to succeed by renaming the plugin if the variant is different.
```bash
$ mel…
-
In WebKit, the 'transform' property applies to SVG elements. In Firefox it does not. Instead, Firefox SVG elements accept a 'transform' attribute value.
We'll need to detect this feature so that we c…
shans updated
11 years ago
-
Following the direction taken in:
- https://github.com/meltano/meltano/pull/7273
These changes ought to simplify the code, improve performance, reduce maintenance burden, simplify future updates/usag…