Results 7 issues of Kyri

> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link (github.com, gitlab.com,...

### What do you want to change? Add [FTS5](https://www.sqlite.org/fts5.html) support to sqlite engine. schema.sql ```sql CREATE TABLE recipes ( id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, name TEXT NOT NULL,...

enhancement
:books: sqlite
accepted

### Duplicates - [X] I have searched the existing issues ### Steps to reproduce 🕹 ``` $ docker build -t autogpt . ``` ### Current behavior 😯 ``` [+] Building...

It seems the Settings Container does not obey the [preferredColorScheme](https://developer.apple.com/documentation/swiftui/view/preferredcolorscheme(_:)) property.

```swift Settings.Container(contentWidth: contentWidth) { Settings.Section(title: "sectionTitle") { Slider(value: $value, in: 1...1000) } } ``` Getting the following errors on the Container: > Generic parameter 'Content' could not be inferred >...

How can I horizontally align to the center a section that is within a container? ```swift struct KeyBindingsView: View { private let contentWidth = 500.0 var body: some View {...

### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...

bug
has repro
api:bedrock
platform:macos
area:security