Aaron ("AJ") Steers

Results 238 issues of Aaron ("AJ") Steers

In starting the effort on - #67 I'm not sure where to start and how to control / tweak / experiment on the codegen processes. Do we have anything like...

Similar to how [this extension](https://marketplace.visualstudio.com/items?itemName=BelkacemBerras.spellcheck) has the option to store dictionary entries in user-level settings instead of project-level settings, I'd love to see the same here. Perhaps others might want...

My understanding of pandas library is that it requires loading the entire dataset into memory. Is there any way to avoid this requirements and write data from a stream or...

I created a `gpt-ext` using the EDK. The plugin has a single `chat` command and is able to answer questions using ChatGPT, with answers complemented by a Chroma `vectorstore` database....

For EDK plugins, we want to ensure `repo` is specified in addition to the optional `ext_repo`. E.g.: https://github.com/meltano/hub/pull/1186#discussion_r1128642556

The yaml CI rules regarding key ordering enforce an alpha-sort, which (1) creates a lot of noise on PRs like [this one](https://github.com/meltano/hub/pull/1164), and (2) they don't help readability because keys...

Would be helpful to speed up contributions.

kind/Feature
Accepting Pull Requests
valuestream/Hub

We have code in our Hub CI flow which auto-detects streams list when discoverable. Related to: - https://github.com/meltano/sdk/issues/1337 Sample outputs below for `tap-github` and `tap-messagebird` are based on the CI...

For example, this link: https://hub.meltano.com/extractors/tap-zenloop/#airbyte_config.api_token-setting Seems to work as a bare link but doesn't work from the Settings TOC entries in https://hub.meltano.com/extractors/tap-zenloop/#settings Settings that do not contain a dot (`'.'`)...

kind/Bug
valuestream/Hub

We can probably fix this by adding pandas to the pip_url string in the hub, and/or send a PR to tap-csv to ensure pandas gets installed with the extractor. _Originally...

kind/Bug
plugin/Singer