dyma solovei
dyma solovei
This PR is my second attempt at implementing #456 :) This time around I decided to start with the functionality we want to bring (`AutoMigrator`), design a good interface and...
This PR introduces `ALTER TABLE` query as part of the effort to bring auto-migration to `bun`, see #456. Therefore, only a [limited scope of the functionality](https://github.com/uptrace/bun/issues/456#issuecomment-1336528915) related to modifying a...
Related issue: https://github.com/vartanbeno/go-reddit/issues/44 ## Description This MR introduces several changes to support "web app" clients: - `AuthCodeURL` is a thin wrapper around `oauth2.Config.AuthCodeURL` for building URLs for requesting authorization from...
Reddit API allows authorization for [3 app types](https://github.com/reddit-archive/reddit/wiki/oauth2-app-types): - web app - installed app - script At the moment it seems that `go-reddit` only supports the latter use case --...
## Context OpenCtx providers may return additional [`AssistantInfo`](https://github.com/sourcegraph/openctx/blob/6d432fc076756bc2aeea56f4c8e2b04ab025f154/lib/schema/src/openctx.schema.ts#L25) to be consumed by code AI. At the moment the VSCode extension does not include these annotations in Cody's prompt. Here we...
### What is changed? This PR adds optional `includeLastUsedTime` parameter to `users.db.byName` and `users.db.listAll` methods, which controls if the last login time will be retrieved for the users. Additionally, `UserDB`...
- Add connection helpers for local/wcs/cloud - Set auth headers for all supported authentication types - "Autocomplete" gRPC host when connecting to WCD (prepend `grpc-`)
- [ ] Support all existing operations that use HTTP transport - [ ] Refactor JSON serialization to avoid duplicating code between sync/async