Tyler Brandt
Tyler Brandt
### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...
### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...
> Issues are used to track bugs and feature requests. > Need help or have a general question? Ask on Stack Overflow (tag sqlite.swift). ## Build Information SQLite.swift version: 0.13.2...
> Issues are used to track bugs and feature requests. > Need help or have a general question? Ask on Stack Overflow (tag sqlite.swift). ## Build Information - Include the...
> Issues are used to track bugs and feature requests. > Need help or have a general question? Ask on Stack Overflow (tag sqlite.swift). ## Build Information - Include the...
Hi, can we please document this limitation on https://vlcn.io/cr-sqlite/constraints? https://github.com/vlcn-io/cr-sqlite/blob/e82ac953c4ed74e27a266a8dc9f2666ea004e951/core/src/tableinfo.c#L476-L484 I was unlucky to be testing this out in between when the "not null" constraint was relaxed in 5aebb64e5b4b2d3668c82dd00ad0e72da8a1124c and...
**Describe the bug** In our system (RedPanda) we have one [Schema Registry](https://docs.redpanda.com/current/manage/schema-reg/) entity per topic, and many of those registry entities define a protobuf `message` with the same package `models`...
### What happened? The [values.yaml file](https://github.com/BerriAI/litellm/blob/517e453adfe5cd9a039c59fc09e00e493b4f6295/deploy/charts/litellm/values.yaml#L161-L164) implies that `postgresql.auth.postgres-password` is required to be set, and it _is_ [built into](https://github.com/BerriAI/litellm/blob/517e453adfe5cd9a039c59fc09e00e493b4f6295/deploy/charts/litellm/templates/secret-dbcredentials.yaml#L8) the `secret-dbcredentials.yaml` artifact, but nothing ever reads that value from that...
**Is your feature request related to a problem? Please describe.** It is a bit frustrating that when I format links in a doc comment like `[package.Symbol]`, `[github.com/fully-qualified/package]`, or `[symbol]`, which...
# Summary I was trying to include some JSON schema in my template and I ran across this bug where if the input contains an _escaped identifier_ like `$$var` (per...