Maciej Korycinski

Results 56 comments of Maciej Korycinski

@Zman67 Did you find any solutions?

Hey @batas Can you provide more details here? point 2 - Please share the mutation data that you use point 3. - Please share your mutation data point 4. What...

Hey @amityweb, Thanks for raising this. It looks like there is an incorrect import added by mistake. If you need a temporary solution, you could install `requirments_dev.txt` instead of `requirments.txt`....

newspaper.build() by default tries to discover a RSS feeds urls by adding - ['/feed', '/feeds', '/rss'] at the end of each url. As a next step it tries to download...

@fowczarek I think that we already talked about this, but not sure what we agree and I don't see a section dedicated to this. What about an accessToken that is...

@rafalp Not sure if you already handled this, but keep in mind that docs, also need to be updated. For example section like this: https://docs.saleor.io/docs/3.x/developer/extending/apps/asynchronous-webhooks#available-webhook-events

@maarcingebala If you want to have correct relation between objects you need to have factories for each related object like `lines`. Before we will answer your question - 'how we...

@maarcingebala We should also consider splitting test files into smaller files. For example `test_product` has over 2k lines, it is hard to find anything there. It contains tests for product's...

> The attributes could be assigned in the following mutations: OrderCreateFromCheckout, OrderUpdate, DraftOrderUpdate, DraftOrderCreate. [Question] To keep a consistency with the rest attribute's types like Page/Product, shouldn't we have mutations...

> There will be options to decide what should happen when not all required attributes will be provided during OrderCreateFromCheckout mutation. What about `CheckoutComplete` mutation? What is expected behaviour for...