Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove AsyncGenerator API, improve Observable API #195

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Conversation

sqs
Copy link
Member

@sqs sqs commented Aug 16, 2024

Async generators turned out to be too tricky to work with in the Cody repo, so just remove that experimental async generator API. And make the Observable API accept interop observables so we can use observable-fns instead of full-blown rxjs.

@sqs sqs enabled auto-merge (squash) August 16, 2024 12:34
Async generators turned out to be too tricky to work with in the Cody repo, so just remove that experimental async generator API. And make the Observable API accept interop observables so we can use `observable-fns` instead of full-blown `rxjs`.
@sqs sqs force-pushed the sqs/observable-api branch from b9edb06 to 9ec42fb Compare August 16, 2024 12:56
@sqs sqs merged commit 0784bf3 into main Aug 16, 2024
11 of 12 checks passed
@sqs sqs deleted the sqs/observable-api branch August 16, 2024 12:57
bevzzz pushed a commit to bevzzz/openctx that referenced this pull request Dec 12, 2024
Async generators turned out to be too tricky to work with in the Cody
repo, so just remove that experimental async generator API. And make the
Observable API accept interop observables so we can use `observable-fns`
instead of full-blown `rxjs`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant