Matthew Peveler

Results 147 issues of Matthew Peveler

Would be nice to see xAI added to icon set, to mirror the other LLM providers (openai, anthropic, perplexity) that already exist in the set. Brand Guidelines: https://x.ai/legal/brand-guidelines

icon-request

The [`SqlServerAdapter::getColumns`](https://github.com/cakephp/phinx/blob/8270c6ec96bb1262c43c5f1ea322b6b4218cac28/src/Phinx/Db/Adapter/SqlServerAdapter.php#L450-L489) function returns an associative array of columns, where the keys are column names. All other adapters return a numeric array which is also expressed by our `AdapterInterface`: https://github.com/cakephp/phinx/blob/8270c6ec96bb1262c43c5f1ea322b6b4218cac28/src/Phinx/Db/Adapter/AdapterInterface.php#L426-L432...

bug
major

Right now, when a `limit` is not included in a column definition or it's set to `null` explicitly, phinx will use some default limit for the column type (e.g. `255`...

From #2282, need to update the docs to include this type, and how it functions.

PR adds a migration for enabling `pg_textsearch` extension and adding the necessary index to `timescale_chunks.content`. This is necessary to get the keyword tool search to function.

When scrapping documentation pages from the web, we should make sure that any links are converted to fully qualified version of themselves (e.g. going from something like: ```markdown [migrate your...

PR attempts to fix uploading to coveralls for the repo by switching from the [third-party npm package](https://www.npmjs.com/package/coveralls) for coveralls to the [first-party GHA coveralls action](https://github.com/coverallsapp/github-action). The npm package has long...