Sohorev Sergey
Sohorev Sergey
ZF3 support
When i try to to use error occured: `Fatal error: Class DI\ZendFramework2\Service\PHPDIAbstractFactory contains 2 abstract methods and must therefore be declared abstract or implement the remaining methods (Zend\ServiceManager\Factory\AbstractFactoryInterface::canCreate, Zend\ServiceManager\Factory\FactoryInterface::__invoke) in...
My table 'users' have following structure (postgree): ``` CREATE TABLE users ( id serial NOT NULL, login character varying(255), CONSTRAINT users_pkey PRIMARY KEY (id) ) WITH ( OIDS=FALSE ); ```...
in the class Zend\Db\Metadata\Source\PostgresqlMetadata method loadTableNameData works very slowly. It generate query: ``` SELECT "t"."table_name", "t"."table_type", "v"."view_definition", "v"."check_option", "v"."is_updatable" FROM "information_schema"."tables" t LEFT JOIN "information_schema"."views" v ON "t"."table_schema" = "v"."table_schema"...
I am tried to generate all options xsd generator xml in the file [universal.xml.txt](https://github.com/kore/XML-Schema-learner/files/39863/universal.xml.txt) For validating am using php DOMDocument::schemaValidate Please, fix it
### Describe the bug Problem Description The ChatOpenAI node in Flowise does not respect proxy configuration when making requests to OpenAI API, resulting in connection failures when using corporate proxy...