Results 9 issues of Jason Gill

We have one domain with a lot (hundreds) of subdomains like customername.blognetwork.com which is used for users to access their blog login before they have pointed a CNAME to us;...

enhancement

This is a simple patch that allows for a new configuration variable, `showHeader`, which can be set to false to disable the `Psy Shell v0.11.8 (PHP 8.1.10 — cli) by...

For some reason (I don't see it in the codebase anywhere so I assume it's somewhere in the Packagist configuration?), 2.13.0 has changed the "source" parameter for this package to...

This patch adds an optional parameter to SQLAlchemyCache which allows you to pass your own cache schema class, so that you can customize the table or field types used by...

Now that [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) is included in the project since https://github.com/hwchase17/langchainjs/commit/4a0c69185b4a79f704a01927e2cb9998acbef606, we can stop trying to manually parse all of the different types supported by Zod and instead switch to generating...

Correct the calls to addScope in the documentation, as 1.0.0 appears to require an array of scope(s), not a string which was previously used.

This commit removes the forced `Accept-Encoding: gzip` header, as not all PSR-18 clients automatically decode/gunzip the responses. With the forced header in place, the error `Not a valid Json: Control...

I know, I know, adding support for PHP 8 to a project that was intended to only be used when moving from PHP 5 to PHP 7 is terrible. But,...

### What happened? It appears that if you do not have Rosetta 2 installed on an M1/M2 Mac, and you attempt to use the Node executor, the "run" button never...

bug