Jan Myszkier

Results 24 comments of Jan Myszkier

@cbepxpa3ym this should fix it for you: ``` yarn --cwd=vendor/akeneo/pim-community-dev/akeneo-design-system install --frozen-lockfile yarn --cwd=vendor/akeneo/pim-community-dev/akeneo-design-system run lib:build ``` and then `yarn run webpack` should work normally, ``` make upgrade-front ``` would...

The current mapping expects the color to be configurable attribute. so product would be : ``` "color": 20, ``` in your case it seems colors are simple text fields. In...

no, mapping is to define what you want to enforce. We have multiple custom attributes which ES doesn't complain about. the thing is: once you add data type of `text`...

:thinking: good question. What I normally do for multi select is I return them as a JSON string SET e.g: `[13,14,15]` didn't really try or test so this is just...

@nbrochu is this something you can look into?

From the screenshots and readme it's clear there's no different workflow. Both offer password access via icon in the top bar, the only difference seems to be the UI which...

note from me: `sharp` package requires specific versions of libvips: http://sharp.pixelplumbing.com/en/stable/changelog/ but since nothing can be found on the system that matches the requirement, it tries to build the correct...

@lukeromanowicz selftnote to try to reproduce this today: - setup DO droplet with ubuntu 18.04 - git clone https://github.com/DivanteLtd/vue-storefront-api.git vue-storefront-api - apt update && apt install npm && apt install...

@pszreder elasticsearch: ``` "elasticsearch": { "host": "172.24.0.8", "port": 9200, "user": "elastic", "password": "changeme", "min_score": 0.01, "indices": [ "vue_storefront_catalog_eur", "vue_storefront_catalog_usd", "vue_storefront_catalog_gbp", "vue_storefront_catalog" ], "indexTypes": [ "product", "category", "cms", "attribute", "taxrule", "review"...

@pszreder I don't think you're right. Well.. or you are, but this is still a bug. Even if this is source config ``` "host": "localhost:8080/api/catalog", ``` why it's connected to...