Anas TIOUR

Results 12 comments of Anas TIOUR

I'll just make a quick note in here that some links are broken in the documentation, especially for the detailed API reference. Clicking on Registry API reference documentation from the...

@mjsilva Thanks for the hack Could we get a look into this from a maintainer please to support it directly? I found myself in need of it to use the...

Thanks @tomredman Just noting that this doesn't work with the Shopify Bulk API. This is what I tried: ```js const bulkImportMutation = `mutation { bulkOperationRunQuery( query: """ { products {...

I suppose they are looking for readable code for review. Do you think they can accept your Vue code for review? I am really interested in this case since publishing...

Spent a while looking for this. Not being familiar with developing extensions didn't help. This should be in the CLI output, or at least in the Readme. Thanks

@sannleen Good catch. Indeed the `zoom` attribute is defined as an integer in the Workflow app: https://github.com/hikaya-io/activity/blob/dev/workflow/models.py#L191 I don't know exactly what this zoom level entails, but is rounding it...

@ninetteadhikari This form looks unused. I can't find any reference to it, outside of the new tests in the PR #602 and a commented out line (9 months ago) ![Screenshot...

@hermela11 I can confirm the issue. It's a missing config file, which we have not specified in the setup guide. Thanks for pointing that out. I will provide a fix...

@hermela11 please run `cp activity/settings/local-sample.py activity/settings/local.py` before `docker-compose up -d` I've added it to the documentation. If you have any other problems or question, please let us know :slightly_smiling_face:

I've managed to make this work by piecing together these 2 great answers: - https://stackoverflow.com/a/52121492/4017403 - https://github.com/vuejs/vuepress/issues/969#issuecomment-434193517 This is how you would configure the [babel-plugin-component](https://www.npmjs.com/package/babel-plugin-component) to work with VuePress: ```js...