Luca Orlandi
Luca Orlandi
Having correct dependencies is useful for: * safe install process * safe use of tools such as gulp injection
I guess that in order to debug the app deployed on mobile device you should add the **-connect** parameter. I think that `apk-debug` is not enough.
I'm using a swift bucket on OVH The CLI tool `swift -A $OS_AUTH_URL -U $OS_USERNAME -K $OS_PASSWORD list -l foto-condivise` works smoothly. My config is: ```yml s3proxy: image: andrewgaul/s3proxy ports:...
Since https://github.com/snapjay/ngCart/blob/1.0.0/src/ngCart.js#L47 passes `relative = false` in `inCart.setQuantity()` ```js this.addItem = function (id, name, price, quantity, data) { var inCart = this.getItemById(id); if (typeof inCart === 'object'){ //Update quantity of...
I've an angular 1.6.x application renders to: ```html Aggiungi al carrello 123456789101112131415161718192021222324252627282930 Aggiungi al carrello This item is in your cart. Remove ``` but clicking on the add button does...
I'm using ubuntu. The output to display option has no effect. My default image viewer is eog (gnome image viewer) $ uname -a Linux lrkwz-Precision-SSD-M4500 4.13.0-26-generic #29~16.04.2-Ubuntu SMP Tue Jan...
```bash docker-compose up -d docker-compose web install-magento [Symfony\Component\Console\Exception\RuntimeException] The "--db-name" option requires a value. setup:install [--backend-frontname BACKEND-FRONTNAME] [--key KEY] [--db-host DB-HOST] [--db-name DB-NAME] [--db-user DB-USER] [--db-engine DB-ENGINE] [--db-password DB-PASSWORD] [--db-prefix...
The integration examples refer to @material-ui package, since version 5 the package has been renamed and a few breaking changes occurred. Please provide more up to date examples using `@mui/material`.
Alive and kicking again. Latest version has new requirements, Dockerfiles and docker-compose have been updated to the latest requirements: * db minimal version * php-zip module * replaced the discontinued...
Is there a reason for not having an official contenta image from which anyone can extend their own?