Rodovalho
Rodovalho
I'm building a piece of code to my project, to automatically generate the version number in every git commit/update. I'm using the bundle shivas/versioning-bundle for symfony, and coding my own...
I'm using the command `./vendor/sourcerer-mike/phpsemver/bin/phpsemver compare --type git HEAD ./src/MainBundle` and having the result: +-------+---------------------------------------------------------------------+ |[32m Level [39m|[32m Message [39m| +-------+---------------------------------------------------------------------+ | major | AppCache removed | | major |...
I'm trying to understand the decision of call the validator in create method: https://github.com/andersao/l5-repository/blob/master/src/Prettus/Repository/Eloquent/BaseRepository.php#L619 So far as I understand, is not the responsibility of create method to validate something. And...
I have a hostgator shared account. In my .bashrc i have: ``` alias php='/opt/php71/bin/php' alias composer='/home/XXX/bin/composer.phar' ``` In webconsole, when I try to run: ``` php -v ``` I got:...
I need to get the percent of progress of Pace.js, but how?
I'm trying to use with Magento 2.3, but I have the following problem: ``` Problem 1 - magepsycho/magento2-custom-shipping 1.0.2 requires php ~5.5.0|~5.6.0|~7.0.0 -> your PHP version (7.1.3) overridden by "config.platform.php"...
``` - Syncing johnpbloch/wordpress-core (5.5.2) into cache Failed to download johnpbloch/wordpress-core from source: The process "git clone --mirror 'https://github.com/johnpbloch/wordpress-core.git' '/home/marcelo/.cache/composer/vcs/https---github.com-johnpbloch-wordpress-core.git/'" exceeded the timeout of 300 seconds. Now trying to download...
I know we can set the window to the bottom position of screen, but if I want to set the X/Y position of window? I can do that?
From my point of view, it should allow a default text value if none of the options are acceptable. "Autocomplete" should suggest me some values, but I should have the...
I'm using https://warden.dev/ to manage my projects locally, and since the "Container domain" was introduced, I cant access my custom domains anymore (https://magento2.dev), but this is still accessible via https://nginx.magento2.orb.local/...