Alejandro Benavides
Alejandro Benavides
It is best to investigate about: Parallel, Serial, Waterfall and Queues for "general culture". If is a bulk process you can make this way: ``` import pdf from 'pdf-creator-node' ......
RBAC on the client side? For a security issue I don't think it's a good idea.
RBAC is not a UI/UX pattern, good practice or design, but rather, it is part of the [INCITS 359-2012](https://standards.incits.org/apps/group_public/project/details.php?project_id=1658) standard. In a simple way, the RBAC must define which role...
`rbac/controllers/express` is just a part of the example, not of the package
> can we have the demo of rbac/controllers/express? Literally no idea how to get started with. You can have a help here: https://gitter.im/seeden/rbac
I'm looking for the same functionality, maybe it would be worth seeing this repo: https://github.com/glichtner/fsh-validator and incorporate into of library core
I have the same issue ``` $php -v PHP 7.2.8-1+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Jul 25 2018 10:52:19) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c)...
Ok, this is the issue, I run exactly those commands in the console. The first time, when I try acces I get the error 403, but when a run to...
Same issue: ``` $ phalcon project --type=micro --name api-test Phalcon DevTools (4.2.0) PHP Fatal error: Uncaught Error: Class "Phalcon\Config" not found in /home/ubuntu/.config/composer/vendor/phalcon/devtools/src/Builder/Component/AbstractComponent.php:48 Stack trace: #0 /home/ubuntu/.config/composer/vendor/phalcon/devtools/src/Commands/Builtin/Project.php(74): Phalcon\DevTools\Builder\Component\AbstractComponent->__construct() #1 /home/ubuntu/.config/composer/vendor/phalcon/devtools/src/Script.php(109):...