Ruud Boon
Ruud Boon
Some users are running Phalcon from a subdirectory. For example '/store/' will show the index. Can yo add some tests and make sure this is possible? These test should give...
This post isn't complete yet. # WIP Goal is to upgrade incubator to v4 and keep all functionality and only remove functionality that now is part of the v4 framework....
Currently the mock of `current` in `Phalcon\Test\Traits\Resultset` is disabled. Need to be investigated if this can be overruled.
``` $validation = new Validation(); $validation->add( ['obj_name', 'obj_type'], new Uniqueness( [ 'except' => [ 'obj_name' => 'Phalcon 2', 'obj_type' => 3, ], ] ) ); ``` We allow excepts like...
For now I'm parking this NFR here. Not sure if it really need to be a docs as well but that's something we can discuss. The idea is to create...
I'm running a test on a RaspberryPI 3. It runs fine in the beginning but after a while I get the following error: ``` ../../third_party/tcmalloc/chromium/src/free_list.h:118] Memory corruption detected. [270:0113/130440.122161:ERROR:sandbox_linux.cc(343)] InitializeSandbox()...
I'm trying to get custom headers to work. The example in the documentation doesn't seem to work. And returns a not found on the method. ``` this.imageLoaderConfig.setHttpRequestOptions({ headers: { Authorization:...
Only some of my request require a authentication and don't want to send it to every domain. Could we add some kind of white list of domains that should have...
Would it be possible to add some kind of ACL allowing resource access to certain users?
It would be great if the essential reusable files become part of a package (composer), allowing to build and api based on this project and have the possibility to upgrade...