pwtitle
pwtitle
### Proposal Details I have a new error return proposal: 1. very simple, very golang, very short 2. does not add new Keyword or Operators 3. good compatibility 4. not...
### Feature Proposal Description i want use Custom ErrorHandler to handle my error, but now fiber.NewError() has missed my message params for example i want use fiber.NewError like this: `return...
phalcon/Storage/Serializer/Json.zep can't serialize stdClass ```php $serializerFactory = new \Phalcon\Storage\SerializerFactory(); $adapterFactory = new \Phalcon\Cache\AdapterFactory($serializerFactory); $adapter = $adapterFactory->newInstance('redis', [ 'defaultSerializer' => 'Json', "host" => "***", 'lifetime' => 7200, "auth" => "****", ]);...