Gaetano Giunta

Results 85 issues of Gaetano Giunta

Right now any custom parameter passed on the command line is rejected (ie. all the ones not defined in pakeapp class). It would be nice if the user could add...

feature

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | if not handled properly #### Summary the...

I can image out of the bat 3 ways to implement multi-tenant splits of databases: 1. one db per tenant 2. single db, every table with tenant data gets a...

For long-running scripts such as batch import/export, using the inmemory cache is a drag, as it can just accumulate indefinitely. The "easy" way out, afaik, is to define a separate...

When using a stacked cache systrem, it is useful to be able to clear some caches while keeping the others intact, f.e. clearing the memory cache while keeping the disk...

At the moment only phpdoc-style comments are parsed to determine the expected types of a function/method; we could definitely improve that

enhancement

I had to implement this: ``` $documentor = new \Ripcord\Documentator\Documentor(null, new \Ripcord\Documentator\Parsers\PhpDoc()); $ripcordServer = Ripcord::server($myServer, null, $documentor); $ripcordServer->run(); ``` when all I wanted is this: ``` $ripcordServer = Ripcord::server($myServer); $ripcordServer->run();...

The dependencies listed at the bottom of the readme could be made more clear by listing the exact ubuntu packages required, at least on a stock ubuntu. Atm it is...

enhancement

Running the setup script on a barebones Ubuntu (both Focal and Jammy), close to the end there is a 30 secs wait while the script tries to start php-fpm, and...

bug