Slava

Results 11 comments of Slava

Same issue as @mayowa Roboto uses only 100 weight no matter the options used. When using wgth it fails loadings.

inside your step: ``` mounted() { this.$emit('can-continue', {value: true}); } ```

Material Design has number icons from 1 to 6. looks_one looks_two looks_3 ...

@Msalmanzafar You need to upgrade the storefront repository manually to latest version since this repository has the outdated one

Yes, it has vulnerabilities as well: https://vuldb.com/?id.200637 I found that pythx(which is used here) also is outdated: "pythx 1.6.1 depends on PyJWT=1.7.0" I've created a pull request to upgrade pythx...

All you need is a requirements.txt file in the root with the following content: -r requirements/production.txt which seems to be present in the newer versions

The run command needs to be manually changed to: "gunicorn --worker-tmp-dir /dev/shm config.wsgi" It doesn't work with celery. They have their own "Function" feature that could replace celery tasks. Automatically,...

Agreed, it should be closed. The project I'm trying to deploy is old and didn't have requirements.txt generated, hence I was getting the "no detected components" error. Since it's being...

Most likely! It was deployed on a digitalocean droplet which doesn't need the heroku options.